opengribs / XyGrib

This is the new home for the development of zyGrib
https://opengribs.org
GNU General Public License v3.0
119 stars 46 forks source link

port to PROJ 8.0 API #280

Closed Fyleo closed 2 years ago

Fyleo commented 2 years ago

Hi,

Here is a commit to be able to compile XyGrib with PROJ 8.0 (6.0+ API). It would resolve issue opengribs/XyGrib#200 and opengribs/XyGrib#278 if merged.

Regards

sebastic commented 2 years ago

PROJ.4 was renamed to PROJ, that would be good to adopt in the CMake bits too.

kubrickfr commented 2 years ago

Works great! Created a PKGBUILD for Arch https://github.com/kubrickfr/xygrib

gromain commented 2 years ago

@norulz any interest in merging this request or maintaining this project? This integration would be great for distributions where PROJ4 is not available anymore (and there will be more and more).

did-g commented 2 years ago

Hi,

Because we still want to be compatible with older system we pushed a modified version of your patch. Could you double check it's working for you?

Regards Didier

Fyleo commented 2 years ago

covered by pull request #289