Open jfenna opened 1 year ago
Thank you for your pull request Some big additions in here. As discussed, we have some requested changes:
The 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.
The 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.
All 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.
docker-compose run test
should run the full test suite without any steps required after commit ffd9dba is merged.
test_get_weather_intl should either use a mocked version of the API call or just be omitted.
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
.docker-compose run --rm --entrypoint="make -C docs html" shell
. Please note and fix any warnings.-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.