Skip to content

Commit

Permalink
chore: revert changes from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Sep 23, 2024
1 parent 8e3ff8e commit 254e370
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/advanced_examples/osm_extracts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"metadata": {},
"outputs": [],
"source": [
"features_gdf = convert_geometry_to_geodataframe(geometry_filter, debug_memory=True, debug_times=True)\n",
"features_gdf = convert_geometry_to_geodataframe(geometry_filter)\n",
"plot_features_with_geometry_filter(features_gdf, geometry_filter)\n",
"features_gdf"
]
Expand Down Expand Up @@ -699,7 +699,7 @@
"metadata": {},
"outputs": [],
"source": [
"features_gdf = convert_geometry_to_geodataframe(geometry_filter, debug_memory=True, debug_times=True)\n",
"features_gdf = convert_geometry_to_geodataframe(geometry_filter)\n",
"plot_features_with_geometry_filter(features_gdf, geometry_filter)\n",
"features_gdf"
]
Expand Down Expand Up @@ -735,7 +735,7 @@
"metadata": {},
"outputs": [],
"source": [
"features_gdf = convert_geometry_to_geodataframe(geometry_filter, debug_memory=True, debug_times=True)\n",
"features_gdf = convert_geometry_to_geodataframe(geometry_filter)\n",
"plot_features_with_geometry_filter(features_gdf, geometry_filter)\n",
"features_gdf"
]
Expand Down Expand Up @@ -780,7 +780,7 @@
"metadata": {},
"outputs": [],
"source": [
"features_gdf = convert_geometry_to_geodataframe(geometry_filter, debug_memory=True, debug_times=True)\n",
"features_gdf = convert_geometry_to_geodataframe(geometry_filter)\n",
"plot_features_with_geometry_filter(features_gdf, geometry_filter)\n",
"features_gdf"
]
Expand Down

0 comments on commit 254e370

Please sign in to comment.