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 support for 1D NetCDF data #113

Open
sandorkertesz opened this issue Jun 12, 2023 · 0 comments
Open

Add support for 1D NetCDF data #113

sandorkertesz opened this issue Jun 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sandorkertesz
Copy link
Collaborator

sandorkertesz commented Jun 12, 2023

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

t2_prec_obs.nc is a NetCDF file containing 1D data (e.g. observations), but from_source fails to load it:

ds = earthkit.data.from_source("file", "t2_prec_obs.nc")

Log:

 Earthkit log: Exception: NetCDFReader no 2D fields found in t2_prec_obs.nc

The task is to add support for NetCDF with 1D data.

Describe alternatives you've considered

No response

Additional context

No response

Organisation

No response

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

No branches or pull requests

2 participants