Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 829 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 829 Bytes

geodata

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)
Additional services supporting WebMapService shoud be easy to add.
Requirs genericImg&genericGlm so build&install these first.
To build use any (lin)ux:
autoreconf -fis
./configure ...
make
For use needs to be installed:
  make install
For windows (get msys2 https://www.msys2.org/) the files shoud adapt use e.g.
  ./configure --prefix=/mingw64