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

Add `libproj-dev` as a required dependency #115

Closed ZL1LAC closed 2 years ago

ZL1LAC commented 3 years ago

Goesproc requires libproj-dev to run, let's add this to this list of depends.

Without it, if and you run Goesproc you will get the following error.

Invalid configuration: The configuration file includes directives to add a map overlay, but goesproc was compiled without the proj library. Make sure to install the proj library before compiling goesproc, and look for a message saying 'Found proj' when running cmake. Install proj on Debian/Ubuntu/Raspbian by running: 'sudo apt-get install -y libproj-dev'.