GeoPicker
GeoPicker copied to clipboard
Geospatial data picker via fast Api Rest interface, not only another simple elevation service.
return only points from input inside a bounding box
- [ ] gpx parser ```js fastify.addContentTypeParser(['text/xml', 'application/xml'], function (request, payload, done) { xmlParser(payload, function (err, body) { done(err, body) }) }) ``` - [ ] polyline - [ ]...
- [x] polyline https://www.npmjs.com/package/@mapbox/polyline - [x] gpx https://github.com/tyrasd/togpx - [ ] geojson - [ ] csv https://www.npmjs.com/package/csv-write-stream - [ ] shapefile https://github.com/mapbox/shp-write - [ ] kml
- [ ] HGT https://github.com/perliedman/elevation-service - [ ] remote resources https://github.com/mmomtchev/geosub
having a track including altimetry `z` coordinate, measured via altimeter or gps of an object in flight (example: plane, paraglider, hot air balloon) returns the same track with the addition...
support xml file in wms format
- [ ] websocket - [ ] [JSON-RPC](https://www.jsonrpc.org/)