diff --git a/tests/geom_test.py b/tests/geom_test.py index 4930a94..ddd6e45 100644 --- a/tests/geom_test.py +++ b/tests/geom_test.py @@ -69,7 +69,7 @@ def test_remove_features(self): """ # Download city limits - polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 1) + polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 1, email="claudio.rtega2701@gmail.com") # Example test values bounds = polygon_gdf.geometry.centroid.buffer(0.1).total_bounds @@ -96,7 +96,7 @@ def test_gen_hexagons(self): """ # Download city limits - polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 0) + polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 1, email="claudio.rtega2701@gmail.com") # Generate hexs hex_gdf = up.geom.gen_hexagons(resolution=6, city=polygon_gdf) @@ -115,7 +115,7 @@ def test_merge_shape_hex(self): """ # Download city limits - polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 1) + polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 1, email="claudio.rtega2701@gmail.com") # Example test values datasets_df = up.download.search_hdx_dataset("bolivia") @@ -156,7 +156,7 @@ def test_resolution_downsampling(self): """ # Download city limits - polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 0) + polygon_gdf = up.download.nominatim_osm("La Paz, Bolivia", 1, email="claudio.rtega2701@gmail.com") # Example test values datasets_df = up.download.search_hdx_dataset("bolivia")