GeoPicker icon indicating copy to clipboard operation
GeoPicker copied to clipboard

Geospatial data picker via fast Api Rest interface, not only another simple elevation service.

Results 16 GeoPicker issues
Sort by recently updated
recently updated
newest added

cut result output

Good First Issue

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 - [ ]...

Roadmap

- [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

Roadmap

- [ ] 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...

Good First Issue

support xml file in wms format

- [ ] websocket - [ ] [JSON-RPC](https://www.jsonrpc.org/)

integrate Tap

Roadmap
Good First Issue