Skip to content
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

Add firsdt-class NetCDF4 file support through NDBC DODS/THREDDS #43

Merged
merged 13 commits into from
Sep 1, 2024

Conversation

CDJellen
Copy link
Owner

@CDJellen CDJellen commented Sep 1, 2024

Summary of core changes:

  • first-class support for downloading, joining, and filtering netcdf4 files made available through the NDBC DODS THREDDS server (requested in api.stations() not returning all stations #40 )
  • new parameter in the API's get_data method for retrieving this data use_opendap=True
  • updated tests
  • updated documentation notebook.

New dependencies:

  • added dependency netcdf4 == 1.7.1.post2 to poetry-managed installations

Version Support changes:

  • dropped support of python 3.8 for poetry-managed installations
  • bumped versions of some package dependencies while maintaining numpy<2.0.0

Planned future changes:

  • none noted, bugfixes will take priority

@CDJellen CDJellen added the enhancement New feature or request label Sep 1, 2024
@CDJellen CDJellen self-assigned this Sep 1, 2024
@CDJellen CDJellen merged commit b44fac1 into main Sep 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant