Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start of geospatial analysis #21

Merged
merged 15 commits into from
Jan 25, 2024
13 changes: 9 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ numpy==1.26.3
# osmnx
# pandas
# pyarrow
# pygeos
# pysheds
# rasterio
# rioxarray
# salib
# scikit-image
# scipy
Expand All @@ -163,6 +163,7 @@ packaging==23.2
# geopandas
# matplotlib
# pytest
# rioxarray
# scikit-image
# xarray
pandas==2.1.4
Expand All @@ -189,8 +190,6 @@ pre-commit==3.6.0
# via swmmanywhere (pyproject.toml)
pyarrow==14.0.2
# via swmmanywhere (pyproject.toml)
pygeos==0.14
# via swmmanywhere (pyproject.toml)
pyparsing==3.1.1
# via
# matplotlib
Expand All @@ -199,6 +198,7 @@ pyproj==3.6.1
# via
# geopandas
# pysheds
# rioxarray
pyproject-hooks==1.0.0
# via build
pysheds==0.3.5
Expand Down Expand Up @@ -228,11 +228,14 @@ pyyaml==6.0.1
rasterio==1.3.9
# via
# pysheds
# rioxarray
# swmmanywhere (pyproject.toml)
requests==2.31.0
# via
# cdsapi
# osmnx
rioxarray==0.15.1
# via swmmanywhere (pyproject.toml)
ruff==0.1.11
# via swmmanywhere (pyproject.toml)
salib==1.4.7
Expand Down Expand Up @@ -278,7 +281,9 @@ virtualenv==20.24.5
wheel==0.41.3
# via pip-tools
xarray==2023.12.0
# via swmmanywhere (pyproject.toml)
# via
# rioxarray
# swmmanywhere (pyproject.toml)

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies = [ # TODO definitely don't need all of these
"osmnx",
"pandas",
"pyarrow",
"pygeos",
"pysheds",
"PyYAML",
"rasterio",
"rioxarray",
"SALib",
"SciPy",
"shapely",
Expand Down
13 changes: 9 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ numpy==1.26.3
# osmnx
# pandas
# pyarrow
# pygeos
# pysheds
# rasterio
# rioxarray
# salib
# scikit-image
# scipy
Expand All @@ -131,6 +131,7 @@ packaging==23.2
# fastparquet
# geopandas
# matplotlib
# rioxarray
# scikit-image
# xarray
pandas==2.1.4
Expand All @@ -149,8 +150,6 @@ pillow==10.2.0
# scikit-image
pyarrow==14.0.2
# via swmmanywhere (pyproject.toml)
pygeos==0.14
# via swmmanywhere (pyproject.toml)
pyparsing==3.1.1
# via
# matplotlib
Expand All @@ -159,6 +158,7 @@ pyproj==3.6.1
# via
# geopandas
# pysheds
# rioxarray
pysheds==0.3.5
# via swmmanywhere (pyproject.toml)
python-dateutil==2.8.2
Expand All @@ -172,11 +172,14 @@ pyyaml==6.0.1
rasterio==1.3.9
# via
# pysheds
# rioxarray
# swmmanywhere (pyproject.toml)
requests==2.31.0
# via
# cdsapi
# osmnx
rioxarray==0.15.1
# via swmmanywhere (pyproject.toml)
salib==1.4.7
# via swmmanywhere (pyproject.toml)
scikit-image==0.22.0
Expand Down Expand Up @@ -214,7 +217,9 @@ tzdata==2023.4
urllib3==2.1.0
# via requests
xarray==2023.12.0
# via swmmanywhere (pyproject.toml)
# via
# rioxarray
# swmmanywhere (pyproject.toml)

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading