-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/international #79
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Thank you for your pull request Some big additions in here. As discussed, we have some requested changes: DependenciesThe additional dependencies required for using CDS data should be added as an extras_require since core functionality with NOAA data does not need them. Geocoding is out of scope for the library and can be removed. Extra Data FilesThe CSV files in samples/intl_samples seem to be used only in the tutorial notebook and can be removed from the repo or consolidated into a smaller set. Unit TestsAll existing unit tests passed. However, the new international tests fail due to relative path issues and a requirement for CDS credentials Please slim down the number of files used in testing the new functionality from 100 to the bare minimum required to maintain the current level of tested code coverage.
test_get_weather_intl should either use a mocked version of the API call or just be omitted. |
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Signed-off-by: James Fenna <james@carbon.coop>
Your checklist for this pull request
Please review the guidelines for contributing to this repository.
docker-compose run --rm test
.docker-compose run --rm blacken
.included in docs/api.rst for the sphinx build. Please use numpy-style docstrings.
Sphinx docs can be built with the following command:
docker-compose run --rm --entrypoint="make -C docs html" shell
. Please note and fix any warnings.the Developer Certificate of Origin. When you're making a commit, just add
the
-s/--signoff
flag (e.g.,git commit -s
).Description
EEWeather international is an international extension to the EEMeter international package of amendments submitted via pull request on 13 February 2023.
EEWeather international comprises:
international.py
module, allowing for weather calling outside of the United States via the ECMWF Climate Data Store API; amendments tosetup.py
and__init__/py
accordingly.eeweather-intl tutorial.ipynb
notebook.A detailed walkthrough of amendments can be found in the
eeweather-intl tutorial.ipynb
notebook.