Metadata-Version: |
2.3 |
Name: |
pydaymet |
Version: |
0.18.0 |
Summary: |
Access daily, monthly, and annual climate data via the Daymet web service. |
Author-Email: |
Taher Chegini <cheginit[at]gmail.com> |
Project-Url: |
Changelog, https://docs.hyriver.io/changelogs/pydaymet.html |
Project-Url: |
CI, https://github.com/hyriver/pydaymet/actions |
Project-Url: |
Homepage, https://docs.hyriver.io/readme/pydaymet.html |
Project-Url: |
Issues, https://github.com/hyriver/pydaymet/issues |
License: |
MIT |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Atmospheric Science |
Classifier: |
Topic :: Scientific/Engineering :: GIS |
Classifier: |
Topic :: Scientific/Engineering :: Hydrology |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.9 |
Requires-Dist: |
async-retriever (<0.19,>=0.18) |
Requires-Dist: |
click (>=0.7) |
Requires-Dist: |
geopandas (>=1) |
Requires-Dist: |
numpy (>=2) |
Requires-Dist: |
pandas (>=1) |
Requires-Dist: |
py3dep (<0.19,>=0.18) |
Requires-Dist: |
pygeoogc (<0.19,>=0.18) |
Requires-Dist: |
pygeoutils (<0.19,>=0.18) |
Requires-Dist: |
pyproj (>=3.0.1) |
Requires-Dist: |
scipy |
Requires-Dist: |
shapely (>=2) |
Requires-Dist: |
xarray (>=2023.1) |
Requires-Dist: |
numba (>=0.57); extra == "speedup" |
Requires-Dist: |
dask; extra == "stac" |
Requires-Dist: |
fsspec; extra == "stac" |
Requires-Dist: |
pystac-client; extra == "stac" |
Requires-Dist: |
zarr; extra == "stac" |
Requires-Dist: |
pyarrow (>=1.0.1); extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-sugar; extra == "test" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "test" |
Provides-Extra: |
speedup |
Provides-Extra: |
stac |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
AUTHORS.rst |
License-File: |
LICENSE |