First commit, working proto

This commit is contained in:
Josh Patra
2025-08-13 12:49:51 -04:00
commit 743c406474
15 changed files with 10178 additions and 0 deletions

116
GeoJSON/Flemington.geojson Normal file
View File

@@ -0,0 +1,116 @@
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:4326"
}
},
"features": [
{
"type": "Feature",
"id": 232,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-74.8538044561689,
40.5186787735871
],
[
-74.8500094927085,
40.4974987924835
],
[
-74.8592788559857,
40.5004859404068
],
[
-74.8672392607063,
40.5004914323646
],
[
-74.8676257473825,
40.5037598543873
],
[
-74.8682016752775,
40.5052386702757
],
[
-74.8692177219661,
40.5067881565959
],
[
-74.8681056193225,
40.5116923786796
],
[
-74.8685136350228,
40.5147656470063
],
[
-74.8674603405893,
40.5179671265828
],
[
-74.8674548159503,
40.5179839163925
],
[
-74.8634476416736,
40.5188793365438
],
[
-74.8607924884934,
40.5185026133185
],
[
-74.8597830920328,
40.5173057620752
],
[
-74.8581057622258,
40.5169893481734
],
[
-74.8562708786979,
40.5181727765363
],
[
-74.8538044561689,
40.5186787735871
]
]
]
},
"properties": {
"OBJECTID": 232,
"MUN": "FLEMINGTON BORO",
"COUNTY": "HUNTERDON",
"MUN_LABEL": "Flemington Borough",
"MUN_TYPE": "Borough",
"NAME": "Flemington Borough",
"GNIS_NAME": "Borough of Flemington",
"GNIS": "885220",
"SSN": "1009",
"MUN_CODE": "1009",
"CENSUS2020": "3401923700",
"ACRES": 690.30391123150571,
"SQ_MILES": 1.0785998612992278,
"POP2020": 4876,
"POP2010": 4581,
"POP2000": 4200,
"POP1990": 4047,
"POP1980": 4132,
"POPDEN2020": 4521,
"POPDEN2010": 4247,
"POPDEN2000": 3894,
"POPDEN1990": 3752,
"POPDEN1980": 3831,
"COUNTY_MUN": "Hunterdon, Flemington Borough"
}
}
]
}