Skip to content

outdoorsafetylab/moidemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevation Service with DTM from Taiwan MOI

This provides a REST API service for querying elevations defined in DTM released by Taiwan MOI, which covers:

  1. Taiwan
  2. Penghu
  3. Kinmen

How to use (as docker)

  1. Start a container running our public docker image:
    docker run -it --rm -p 8080:8080 outdoorsafetylab/moidemd
  2. Try to query the elevation of Mt. Jade, highest peak of Taiwan:
    curl -XPOST --data '[[120.957283,23.47],[118.41487169265747,24.463527202606201],[119.54811472445726,23.549576718360186]]' http://127.0.0.1:8080/v1/elevations

If you need elevation service for other area, please see our base project for detail.