koopjs / koop

Transform, query, and download geospatial data on the web.
http://koopjs.github.io
Other
651 stars 125 forks source link

Document how to build new Data providers #15

Closed ajturner closed 10 years ago

ajturner commented 10 years ago

I would like to build new input Data provider adapters, ala Node Geoservices Adaptor. For example I want to connect to the DC Metro API or Capital Bikeshare data.

This is supposedly possible but it's unclear how to properly add this. Can you provide an example template data provider adapter?

chelm commented 10 years ago

@ajturner this work is now complete and in the api/providers/ dir there are samples. I still need to wire in the model and view concepts into this. Currently you define routes and a controller to adapt an api.

I think I''l work on taking another api expose it as a feature service, or work on bring nick city bike stuff into koop.

chelm commented 10 years ago

see the readme too