To use the various weather/geo data services, for glglobe use this lib.
At the moment the following satellite image services are supported:
- RealEarth, with a excellent global coverage (we only use the global products)
- EumetSat, with some close to real time images
- Deutscher Wetterdienst, with a surprisingly wide coverage (but for some we lack the coordinate transform magic)
Requirs genericImg&genericGlm so build&install these first.
Example for Debian install prerequisites
apt-get install libsoup-3.0-dev
To build use any (lin)ux:
meson setup build -Dprefix=/usr cd build meson compile
For windows (get msys2 https://www.msys2.org/) the files shoud adapt use e.g.
pacman -S ${MINGW_PACKAGE_PREFIX}-libsoup3
meson setup build -Dprefix=${MINGW_PREFIX}
...
For use needs to be installed (for linux run as root):
meson install