This provider is not finished yet, please read the TODO list.
Right now it works returning a GeoJSON of this spreadsheet
Live demo:
Run server:
npm install
npm start
Example API Query:
curl localhost:8080/google-drive/FeatureServer/0/query?returnCountOnly=true
Browser:
localhost:8080/google-drive/FeatureServer/0/query
Tests:
npm test
- run
npm init
and update the fields- Choose a name like
koop-provider-google-drive
- Choose a name like
- run
npm publish