update providers to allow 1..n representations (#489)
This commit is contained in:
+172
-162
@@ -119,13 +119,14 @@ resources:
|
||||
temporal:
|
||||
begin: 2000-10-30T18:24:39Z
|
||||
end: 2007-10-30T08:57:29Z
|
||||
provider:
|
||||
name: CSV
|
||||
data: tests/data/obs.csv
|
||||
id_field: id
|
||||
geometry:
|
||||
x_field: long
|
||||
y_field: lat
|
||||
providers:
|
||||
- type: feature
|
||||
name: CSV
|
||||
data: tests/data/obs.csv
|
||||
id_field: id
|
||||
geometry:
|
||||
x_field: long
|
||||
y_field: lat
|
||||
|
||||
lakes:
|
||||
type: collection
|
||||
@@ -146,10 +147,11 @@ resources:
|
||||
temporal:
|
||||
begin: 2011-11-11
|
||||
end: null # or empty (either means open ended)
|
||||
provider:
|
||||
name: GeoJSON
|
||||
data: tests/data/ne_110m_lakes.geojson
|
||||
id_field: id
|
||||
providers:
|
||||
- type: feature
|
||||
name: GeoJSON
|
||||
data: tests/data/ne_110m_lakes.geojson
|
||||
id_field: id
|
||||
|
||||
countries:
|
||||
type: collection
|
||||
@@ -171,11 +173,12 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: SQLiteGPKG
|
||||
data: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
id_field: ogc_fid
|
||||
table: ne_110m_admin_0_countries
|
||||
providers:
|
||||
- type: feature
|
||||
name: SQLiteGPKG
|
||||
data: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
id_field: ogc_fid
|
||||
table: ne_110m_admin_0_countries
|
||||
|
||||
dutch_georef_stations:
|
||||
type: collection
|
||||
@@ -200,29 +203,30 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: WFS
|
||||
source: WFS:http://geodata.nationaalgeoregister.nl/rdinfo/wfs?
|
||||
source_srs: EPSG:28992
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
source_options:
|
||||
# OGR_WFS_VERSION: 1.1.0
|
||||
OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN: NO
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: gml_id
|
||||
layer: rdinfo:stations
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: WFS
|
||||
source: WFS:http://geodata.nationaalgeoregister.nl/rdinfo/wfs?
|
||||
source_srs: EPSG:28992
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
source_options:
|
||||
# OGR_WFS_VERSION: 1.1.0
|
||||
OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN: NO
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: gml_id
|
||||
layer: rdinfo:stations
|
||||
|
||||
utah_city_locations:
|
||||
type: collection
|
||||
@@ -246,29 +250,30 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: WFS
|
||||
source: WFS:http://demo.deegree.org/utah-workspace/services/wfs?TYPENAME=app:SGID93_LOCATION_UDOTMap_CityLocations
|
||||
source_srs: EPSG:26912
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
source_options:
|
||||
# OGR_WFS_VERSION: 2.0.0
|
||||
OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN: NO
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: NAME
|
||||
layer: app:SGID93_LOCATION_UDOTMap_CityLocations
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: WFS
|
||||
source: WFS:http://demo.deegree.org/utah-workspace/services/wfs?TYPENAME=app:SGID93_LOCATION_UDOTMap_CityLocations
|
||||
source_srs: EPSG:26912
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
source_options:
|
||||
# OGR_WFS_VERSION: 2.0.0
|
||||
OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN: NO
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: NAME
|
||||
layer: app:SGID93_LOCATION_UDOTMap_CityLocations
|
||||
|
||||
unesco_pois_italy:
|
||||
type: collection
|
||||
@@ -291,29 +296,30 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: WFS
|
||||
source: WFS:https://demo.geo-solutions.it/geoserver/wfs
|
||||
source_srs: EPSG:32632
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
source_options:
|
||||
# OGR_WFS_VERSION: 1.1.0
|
||||
OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN: NO
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: gml_id
|
||||
layer: unesco:Unesco_point
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: WFS
|
||||
source: WFS:https://demo.geo-solutions.it/geoserver/wfs
|
||||
source_srs: EPSG:32632
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
source_options:
|
||||
# OGR_WFS_VERSION: 1.1.0
|
||||
OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN: NO
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: gml_id
|
||||
layer: unesco:Unesco_point
|
||||
|
||||
ogr_gpkg_poi:
|
||||
type: collection
|
||||
@@ -341,25 +347,26 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: GPKG
|
||||
source: tests/data/poi_portugal.gpkg
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: osm_id
|
||||
layer: poi_portugal
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: GPKG
|
||||
source: tests/data/poi_portugal.gpkg
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: osm_id
|
||||
layer: poi_portugal
|
||||
|
||||
ogr_geojson_lakes:
|
||||
type: collection
|
||||
@@ -380,25 +387,26 @@ resources:
|
||||
temporal:
|
||||
begin: 2011-11-11
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: GeoJSON
|
||||
source: tests/data/ne_110m_lakes.geojson
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: id
|
||||
layer: ne_110m_lakes
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: GeoJSON
|
||||
source: tests/data/ne_110m_lakes.geojson
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: id
|
||||
layer: ne_110m_lakes
|
||||
|
||||
ogr_addresses_sqlite:
|
||||
type: collection
|
||||
@@ -421,26 +429,27 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: SQLite
|
||||
# source: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
source: tests/data/dutch_addresses_4326.sqlite
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: id
|
||||
layer: ogrgeojson
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: SQLite
|
||||
# source: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
source: tests/data/dutch_addresses_4326.sqlite
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: id
|
||||
layer: ogrgeojson
|
||||
|
||||
ogr_addresses_gpkg:
|
||||
type: collection
|
||||
@@ -463,25 +472,26 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: OGR
|
||||
data:
|
||||
source_type: GPKG
|
||||
source: tests/data/dutch_addresses_4326.gpkg
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: id
|
||||
layer: OGRGeoJSON
|
||||
providers:
|
||||
- type: feature
|
||||
name: OGR
|
||||
data:
|
||||
source_type: GPKG
|
||||
source: tests/data/dutch_addresses_4326.gpkg
|
||||
source_srs: EPSG:4326
|
||||
target_srs: EPSG:4326
|
||||
source_capabilities:
|
||||
paging: True
|
||||
|
||||
gdal_ogr_options:
|
||||
EMPTY_AS_NULL: NO
|
||||
GDAL_CACHEMAX: 64
|
||||
# GDAL_HTTP_PROXY: (optional proxy)
|
||||
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
|
||||
CPL_DEBUG: NO
|
||||
|
||||
id_field: id
|
||||
layer: OGRGeoJSON
|
||||
|
||||
hello-world:
|
||||
type: process
|
||||
|
||||
@@ -111,13 +111,14 @@ resources:
|
||||
begin: 2000-10-30T18:24:39Z
|
||||
end: 2007-10-30T08:57:29Z
|
||||
trs: http://www.opengis.net/def/uom/ISO-8601/0/Gregorian
|
||||
provider:
|
||||
name: CSV
|
||||
data: tests/data/obs.csv
|
||||
id_field: id
|
||||
geometry:
|
||||
x_field: long
|
||||
y_field: long
|
||||
providers:
|
||||
- type: feature
|
||||
name: CSV
|
||||
data: tests/data/obs.csv
|
||||
id_field: id
|
||||
geometry:
|
||||
x_field: long
|
||||
y_field: long
|
||||
|
||||
ne_110m_populated_places_simple:
|
||||
type: collection
|
||||
@@ -142,11 +143,12 @@ resources:
|
||||
spatial:
|
||||
bbox: [-180,-90,180,90]
|
||||
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
|
||||
provider:
|
||||
name: Elasticsearch
|
||||
#Note elastic_search is the docker container of ES the name is defined in the docker-compose.yml
|
||||
data: http://elastic_search:9200/ne_110m_populated_places_simple
|
||||
id_field: geonameid
|
||||
providers:
|
||||
- type: feature
|
||||
name: Elasticsearch
|
||||
#Note elastic_search is the docker container of ES the name is defined in the docker-compose.yml
|
||||
data: http://elastic_search:9200/ne_110m_populated_places_simple
|
||||
id_field: geonameid
|
||||
|
||||
lakes:
|
||||
type: collection
|
||||
@@ -168,10 +170,11 @@ resources:
|
||||
begin: 2011-11-11
|
||||
end: null # or empty
|
||||
trs: http://www.opengis.net/def/uom/ISO-8601/0/Gregorian
|
||||
provider:
|
||||
name: GeoJSON
|
||||
data: tests/data/ne_110m_lakes.geojson
|
||||
id_field: id
|
||||
providers:
|
||||
- type: feature
|
||||
name: GeoJSON
|
||||
data: tests/data/ne_110m_lakes.geojson
|
||||
id_field: id
|
||||
|
||||
countries:
|
||||
type: collection
|
||||
@@ -193,11 +196,12 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: SQLiteGPKG
|
||||
data: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
id_field: ogc_fid
|
||||
table: ne_110m_admin_0_countries
|
||||
providers:
|
||||
- type: feature
|
||||
name: SQLiteGPKG
|
||||
data: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
id_field: ogc_fid
|
||||
table: ne_110m_admin_0_countries
|
||||
|
||||
hello-world:
|
||||
type: process
|
||||
|
||||
@@ -109,13 +109,14 @@ resources:
|
||||
begin: 2000-10-30T18:24:39Z
|
||||
end: 2007-10-30T08:57:29Z
|
||||
trs: http://www.opengis.net/def/uom/ISO-8601/0/Gregorian
|
||||
provider:
|
||||
name: CSV
|
||||
data: tests/data/obs.csv
|
||||
id_field: id
|
||||
geometry:
|
||||
x_field: long
|
||||
y_field: long
|
||||
providers:
|
||||
- type: feature
|
||||
name: CSV
|
||||
data: tests/data/obs.csv
|
||||
id_field: id
|
||||
geometry:
|
||||
x_field: long
|
||||
y_field: long
|
||||
|
||||
lakes:
|
||||
type: collection
|
||||
@@ -137,10 +138,11 @@ resources:
|
||||
begin: 2011-11-11
|
||||
end: null # or empty
|
||||
trs: http://www.opengis.net/def/uom/ISO-8601/0/Gregorian
|
||||
provider:
|
||||
name: GeoJSON
|
||||
data: tests/data/ne_110m_lakes.geojson
|
||||
id_field: id
|
||||
providers:
|
||||
- type: feature
|
||||
name: GeoJSON
|
||||
data: tests/data/ne_110m_lakes.geojson
|
||||
id_field: id
|
||||
|
||||
countries:
|
||||
type: collection
|
||||
@@ -162,11 +164,12 @@ resources:
|
||||
temporal:
|
||||
begin:
|
||||
end: null # or empty
|
||||
provider:
|
||||
name: SQLiteGPKG
|
||||
data: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
id_field: ogc_fid
|
||||
table: ne_110m_admin_0_countries
|
||||
providers:
|
||||
- type: feature
|
||||
name: SQLiteGPKG
|
||||
data: tests/data/ne_110m_admin_0_countries.sqlite
|
||||
id_field: ogc_fid
|
||||
table: ne_110m_admin_0_countries
|
||||
|
||||
hello-world:
|
||||
type: process
|
||||
|
||||
Reference in New Issue
Block a user