Thanks to visit codestin.com
Credit goes to github.com

Skip to content

github-pfeifer-syscon-de/geodata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Build

Requirs genericImg&genericGlm so build&install these first.

Linux

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

Windows

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}
  ...

Any platform

For use needs to be installed (for linux run as root):

meson install

About

To use the various weather data services (with glglobe)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors