diff --git a/swmmanywhere/geospatial_operations.py b/swmmanywhere/geospatial_utilities.py similarity index 100% rename from swmmanywhere/geospatial_operations.py rename to swmmanywhere/geospatial_utilities.py diff --git a/swmmanywhere/downloaders.py b/swmmanywhere/prepare_data.py similarity index 100% rename from swmmanywhere/downloaders.py rename to swmmanywhere/prepare_data.py diff --git a/tests/test_geospatial.py b/tests/test_geospatial_utilities.py similarity index 99% rename from tests/test_geospatial.py rename to tests/test_geospatial_utilities.py index fd70f724..fcca0cdc 100644 --- a/tests/test_geospatial.py +++ b/tests/test_geospatial_utilities.py @@ -13,7 +13,7 @@ from scipy.interpolate import RegularGridInterpolator from shapely import geometry as sgeom -from swmmanywhere import geospatial_operations as go +from swmmanywhere import geospatial_utilities as go def test_interp_with_nans(): diff --git a/tests/test_downloaders.py b/tests/test_prepare_data.py similarity index 98% rename from tests/test_downloaders.py rename to tests/test_prepare_data.py index 96e94671..f0ec8fac 100644 --- a/tests/test_downloaders.py +++ b/tests/test_prepare_data.py @@ -10,7 +10,7 @@ import geopandas as gpd import rasterio -from swmmanywhere import downloaders +from swmmanywhere import prepare_data as downloaders # Test get_country