-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
61 lines (58 loc) · 1.8 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
geopostgis_bundles:
# Bundle ID [Mandatory]
- bundle_id: 'dgpce_mnr'
# DB connection parameters [Mandatory]
db_endpoint: MNR PostGIS
db_type: postgres
db_host: '127.0.0.1'
db_port: '5433'
db_dbname: mnrdb
db_username: mnrz
db_password: password
db_active: True
# Geoserver Parameters [Mandatory]
geo_endpoint: Localhost Server Test
geo_datastore: mnrdb
geo_url: http://localhost:8091/geoserver
# geo_workspace Overrides ogc_workspace in dataset table. If not put: Null
geo_workspace: test
geo_username: admin
geo_password: password
geo_srid: 3857
geo_active: True
# Dataset documentation details by bundle [Mandatory]
datasets_doc:
# Bundle ID [Mandatory]
- bundle_id: 'dgpce_mnr'
db_datasets_doc_mode: False
db_datasets_doc_table: 'public.datasets'
datasets_doc_path: '/geopostgis_manager/data/datasets_doc.csv'
date: 2002-12-12
# Schema in which the tables with the spatial data will be stored. Default: public
output_schema: public
# Field names [Mandatory]
field_name: titulo
field_publisher: distribuidor
field_identifier: nombre_capa
field_path: ruta_p
field_srid: srid
field_carto_type: format_type
# Field names [Optional]
field_sld: sld
field_metadata_url: url_metadatos
field_description: resumen
field_ogc_workspace: workspace_ogc
field_creator: propietario
# Loader publisher
publisher: Tragsatec
# Config [Mandatory]
default:
# Execute software with multicore parallel processing
parallelization: False
# If needed, proxy socks5/http (http-https)
#proxy_socks5: 'socks5://user:pass@host:port'
proxy_socks5: 'socks5://user:pass@host:port'
proxy_http: 'http://user:pass@host:port'
# Loading modes
load_to_db: False
load_to_geoserver: True