ecmwf / ecmwflibs

Apache License 2.0
15 stars 9 forks source link

Compile eccodes with png support enabled #4

Closed andersonad closed 2 years ago

andersonad commented 2 years ago

This library is really nice for not having to support a build chain when using cfgrib and xarray.

One of the weather data sources we often work with is MRMS, which requires PNG support enabled. I understand this is not done by default on ecCodes right now, but would it be possible to add that flag when building the library for the wheel?

floriankrb commented 2 years ago

@andersonad, please try with version 0.4.8 which includes PNG support.

floriankrb commented 2 years ago

I am assuming that the change we made to add the PNG support is working for you. Feel free to reopen if it doesn't.

andersonad commented 2 years ago

My apologies for failing to get back to you in a timely manner. This change is in fact working for me in the latest release. Thank you very much!