forked from NFPA/LocationTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-driver.ini
40 lines (33 loc) · 862 Bytes
/
docker-driver.ini
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
[runtime]
libpostal.so.path = /usr/src/jniLibs
[process]
# Paths must end in "/"
uncompressed.dir = /usr/src/TIGER_RAW/uncompressed/
processed.dir = /usr/src/TIGER_RAW/processed/
[download]
ftp = ftp2.census.gov
base.dir = /geo/tiger/TIGER2018/
types = EDGES,FACES,COUNTY,STATE,PLACE
filter.types = EDGES,FACES,PLACE
download.dir = /usr/src/TIGER_RAW
states = DE, CT
[index]
processed.dir = /usr/src/TIGER_RAW/processed/
index.output.dir = /usr/src/index/
[batch-geocode]
input.dir = *.txt
lucene.index.dir = /usr/src/index
hive.output.table = temp.batch_geocoder_output
num.partitions = 2
num.results = 1
input.fraction = 0.9
[geocode]
input.address = 36 Lee Street Worcester MA
lucene.index.dir = /usr/src/index
num.results = 1
[reverse-geocode]
lucene.index.dir = /usr/src/index
ip.lat = 41.6994613
ip.lon = -72.6968585
radius.km = 1.5
num.results = 3