JuliaGeo / GRIBDatasets.jl

A high level interface to GRIB encoded files.
MIT License
12 stars 5 forks source link

small change for upcoming CommonDataModel 0.3 #20

Closed Alexander-Barth closed 7 months ago

Alexander-Barth commented 7 months ago

This PR avoids some ambiguity issues for the upcoming CommonDataModel 0.3.

(In the new version of CommonDataModel 0.3, one can access variables also by standard name, e.g. ds[CF"longitude"] will be a variable whose standard name is "longitude". CF"longitude" will have the type CommonDataModel.CFStdName and we need to dispatch on that)

Alexander-Barth commented 7 months ago

Thanks :-)