-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOSM_PBF_CSV_only_options.conf
22 lines (17 loc) · 1.13 KB
/
OSM_PBF_CSV_only_options.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##############################
## Configuration for OSMWrangle ver.2.0 in order to extract data from OpenStreetMap PBF files into CSV format.
## No filters specified below: any OSM entity that can be parsed will be extracted with its detailed geometry in WKT and all available thematic information (tags).
## To execute, depending on the dataset size, you should allocate enough memory to JVM in order to boost performance; otherwise, OSMWrangle would rely on disk-based indexing and may run less efficiently.
## EXAMPLE COMMAND: java -Xmx2g -cp target/osmwrangle-2.0-SNAPSHOT.jar eu.smartdatalake.athenarc.osmwrangle.Extractor ./test/conf/OSM_PBF_CSV_only_options.conf
##############################
##############################
# Input and output parameters (paths are RELATIVE to executable)
##############################
##Possible input formats: OSM_XML, OSM_PBF
inputFormat = OSM_PBF
##Paths to directories and files used by the application
tmpDir = ./test/tmp
inputFiles = ./test/data/latest.osm.pbf
outputDir = ./test/output
# [CSV only] Path to attribute mappings from OSM tags to CSV columns
mapping_file = ./test/conf/Attribute_mapping.conf