mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-02 07:13:18 -07:00
Setup Census Block Group download and GeoJSON encoding (#122)
* initial commit * checkpoint * census block group downloader complete * checkpoint * docker command for ogr2ogr * detecting OS and downloaded fiels * generate mbtiles * per state and national csv * removing testing correction * generating uncompressed mvt * completed ticket * final changes from code review
This commit is contained in:
parent
9155326775
commit
6f568b0e20
16 changed files with 412 additions and 3997 deletions
0
score/data/census/__init__.py
Normal file
0
score/data/census/__init__.py
Normal file
0
score/data/census/csv/__init__.py
Normal file
0
score/data/census/csv/__init__.py
Normal file
0
score/data/census/geojson/__init__.py
Normal file
0
score/data/census/geojson/__init__.py
Normal file
0
score/data/census/shp/__init__.py
Normal file
0
score/data/census/shp/__init__.py
Normal file
52
score/data/fips_states_2010.csv
Normal file
52
score/data/fips_states_2010.csv
Normal file
|
@ -0,0 +1,52 @@
|
|||
fips,state_name
|
||||
01 ,Alabama
|
||||
02 ,Alaska
|
||||
04 ,Arizona
|
||||
05 ,Arkansas
|
||||
06 ,California
|
||||
08 ,Colorado
|
||||
09 ,Connecticut
|
||||
10 ,Delaware
|
||||
11 ,District of Columbia
|
||||
12 ,Florida
|
||||
13 ,Georgia
|
||||
15 ,Hawaii
|
||||
16 ,Idaho
|
||||
17 ,Illinois
|
||||
18 ,Indiana
|
||||
19 ,Iowa
|
||||
20 ,Kansas
|
||||
21 ,Kentucky
|
||||
22 ,Louisiana
|
||||
23 ,Maine
|
||||
24 ,Maryland
|
||||
25 ,Massachusetts
|
||||
26 ,Michigan
|
||||
27 ,Minnesota
|
||||
28 ,Mississippi
|
||||
29 ,Missouri
|
||||
30 ,Montana
|
||||
31 ,Nebraska
|
||||
32 ,Nevada
|
||||
33 ,New Hampshire
|
||||
34 ,New Jersey
|
||||
35 ,New Mexico
|
||||
36 ,New York
|
||||
37 ,North Carolina
|
||||
38 ,North Dakota
|
||||
39 ,Ohio
|
||||
40 ,Oklahoma
|
||||
41 ,Oregon
|
||||
42 ,Pennsylvania
|
||||
44 ,Rhode Island
|
||||
45 ,South Carolina
|
||||
46 ,South Dakota
|
||||
47 ,Tennessee
|
||||
48 ,Texas
|
||||
49 ,Utah
|
||||
50 ,Vermont
|
||||
51 ,Virginia
|
||||
53 ,Washington
|
||||
54 ,West Virginia
|
||||
55 ,Wisconsin
|
||||
56 ,Wyoming
|
|
0
score/data/tiles/__init__.py
Normal file
0
score/data/tiles/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue