Skip to content

Commit

Permalink
UPDATE ERA5 API CALLS --> CDS has changed the ERA5 datasets & api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida committed Oct 17, 2024
1 parent 787c676 commit 05c1d70
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 201 deletions.
41 changes: 38 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
cdsapi = "^0.5.1"
cdsapi = ">=0.7.3"
pandas = ">=2.0.0"
numpy = ">=1.16.4"
SQLAlchemy = ">=2.0.28"
Expand Down
2 changes: 1 addition & 1 deletion satellite/downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""satellite_weather_downloader Weather Collection Python package"""
# TODO: Docstrings
from . import request # noqa
from .extract_reanalysis import download_br_netcdf, download_netcdf # noqa
from .extract_reanalysis import download_netcdf # noqa
Loading

0 comments on commit 05c1d70

Please sign in to comment.