-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug Fix Weather data #127
Bug Fix Weather data #127
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
The tests failed due to an ImportError: "Cannot import name 'epoch_to_iso8601' from 'aisdb.weather.era5'". Please verify the module's availability and import path. |
If I understand correctly, the |
Hi @Vaishnav2804, could you please add the weather modules to the root |
Yes. cfgrib will be a new dependency. |
Added to |
adapt to Python version < 3.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done. Merge #127 into master branch.
TrackGen
method.extract_weather
andextract_weather_multiple_points
to retrieve weather data for a given lat,lon,time or for a list of lat,lon and time.Example Usage:
Documentation:
https://aisviz.gitbook.io/documentation/tutorials/climate-data