Skip to content

Instantly share code, notes, and snippets.

@mattmakesmaps
Created October 30, 2023 18:15
Show Gist options
  • Save mattmakesmaps/b10903e40ab752da203259c4fe853d8b to your computer and use it in GitHub Desktop.
Save mattmakesmaps/b10903e40ab752da203259c4fe853d8b to your computer and use it in GitHub Desktop.
Metro Stops Subset
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "metro_stops_subset_6decimal",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "ACCESSIBIL": "YES", "STOP_ID": 43728, "CF_CROSS_S": "S Dearborn St", "ROUTE_LIST": "8" }, "geometry": { "type": "Point", "coordinates": [ -122.297747, 47.5953 ] } },
{ "type": "Feature", "properties": { "ACCESSIBIL": "UNK", "STOP_ID": 12510, "CF_CROSS_S": "S Charles St", "ROUTE_LIST": null }, "geometry": { "type": "Point", "coordinates": [ -122.298958, 47.594537 ] } },
{ "type": "Feature", "properties": { "ACCESSIBIL": "YES", "STOP_ID": 12520, "CF_CROSS_S": "26th Ave S", "ROUTE_LIST": "4" }, "geometry": { "type": "Point", "coordinates": [ -122.299422, 47.595624 ] } }
]
}
@mattmakesmaps
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment