forked from sitn/crdppf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_db.yaml
53 lines (51 loc) · 1.41 KB
/
config_db.yaml
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
# Database schema containing the data
db_config:
schema: crdppf
topickey: idobj
srid: 2056
tables:
# table containing the municipality or cadastral boundaries : NE = cadastres
town:
tablename: la02_cadastres
# tablename: la3_limites_communales
schema: general
# primary key
att_id: idobj
# optional - if subdivision in cadastres :
att_cadastre_number: numcad
# optional - if subdivision in cadastres :
att_cadastre_name: cadnom
att_commune_number: numcom
att_commune_name: comnom
att_federal_number: nufeco
# table containing the properties
property:
tablename: mo9_immeubles
schema: mensuration
att_id: idobj
att_id_property: id
att_egrid: egrid
att_property_number: nummai
att_property_area: srfmai
att_property_type: typimm
#att_property_source: source
#optional:
local_names:
tablename: mo25_noms_locaux
schema: mensuration
att_id: idcnlo
att_local_name: nomloc
restrictions:
railways_project_zones
railways_construction_limits
highways_project_zones
highways_construction_limits
airport_security_zones
airport_project_zones
airport_construction_limits
military_polluted_sites
airport_polluted_sites
transportation_polluted_sites
road_noise
forest_limits
forest_distances