Overview of Koop's geospatial data transformation
masterKoop is a JavaScript toolkit and Node.js web server designed to translate, query, and integrate geospatial APIs. It allows you to keep data in its native format while making it accessible in various formats via HTTP.
Koop uses a plugin architecture to facilitate custom deployments:
- Provider plugins: Connect to novel data formats and translate them into a common format (GeoJSON).
- Output plugins: Transform that common GeoJSON into other specifications, such as the GeoServices specification (supported by ArcGIS products), vector-tile, WMS, or plain GeoJSON.