Skip to content

schlomm/koop-geoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWD-Provider for Koop


This provider makes it possible to access [geoserver-WFS endpoints](URL HERE) as either a raw geoJSONs output or an ESRI FeatureService. Because the geoserver already serves geojsons as an output, there is not that much magic about the internal procedure.

Installation

Perform the following steps to install the dwd-koop provider. Install koop including its dependencies. Clone the repo git clone git@github.com:Esri/koop.git Enter the koop project directory cd koop Install koop-server and node.js dependencies npm install Install koop-geoserver provider via npm install https://github.com/schlomm/koop-geoserver/tarball/master

Quick Go-Through

koop-dwd layers are e accessed by adding the id to /dwd/:dwd_layer_id, and optionally the Feature Service metadata or query. For example:

  • Raw GeoJSON: /geoserver/dwd:BASISWARNUNGEN
  • FeatureService: /dwd/dwd:BASISWARNUNGEN/FeatureServer/0
  • Query: /dwd/dwd:BASISWARNUNGEN/0/query

Outlook

Limitations

Example Geoserver:
http://map.ices.dk/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.demo.MapPreviewPage
http://maps.dwd.de/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.demo.MapPreviewPage

About

A provider for koop to use geoserver endpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published