Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 3.69 KB

README.md

File metadata and controls

73 lines (52 loc) · 3.69 KB

Koop

Translate, query, & integrate any geospatial API on the web

npm version build status js-standard-style

Koop is a highly-extensible Javascript toolkit for connecting incompatible spatial APIs. Out of the box it exposes a Node.js server that can translate GeoJSON into the Geoservices specification supported by the ArcGIS family of products. Koop can be extended to translate data from any source to any API specification. Don't let API incompatiblity get in your way, start using one of Koop's data providers or write your own.

Visit the demo at http://koop.dc.esri.com.

lots of geojson into feature services

New @ Version 3.0

  • Simplified Provider
    • Route and Controller are Optional
  • FeatureServer Routes and Handler built in
  • Simplified Cache API
  • New Plugin Type: Outputs
  • Simplified Server Configuration
    • Koop now exposes its own Express server at koop.server

Extend Koop

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

This repository is a collection of all the official Koop projects. All of the real coding will happen in the linked submodules, so there's no real need to clone or fork this repo. If you want to add a new data source to Koop, create a provider. If you want to add features to Koop itself check out Koop-Core. Otherwise, check out the different plugin types.

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

License

Apache 2.0