mapshader
mapshader copied to clipboard
Simple Python GIS Web Services
integrate the tile-fetch scripts you prepared for inclusion in mapshader CLI
- [x] Setup PR to track progress - [x] Add integration test with test graph - [x] implement graph service - [x] make graph service enabled by default when server...
This would be an additional service type, or optional extension to the WMS Service to include additional optional parameters specified by ncWMS documentation: https://reading-escience-centre.gitbooks.io/ncwms-user-guide/content/04-usage.html#wms @rsignell-usgs I know we are interested...
- takes geojson as input and returns area calculations for each feature - takes epsg code for reprojection before area calculation - add ability to define service in config -...