pietern / goestools

Tools to work with signals and files from GOES satellites
https://pietern.github.io/goestools/
BSD 2-Clause "Simplified" License
374 stars 83 forks source link

Cannot build with PROJ 8 #166

Closed nmoon88 closed 9 months ago

nmoon88 commented 1 year ago

In the newer versions of Ubuntu PROJ 6 has been replaced with PROJ 8 and despite the changes recommended in https://github.com/pietern/goestools/pull/83/files goestools will not build due to this error fatal error: proj_api.h: No such file or directory 14 | #include My research says that proj_api.h has been depreciated in PROJ 8 because of the same problem being encountered on other programs using the same thing.

pietern commented 9 months ago

This was fixed in #148 and #167. Thanks for reporting.