-
Notifications
You must be signed in to change notification settings - Fork 9
/
sandbox-config.yml
38 lines (27 loc) · 1.17 KB
/
sandbox-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
#Analysis Window Information
start_date: '2010-04-25'
end_date: '2015-05-31'
# not_complete: true #If we enable this, it will only import data SINCE the earthquake
mongo_only: true #Well have to enable this because it's going to be potentially too big, but we'll see.
#BBox information
# poly: '/home/osm/nepal-research/nepal.poly'
# poly: '/Users/jenningsanderson/Desktop/nepal-research/nepal.poly'
#We'll be importing directly from the file that was written by the splitter, no need to cut first
#pbf_file: '/Users/jenningsanderson/Documents/OSM/colorado.osm.pbf'
pbf_file_final: '/Users/jenningsanderson/Documents/OSM/colorado.osm.pbf'
#User Information
title: 'Sandbox'
email: '[email protected]'
#Database & IO Configuration
database: 'epic-osm-sandbox'
write_directory: '/data/www/epic-osm-sandbox'
# User Questions:
# - new_user_count
# - experienced_user_count
# - total_user_count #These are cumulative, but the database needs to be be updated
# Changeset Questions:
# - changesets_x_hour #This is cumulative -- but the database is incomplete
# Way Questions:
# - number_of_ways_per_tag
# - number_of_buildings_per_tag
# - number_of_highways_per_tag