Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.23 KB

README.rst

File metadata and controls

36 lines (25 loc) · 1.23 KB

gmalt API

https://travis-ci.org/gmalt/api.svg?branch=master

gmalt API provides the web server to get an altitude at a geographical position using the SRTM dataset.

It is designed to handler SRTM data stored in :

  • raw HGT file
  • standard SQL table (coming soon)
  • GIS aware SQL table with raster format (coming soon)

For now, only postgres (with PostGIS for raster support) is supported as SQL storage.

Documentation

TODO

  • pass config file in command line argument or option

* implement extract elevation from hgt file in task * logging in webservice * update readme