forked from NelsonMinar/vector-river-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-13-1316-3169.json.txt
42 lines (42 loc) · 1.54 KB
/
sample-13-1316-3169.json.txt
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
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": null,
"strahler": 1,
"huc8": "18050004"
},
"geometry": {
"type": "MultiLineString",
"coordinates": [[[-122.167116, 37.68382], [-122.167091, 37.681035], [-122.16568, 37.681195], [-122.164124, 37.680486], [-122.163894, 37.680097], [-122.164353, 37.677945], [-122.163978, 37.676755], [-122.164064, 37.675358], [-122.163775, 37.67387], [-122.16533, 37.672885]],
[[-122.138516, 37.670807], [-122.146608, 37.666938], [-122.150265, 37.665838], [-122.161036, 37.665767]]]
}
},
{
"type": "Feature",
"properties": {
"name": "San Lorenzo Creek",
"strahler": 4,
"huc8": "18050004"
},
"geometry": {
"type": "LineString",
"coordinates": [[-122.140921, 37.68382], [-122.141024, 37.683764], [-122.14255, 37.68239], [-122.144451, 37.681452], [-122.144797, 37.680193], [-122.145344, 37.679574], [-122.155308, 37.674857], [-122.162737, 37.670528]]
}
},
{
"type": "Feature",
"properties": {
"name": "Sulphur Creek",
"strahler": 1,
"huc8": "18050004"
},
"geometry": {
"type": "LineString",
"coordinates": [[-122.126248, 37.662246], [-122.130078, 37.660689], [-122.130625, 37.660644], [-122.132065, 37.661216], [-122.138227, 37.65856], [-122.138198, 37.657599], [-122.138399, 37.657438], [-122.143928, 37.656339], [-122.157605, 37.656382]]
}
}
]
}