We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e81110 commit 8cabd02Copy full SHA for 8cabd02
geoengine/workflow.py
@@ -176,11 +176,9 @@ def geo_json_with_time_to_geopandas(geo_json):
176
and `end`.
177
'''
178
179
- # data = gpd.read_file(StringIO(data_response.text))
180
data = gpd.GeoDataFrame.from_features(geo_json)
181
data = data.set_crs(bbox.srs, allow_override=True)
182
183
- # geo_json = data_response.json()
184
start = [f['when']['start'] for f in geo_json['features']]
185
end = [f['when']['end'] for f in geo_json['features']]
186
0 commit comments