This provides a REST API service for querying elevations defined in DTM released by Taiwan MOI, which covers:
- Start a container running our public docker image:
docker run -it --rm -p 8080:8080 outdoorsafetylab/moidemd
- 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.