Skip to content

Commit 0d71491

Browse files
committed
add shapefiles
1 parent f1c2f76 commit 0d71491

21 files changed

Lines changed: 70 additions & 0 deletions

data/5-shapefiles/freeflow.dbf

30.8 MB
Binary file not shown.

data/5-shapefiles/freeflow.prj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EPSG:2227

data/5-shapefiles/freeflow.shp

5.55 MB
Binary file not shown.

data/5-shapefiles/freeflow.shx

491 KB
Binary file not shown.

data/5-shapefiles/sf-taz.dbf

123 KB
Binary file not shown.

data/5-shapefiles/sf-taz.prj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["NAD_1983_StatePlane_California_III_FIPS_0403_Feet",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",6561666.666666666],PARAMETER["False_Northing",1640416.666666667],PARAMETER["Central_Meridian",-120.5],PARAMETER["Standard_Parallel_1",37.06666666666667],PARAMETER["Standard_Parallel_2",38.43333333333333],PARAMETER["Latitude_Of_Origin",36.5],UNIT["Foot_US",0.3048006096012192]]

data/5-shapefiles/sf-taz.shp

622 KB
Binary file not shown.

data/5-shapefiles/sf-taz.shx

7.76 KB
Binary file not shown.

data/5-shapefiles/viz-map-1.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: "Neighborhood map"
2+
description: shapefiles/TAZ
3+
shapes: sftaz_connectsf.shp
4+
zoom: 12
5+
center: [ -122.44, 37.77 ]
6+
datasets: {}
7+
display:
8+
fill:
9+
dataset: sftaz_connectsf.shp
10+
columnName: Nhood
11+
colorRamp:
12+
ramp: Paired
13+
steps: 12
14+
lineColor:
15+
generatedColors:
16+
- "#edc949"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: "DOTS"
2+
description: /shapefiles/TAZ
3+
zoom: 12.4
4+
center:
5+
- -122.44
6+
- 37.77
7+
shapes: sftaz_connectsf.shp
8+
display:
9+
fill:
10+
dataset: sftaz_connectsf.shp
11+
columnName: Nhood
12+
colorRamp:
13+
ramp: Viridis
14+
steps: 9
15+
lineColor:
16+
dataset: sftaz_connectsf.shp
17+
columnName: AREALAND
18+
colorRamp:
19+
ramp: Tableau10
20+
steps: 9
21+
lineWidth:
22+
dataset: sftaz_connectsf.shp
23+
columnName: TAZ
24+
scaleFactor: 100
25+
radius:
26+
dataset: sftaz_connectsf.shp
27+
columnName: AREALAND
28+
scaleFactor: 10000

0 commit comments

Comments
 (0)