Skip to content

Instantly share code, notes, and snippets.

@eliotjordan
Created December 10, 2025 20:42
Show Gist options
  • Select an option

  • Save eliotjordan/5c0eee82f470538f321c8539daeadc40 to your computer and use it in GitHub Desktop.

Select an option

Save eliotjordan/5c0eee82f470538f321c8539daeadc40 to your computer and use it in GitHub Desktop.
sanborn.json
{
"type": "FeatureCollection",
"name": "Sanborn_Map_Princeton_NJ_1927_Sheet_7_Extraction",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"block": "34",
"label": "Public Service Gas & Electric Co",
"use": "Industrial/Commercial"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6612, 40.3508],
[-74.6608, 40.3508],
[-74.6608, 40.3515],
[-74.6612, 40.3515],
[-74.6612, 40.3508]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "34",
"label": "Transformer Yard",
"use": "Utility"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6616, 40.3508],
[-74.6612, 40.3508],
[-74.6612, 40.3514],
[-74.6616, 40.3514],
[-74.6616, 40.3508]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "32",
"label": "Garage & Shops",
"street": "Spring St"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6606, 40.3508],
[-74.6602, 40.3508],
[-74.6602, 40.3512],
[-74.6606, 40.3512],
[-74.6606, 40.3508]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "32",
"label": "Commercial/Mixed",
"street": "Witherspoon St"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6602, 40.3508],
[-74.6598, 40.3508],
[-74.6598, 40.3512],
[-74.6602, 40.3512],
[-74.6602, 40.3508]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "31",
"label": "Princeton M.E. Church",
"street": "Vandeventer Ave"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6598, 40.3522],
[-74.6594, 40.3522],
[-74.6594, 40.3525],
[-74.6598, 40.3525],
[-74.6598, 40.3522]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "30",
"label": "Residential Parcel 1",
"street": "Madison"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6620, 40.3528],
[-74.6618, 40.3528],
[-74.6618, 40.3530],
[-74.6620, 40.3530],
[-74.6620, 40.3528]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "30",
"label": "Residential Parcel 2",
"street": "Madison"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6618, 40.3528],
[-74.6616, 40.3528],
[-74.6616, 40.3530],
[-74.6618, 40.3530],
[-74.6618, 40.3528]
]
]
}
},
{
"type": "Feature",
"properties": {
"block": "33",
"label": "Mixed Use",
"street": "N Tulane"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-74.6615, 40.3518],
[-74.6610, 40.3518],
[-74.6610, 40.3522],
[-74.6615, 40.3522],
[-74.6615, 40.3518]
]
]
}
},
{
"type": "Feature",
"properties": {
"street": "Wiggins St",
"type": "road_centerline"
},
"geometry": {
"type": "LineString",
"coordinates": [
[-74.6625, 40.3505],
[-74.6625, 40.3535]
]
}
},
{
"type": "Feature",
"properties": {
"street": "Spring St",
"type": "road_centerline"
},
"geometry": {
"type": "LineString",
"coordinates": [
[-74.6607, 40.3505],
[-74.6607, 40.3525]
]
}
},
{
"type": "Feature",
"properties": {
"street": "Vandeventer Ave",
"type": "road_centerline"
},
"geometry": {
"type": "LineString",
"coordinates": [
[-74.6630, 40.3520],
[-74.6590, 40.3520]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment