Source: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Service Type) |
||
Line 18: | Line 18: | ||
|- | |- | ||
| ESRI_IMAGE | | ESRI_IMAGE | ||
| | | Connection to an ESRI-hosted WMS for image data. | ||
|- | |- | ||
| ESRI_JSON | | ESRI_JSON | ||
| Connection to an ESRI-hosted WFS for vector data which supports providing data in a | | Connection to an ESRI-hosted WFS for vector data which supports providing data in a geojson format. | ||
|- | |- | ||
| GEOJSON | | GEOJSON | ||
Line 36: | Line 36: | ||
|- | |- | ||
| WCS_TIFF | | WCS_TIFF | ||
| | | Connection to a WCS for grid data which supports providing data in a geotiff format. | ||
|- | |- | ||
| WFS_GML | | WFS_GML | ||
Line 42: | Line 42: | ||
|- | |- | ||
| WFS_JSON | | WFS_JSON | ||
| Connection to a WFS for vector data which supports providing data in a | | Connection to a WFS for vector data which supports providing data in a geojson format. | ||
|- | |- | ||
| WMS_IMAGE | | WMS_IMAGE | ||
| | | Connection to a WMS for image data. | ||
|} | |} | ||
{{article end | |||
|notes= | |||
* When creating a new Project Source, the Service Types selectable are a subset of all possible types. | |||
[[Category:Items]] | [[Category:Items]] |
Revision as of 11:07, 23 December 2021
This article is a stub.
A Project Source is a definition for where data can be retrieved.
A Project Source's primary property is the url it is directed to. The data found at the url's endpoint is then interpreted based on the Service Type the Project Source is configured as.
Service Type
The following Service Types are available
Type | Used for |
---|---|
BGT_GML | |
CYCLO_IMAGE | |
ESRI_IMAGE | Connection to an ESRI-hosted WMS for image data. |
ESRI_JSON | Connection to an ESRI-hosted WFS for vector data which supports providing data in a geojson format. |
GEOJSON | GeoJSON files, such as those hosted on the GeoShare |
GEOTIFF | GeoTiff files, such as those hosted on the GeoShare |
I3S | |
OSM | |
WCS_TIFF | Connection to a WCS for grid data which supports providing data in a geotiff format. |
WFS_GML | Connection to a WFS for vector data which supports providing data in a gml-conformant XML format. |
WFS_JSON | Connection to a WFS for vector data which supports providing data in a geojson format. |
WMS_IMAGE | Connection to a WMS for image data. |
{{article end |notes=
- When creating a new Project Source, the Service Types selectable are a subset of all possible types.