Skip to content

Commit 8cabd02

Browse files
removed unnecessary comments
1 parent 1e81110 commit 8cabd02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

geoengine/workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,9 @@ def geo_json_with_time_to_geopandas(geo_json):
176176
and `end`.
177177
'''
178178

179-
# data = gpd.read_file(StringIO(data_response.text))
180179
data = gpd.GeoDataFrame.from_features(geo_json)
181180
data = data.set_crs(bbox.srs, allow_override=True)
182181

183-
# geo_json = data_response.json()
184182
start = [f['when']['start'] for f in geo_json['features']]
185183
end = [f['when']['end'] for f in geo_json['features']]
186184

0 commit comments

Comments
 (0)