Skip to content

Commit

Permalink
Merge pull request #21 from ImperialCollegeLondon/geospatial_analysis
Browse files Browse the repository at this point in the history
Start of geospatial analysis
  • Loading branch information
barneydobson authored Jan 25, 2024
2 parents 492bac3 + 557b60d commit ec77b84
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SWMManywhere

<!-- markdown-link-check-disable -->
[![Test and build](https://github.com/ImperialCollegeLondon/SWMManywhere/actions/workflows/ci.yml/badge.svg)](https://github.com/ImperialCollegeLondon/SWMManywhere/actions/workflows/ci.yml)
<!-- markdown-link-check-enable -->

## High level workflow overview

Expand Down
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

0 comments on commit ec77b84

Please sign in to comment.