Skip to content

Commit

Permalink
Merge branch 'main' into swmm_text_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
barneydobson authored Jan 29, 2024
2 parents 4e0015f + 0dc06ff commit 476a1e3
Show file tree
Hide file tree
Showing 8 changed files with 570 additions and 11 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 @@ -149,9 +149,9 @@ numpy==1.26.3
# osmnx
# pandas
# pyarrow
# pygeos
# pysheds
# rasterio
# rioxarray
# salib
# scikit-image
# scipy
Expand All @@ -170,6 +170,7 @@ packaging==23.2
# matplotlib
# pyswmm
# pytest
# rioxarray
# scikit-image
# xarray
pandas==2.1.4
Expand All @@ -196,8 +197,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 @@ -206,6 +205,7 @@ pyproj==3.6.1
# via
# geopandas
# pysheds
# rioxarray
pyproject-hooks==1.0.0
# via build
pysheds==0.3.5
Expand Down Expand Up @@ -237,11 +237,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 @@ -289,7 +292,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,11 +27,11 @@ dependencies = [ # TODO definitely don't need all of these
"osmnx",
"pandas",
"pyarrow",
"pygeos",
"pysheds",
"pyswmm",
"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 @@ -119,9 +119,9 @@ numpy==1.26.3
# osmnx
# pandas
# pyarrow
# pygeos
# pysheds
# rasterio
# rioxarray
# salib
# scikit-image
# scipy
Expand All @@ -138,6 +138,7 @@ packaging==23.2
# geopandas
# matplotlib
# pyswmm
# rioxarray
# scikit-image
# xarray
pandas==2.1.4
Expand All @@ -156,8 +157,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 @@ -166,6 +165,7 @@ pyproj==3.6.1
# via
# geopandas
# pysheds
# rioxarray
pysheds==0.3.5
# via swmmanywhere (pyproject.toml)
pyswmm==1.5.1
Expand All @@ -181,11 +181,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 @@ -225,7 +228,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 476a1e3

Please sign in to comment.