-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreateshapefiles.sh
60 lines (48 loc) · 1.94 KB
/
createshapefiles.sh
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
54
55
56
57
58
59
60
topojson > topojson/mo_house_2000.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2000sl_shp/sl29_d00.shp --id-property GEOID
topojson > topojson/mo_senate_2000.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2000su_shp/su29_d00.shp --id-property GEOID
topojson > topojson/mo_house_2006.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2006sl_shp/sl29_d11.shp --id-property GEOID
topojson > topojson/mo_senate_2006.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2006su_shp/su29_d11.shp --id-property GEOID
topojson > topojson/mo_house_2010.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2010sl_500k/gz_2010_29_620_l2_500k.shp --id-property GEOID
topojson > topojson/mo_senate_2010.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2010su_500k/gz_2010_29_610_u2_500k.shp --id-property GEOID
topojson > topojson/mo_house_2013.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2013sl_500k/cb_2013_29_sldl_500k.shp --id-property GEOID
topojson > topojson/mo_senate_2013.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2013su_500k/cb_2013_29_sldu_500k.shp --id-property GEOID
topojson > topojson/mo_house_2014.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2014sl_500k/cb_2014_29_sldl_500k.shp --id-property GEOID
topojson > topojson/mo_senate_2014.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2014su_500k/cb_2014_29_sldu_500k.shp --id-property GEOID
topojson > topojson/mo_house_2015.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2015sl_500k/cb_2015_01_sldl_500k.shp --id-property GEOID
topojson > topojson/mo_senate_2015.topo.json \
-q 5000 \
-s 0.00000008 \
house_districts=state_legislative/2015su_500k/cb_2015_29_sldu_500k.shp --id-property GEOID