Skip to content

esri-es/koop-provider-google-drive

Repository files navigation

Koop Provider Google Drive for Spreadsheets

This provider is not finished yet, please read the TODO list.

Right now it works returning a GeoJSON of this spreadsheet

Live demo:

  1. Google Spreadsheet interface
  2. Google Spreadsheet JSON
  3. Feature Service
  4. ArcGIS Web Map

Test it out

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

Publish to npm

  • run npm init and update the fields
    • Choose a name like koop-provider-google-drive
  • run npm publish