WFS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Weiterleitung nach WxS erstellt)
 
K (Weblinks / WFS Lists)
 
(37 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
#redirect[[WxS]]
+
See also:
 +
* [[WMS]], [[WCS]], [[WMTS]]
 +
 
 +
* [[OSGeodata Discovery]]
 +
 
 +
= Web Mapping Service Specifications from OGC (WMS, WFS, WxS) =
 +
 
 +
For lists and directories see:
 +
* [http://88.198.44.148/directory/tags.php/wms+webservice?sort=visits_desc geometa Directory]
 +
* [http://www.geometa.info/search.jsp?query=wms geometa.info]
 +
 
 +
For specs. see:
 +
* [http://www.opengeospatial.org/standards/wms WMS]
 +
* [http://www.opengeospatial.org/standards/wfs WFS]
 +
 
 +
Tutorial: [http://gengish.wordpress.com/2008/07/28/standard-wms-e-wfs-a-short-introduction/ Standard WMS, WFS and WCS: a short introduction].
 +
 
 +
= Bekannte WFS Server =
 +
 
 +
WFS Server als frei zugängliche Webservices mit Geodaten:
 +
* [http://ows.ethz.ch/ OWS ETHZ]
 +
* [[OpenPOIMap]]
 +
* http://www.osmgb.org.uk/ogc/wfs?request=GetCapabilities
 +
* Weitere experimentelle WFS an der HSR: [[OpenStreetMap-in-a-Box]]
 +
* Suche mit G*... mit [http://www.google.ch/search?q=inurl:getcapabilities+wfs inurl:getcapabilities+wfs].
 +
 
 +
Es gibt zurzeit nur ganz wenige uns bekannte WFS von öffentlichen Datenherren bzw. Dienststellen:
 +
* [http://www.geolion.zh.ch/ GeoLion Kanton Zürich] (vorher: FNS Kt. ZH: http://maps.zh.ch/wfs/FnsNSWFS )
 +
 
 +
= Technisches =
 +
 
 +
HTTP requests using Geocat.ch as example:
 +
* GetCapabilities: http://www.geocat.ch/geoserver/wfs?service=WFS&request=GetCapabilities
 +
* GetFeature: http://www.geocat.ch/geoserver/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=getfeature&TYPENAME=chtopo:gemeindenBB
 +
* DescribeFeatureType: http://www.geocat.ch/geoserver/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=gemeindenBB&OUTPUTFORMAT=XMLSCHEMA
 +
 
 +
statkart.no:
 +
* DescribeFeature: http://nrl.statkart.no/wfs.aspx?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=layer_22&OUTPUTFORMAT=XMLSCHEMA
 +
* Kommunikation mit einem WFS-Service in einem Webbrowser: http://resources.arcgis.com/de/help/main/10.1/index.html#//0154000004rz000000
 +
 
 +
http://www.cartociudad.es/wfs-vial/wfs_getfeature.html
 +
 
 +
= Software =
 +
 
 +
WFS Server-Software:
 +
* [[FeatureServer]] mit WFS 1.0.0 mit GML 2 und WFS-T (Python)
 +
* [[GeoServer]] - WFS, WFS-T (Java
 +
* [[UMN Mapserver]] mit GML 2 und GML 3.1 und WFS (C) (für WFS-T ist TinyOWS vorgesehen)
 +
* [http://www.tinyows.org/ TinyOWS] - Teil des MapServer-Projekts (C)
 +
 
 +
WFS Client-Software:
 +
* [[QGIS]] (Linux, Windows, Mac, Android)
 +
* [[ArcGIS]] (Windows)
 +
* [[OpenLayers]] JavaScript Libarary (Browser)
 +
* [[OGR]]
 +
* [[UMN MapServer]] (kann selber ein WFS Client sein).
 +
* Weiter:
 +
** Gaia 3 (thecarbonproject) für Windows: u.a. mit WMS, WMTS, WCS, WFS, FE, Shapefile, KML/KMZ, DXF, MIF, GML/GML Simple Features. [http://www.thecarbonproject.com/gaia.php]
 +
** Cartographica (macgis) für Mac OS [http://www.macgis.com/]
 +
** [[uDig]]
 +
** [[GvSIG]]
 +
** [http://cgdi-dev.geoconnections.org/prototypes/owsview/index.html owsview Viewer Client Generator] - Eine Webapplikation zur Validierung von WFS XML
 +
 
 +
= Weblinks / WFS Lists =
 +
 
 +
WFS-Listen/Suche :
 +
* [http://www.geocat.ch Geocat] > Erweiterte Suche > Datensatzart > Dienste (WMS/WFS)
 +
* [http://www.mapmatters.org mapmatters.org]
 +
* [http://www.google.ch/search?q=inurl%3Agetcapabilities+%2Bwfs Google Search...][http://www.google.ch/search?q=inurl%3AWFS+inurl%3Agetcapabilities+%2Bwfs]
 +
 
 +
[[Kategorie:Webservice]][[Kategorie:Abkürzungen]]

Aktuelle Version vom 5. Dezember 2014, 16:31 Uhr

See also:

Web Mapping Service Specifications from OGC (WMS, WFS, WxS)

For lists and directories see:

For specs. see:

Tutorial: Standard WMS, WFS and WCS: a short introduction.

Bekannte WFS Server

WFS Server als frei zugängliche Webservices mit Geodaten:

Es gibt zurzeit nur ganz wenige uns bekannte WFS von öffentlichen Datenherren bzw. Dienststellen:

Technisches

HTTP requests using Geocat.ch as example:

statkart.no:

http://www.cartociudad.es/wfs-vial/wfs_getfeature.html

Software

WFS Server-Software:

  • FeatureServer mit WFS 1.0.0 mit GML 2 und WFS-T (Python)
  • GeoServer - WFS, WFS-T (Java
  • UMN Mapserver mit GML 2 und GML 3.1 und WFS (C) (für WFS-T ist TinyOWS vorgesehen)
  • TinyOWS - Teil des MapServer-Projekts (C)

WFS Client-Software:

  • QGIS (Linux, Windows, Mac, Android)
  • ArcGIS (Windows)
  • OpenLayers JavaScript Libarary (Browser)
  • OGR
  • UMN MapServer (kann selber ein WFS Client sein).
  • Weiter:
    • Gaia 3 (thecarbonproject) für Windows: u.a. mit WMS, WMTS, WCS, WFS, FE, Shapefile, KML/KMZ, DXF, MIF, GML/GML Simple Features. [1]
    • Cartographica (macgis) für Mac OS [2]
    • uDig
    • GvSIG
    • owsview Viewer Client Generator - Eine Webapplikation zur Validierung von WFS XML

Weblinks / WFS Lists

WFS-Listen/Suche :