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

[FR] GRIB support through CfGRIB.jl #54

Open
Balinus opened this issue Mar 25, 2021 · 2 comments
Open

[FR] GRIB support through CfGRIB.jl #54

Balinus opened this issue Mar 25, 2021 · 2 comments
Labels
easy Solving this has easy to medium difficulty! enhancement New feature or request feature request A new feature we would like to have! good first issue Good for newcomers
Milestone

Comments

@Balinus
Copy link
Member

Balinus commented Mar 25, 2021

ECMWF just relased CfGRIB.jl for reading and importing Grib data. It expose the data as either DimensionalData or AxisArrays.

Would be interesting to link it with ClimateBase.jl, which would allow some manipulations.

https://github.com/ecmwf/cfgrib.jl
https://www.ecmwf.int/en/newsletter/166/news/new-way-accessing-grib-data-using-julia-language

@Balinus Balinus added enhancement New feature or request good first issue Good for newcomers feature request A new feature we would like to have! labels Mar 25, 2021
@Balinus Balinus added this to the 1.0 milestone Mar 25, 2021
@Datseris
Copy link
Member

Oh, didn't know about this package. Okay, that makes solving this issue trivial, as we only have to transform the output DimensionalArray to ClimArray, which is direct: ClimArray(A::DimensionalArray).

@Datseris Datseris added the easy Solving this has easy to medium difficulty! label Mar 25, 2021
@Datseris Datseris changed the title GRIB support through CfGRIB.jl [FR] GRIB support through CfGRIB.jl Mar 25, 2021
@Balinus
Copy link
Member Author

Balinus commented Mar 25, 2021

Nice! That seemed trivial indeed, a simple wrapper function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Solving this has easy to medium difficulty! enhancement New feature or request feature request A new feature we would like to have! good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants