-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.cnf
29 lines (25 loc) · 1.06 KB
/
examples.cnf
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
[DEFAULT]
api_key = xxxxxxxxx # REQUIRED: your LINZ API key
data_directory = # OPTIONAL: defaults to a subfolder called data.
http_proxy = # OPTIONAL: http proxy path
https_proxy = # OPTIONAL: https proxy path
retain_after_purge = 5 # OPTIONAL: defaults to 5
initial_buffer = 1000 # OPTIONAL: defaults to 1000
poll_interval = 10 # OPTIONAL: defaults to 10
max_polling_time = 600 # OPTIONAL: defaults to 600
wkid = 2193 # OPTIONAL: defaults to 2193 (NZTM)
logging_level = # OPTIONAL: defaults to DEBUG (10) https://docs.python.org/3/library/logging.html#levels
[rail_station_points]
# All railway station points in NZ
layer_id = 50318
id_field = t50_fid
[crossleasetitles]
# All Cross Lease Property Titles in NZ
layer_id = 50804
id_field = id
sql_filter = type = 'Cross lease'
[crossleasetitlesmultipleowners]
# All Cross Lease Property Titles in NZ with more than one owner
layer_id = 50804
id_field = id
sql_filter = type = 'Cross lease' AND number_owners > 1