Metadata-Version: |
2.3 |
Name: |
naturf |
Version: |
1.0.4 |
Summary: |
The Neighborhood Adaptive Tissues for Urban Resilience Futures tool (NATURF) is a Python workflow that generates data readable by the Weather Research and Forecasting (WRF) model. The NATURF Python modules use shapefiles containing building footprint and height data as input to calculate 132 building parameters at any resolution and converts the parameters into a binary file format. |
Author-Email: |
Em Rexer <emily.rexer[at]pnnl.gov>, Levi Sweet-Breu <levi_sweetbreu1[at]baylor.edu>, Melissa Allen-Dumas <allenmr[at]ornl.gov>, Chris Vernon <chris.vernon[at]pnnl.gov>, Stefan Krawczyk <stefan[at]dagworks.io> |
Project-Url: |
Homepage, https://immm-sfa.github.io/naturf/index.html |
Project-Url: |
Repository, https://github.com/IMMM-SFA/naturf |
Project-Url: |
Issues, https://github.com/IMMM-SFA/naturf/issues |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
fiona (==1.8.19); python_version < "3.10" |
Requires-Dist: |
fiona (>=1.9.6); python_version >= "3.10" |
Requires-Dist: |
geocube (<6,>=0.5.2); python_version >= "3.10" |
Requires-Dist: |
geocube (==0.3.3); python_version < "3.10" |
Requires-Dist: |
geopandas (<1,>=0.14.4); python_version >= "3.10" |
Requires-Dist: |
geopandas (==0.10.2); python_version < "3.10" |
Requires-Dist: |
graphviz (==0.20.3) |
Requires-Dist: |
joblib (>=1.4.2) |
Requires-Dist: |
numpy (<2,>=1.26.4); python_version >= "3.10" |
Requires-Dist: |
numpy (==1.22.4); python_version < "3.10" |
Requires-Dist: |
pandas (>=2.2.2) |
Requires-Dist: |
pyproj (>=3.0.1) |
Requires-Dist: |
rasterio (>=1.3.10) |
Requires-Dist: |
rtree (>=1.2.0) |
Requires-Dist: |
sf-hamilton[visualization] (==1.64); python_version < "3.10" |
Requires-Dist: |
sf-hamilton[visualization] (>=1.64); python_version >= "3.10" |
Requires-Dist: |
shapely (>=2.0.4) |
Requires-Dist: |
tqdm (>=4.66.4) |
Requires-Dist: |
xarray (==2022.3.0); python_version < "3.10" |
Requires-Dist: |
xarray (>=2024.5.0); python_version >= "3.10" |
Requires-Dist: |
nbsphinx (>=0.9.3); extra == "docs" |
Requires-Dist: |
sphinx-design (>=0.5.0); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=2.0.0); extra == "docs" |
Requires-Dist: |
sphinx (<=7.2.6); extra == "docs" |
Requires-Dist: |
sphinxcontrib-applehelp (>=1.0.8); extra == "docs" |
Requires-Dist: |
sphinxcontrib-devhelp (>=1.0.6); extra == "docs" |
Requires-Dist: |
sphinxcontrib-htmlhelp (>=2.0.5); extra == "docs" |
Requires-Dist: |
sphinxcontrib-jquery (>=4.1); extra == "docs" |
Requires-Dist: |
sphinxcontrib-jsmath (>=1.0.1); extra == "docs" |
Requires-Dist: |
sphinxcontrib-katex (>=0.9.9); extra == "docs" |
Requires-Dist: |
sphinxcontrib-qthelp (>=1.0.7); extra == "docs" |
Requires-Dist: |
sphinxcontrib-serializinghtml (>=1.1.10); extra == "docs" |
Provides-Extra: |
docs |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |