We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
t2_prec_obs.nc is a NetCDF file containing 1D data (e.g. observations), but from_source fails to load it:
from_source
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.
The text was updated successfully, but these errors were encountered:
JamesVarndell
No branches or pull requests
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:Log:
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
The text was updated successfully, but these errors were encountered: