JuliaClimate / ClimateBase.jl

Tools to analyze and manipulate climate (spatiotemporal) data. Also used by ClimateTools and ClimatePlots
https://juliaclimate.github.io/ClimateBase.jl/dev/
Other
39 stars 3 forks source link

Allow loading CF vars from Groups #63

Closed Datseris closed 3 years ago

Datseris commented 3 years ago

This allows loading a CF variable from a .nc file that has groups, by providing a tuple ("groupname", "varname") instead of the existing var::String.

Datseris commented 3 years ago

Honestly, I really need to get some data files from online and do some proper tests by downloading real data...

I tested this locally using downloaded MODIS files. It works great. Of course these data are too large to upload here, and I can't push my download token here either!