Download outline map of Bronx (geojson format) :
Bronx.geojson (**)
Download polygon array of Bronx map for "Google Maps" :
Bronx.txt
Bounding Box for Bronx Map : ( 40.785743 , -73.933808 , 40.917577 , -73.74806 )
Wikipedia ID for Bronx : Q855974
Wikipedia SPARQL Query for Bronx (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q855974 wdt:P1082 ?population. }
OPTIONAL { wd:Q855974 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q855974 wdt:P2046 ?area. }
OPTIONAL { wd:Q855974 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q855974 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q855974 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Bronx map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.785743, -73.933808, 40.917577, -73.74806);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bronx)
[out:json];
(
rel["name"="Bronx"][type=boundary];
rel["name:en"="Bronx"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bronx
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baychester Houses | 40.883610 , -73.843890 |
Bronx River Houses | 40.835000 , -73.876940 |
Bronxdale Houses | 40.826390 , -73.866670 |
Castle Hill Houses | 40.818610 , -73.849720 |
Dodgewood | 40.893610 , -73.913330 |
Eastchester Bay | 40.832500 , -73.819170 |
Eastchester Heights | 40.877220 , -73.849170 |
Eastchester Houses | 40.870280 , -73.852500 |
Edenwald Houses | 40.885000 , -73.846390 |
Gun Hill Houses | 40.875830 , -73.865830 |
James Monroe Houses | 40.822220 , -73.865280 |
Jamie Towers | 40.819170 , -73.853060 |
Kings Bridge | 40.878710 , -73.905140 |
Lambert Houses | 40.842780 , -73.878890 |
Sound View Houses | 40.816390 , -73.867780 |
Soundview Park Homes | 40.820560 , -73.878330 |
Spencer Estates | 40.845280 , -73.821110 |
Throgs Neck Houses | 40.821940 , -73.823890 |
Notes:
- You can download geometry data for Bronx in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.