WFS: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:


==What is a WFS==
==What is a WFS==
A Web Feature Service, in short WFS, is a standard in where data is published to the Internet and can be downloaded in different (geo) data formats. This standard is defined by the OGC, the Open Geospatial Consortium. The data is accessible through an URL and works in any browser. To read the metadata, filter data or download it, you can just use your browser. To visualize the data, the URL of the WFS can be read by a GIS (Geographical Information System). One of the advantages of a WFS is that the data is accessible on the internet, so you can always access it (if there is internet) and you don’t have to carry files with you anymore. Also sharing data is more easily, since you just have to provide the WFS URL, instead of the data file.
A Web Feature Service, in short WFS, is a standard in where data is published to the Internet and can be downloaded in different (geo) data formats. This standard is defined by the OGC, the Open Geospatial Consortium.
 
The data is accessible through an URL and works in any browser. To read the metadata, filter data or download it, you can just use your browser. To visualize the data, the URL of the WFS can be read by a GIS (Geographical Information System).
 
One of the advantages of a WFS is that the data is accessible on the internet, so you can always access it (if there is internet) and you don’t have to carry files with you anymore. Also sharing data is more easily, since you just have to provide the WFS URL, instead of the data file.


==WFS links in the {{software}}==
==WFS links in the {{software}}==
Line 12: Line 16:
* FGR: Fysisch geografische regio's; a Dutch dataset containing the types of land.
* FGR: Fysisch geografische regio's; a Dutch dataset containing the types of land.
It is also possible to provide your own WFS, and add their data to your project.
It is also possible to provide your own WFS, and add their data to your project.
==How-to's==
==How-to's==
* [[How to add a WFS link to your project]]
* [[How to add a WFS link to your project]]
Line 17: Line 22:
* [[How to remove a WFS link from your project]]
* [[How to remove a WFS link from your project]]


==Read more==
==More information==
This [https://www.tygron.com/nl/2020/01/31/wfs-edit-uw-data-extern/] video shows how to edit data in the Tygron Platform externally through wfs
* [https://www.tygron.com/en/2020/01/31/wfs-edit-your-data-externally/ https://www.tygron.com/en/2020/01/31/wfs-edit-your-data-externally/] • This  video shows how to edit data in the Tygron Platform externally through WFS.
<br>
 
{{Template:GeoDataOverview}}
{{Template:GeoDataOverview}}

Revision as of 10:52, 10 February 2020

Please note: This page is currently being updated.

Template:Learned

What is a WFS

A Web Feature Service, in short WFS, is a standard in where data is published to the Internet and can be downloaded in different (geo) data formats. This standard is defined by the OGC, the Open Geospatial Consortium.

The data is accessible through an URL and works in any browser. To read the metadata, filter data or download it, you can just use your browser. To visualize the data, the URL of the WFS can be read by a GIS (Geographical Information System).

One of the advantages of a WFS is that the data is accessible on the internet, so you can always access it (if there is internet) and you don’t have to carry files with you anymore. Also sharing data is more easily, since you just have to provide the WFS URL, instead of the data file.

WFS links in the Tygron Platform

There are already a few WFS provided by default to load data from. These are already used by the Tygron Platform, among other datasets, to create a new project with.

  • BAG: the base registration for Addresses and Buildings in the Netherlands.
  • BRP: Gewaspercelen, a Dutch dataset containing the type of crops.
  • CBS Buurten: CBS Wijk en Buurtkaart; a Dutch dataset from the CBS containing the geometries of neighborhoods in the Netherlands and statistical data about these neighborhoods.
  • FGR: Fysisch geografische regio's; a Dutch dataset containing the types of land.

It is also possible to provide your own WFS, and add their data to your project.

How-to's

More information