Download outline map of Baltimore (geojson format) :
Baltimore.geojson (**)
Download polygon array of Baltimore map for "Google Maps" :
Baltimore.txt
Bounding Box for Baltimore Map : ( 39.197207 , -76.711519 , 39.372206 , -76.529453 )
Wikipedia ID for Baltimore : Q488668
Wikipedia SPARQL Query for Baltimore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488668 wdt:P1082 ?population. }
OPTIONAL { wd:Q488668 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488668 wdt:P2046 ?area. }
OPTIONAL { wd:Q488668 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488668 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488668 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 Baltimore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.197207, -76.711519, 39.372206, -76.529453);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baltimore)
[out:json];
(
rel["name"="Baltimore"][type=boundary];
rel["name:en"="Baltimore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baltimore
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Armistead Homes | 39.307050 , -76.557190 |
Baltimore | 39.301028 , -76.610717 |
Beaumont Park | 39.355660 , -76.609690 |
Bellview | 39.344550 , -76.539410 |
Broadway-Orleans Homes | 39.294550 , -76.591080 |
Brooklyn Homes | 39.229270 , -76.600240 |
Canton | 39.280390 , -76.566630 |
Clarence Perkins Homes | 39.287610 , -76.596910 |
Colonial Village | 39.359830 , -76.710250 |
Denmore Park | 39.345110 , -76.671080 |
Dorchester Heights | 39.253720 , -76.651080 |
Edmondson Village | 39.295110 , -76.681640 |
Fairfield Homes | 39.235390 , -76.585800 |
Foxwell Point | 39.282610 , -76.593300 |
Frederick Douglass Homes | 39.294000 , -76.596360 |
Gallagher Park | 39.355110 , -76.613300 |
Gilmor Homes | 39.305110 , -76.644140 |
Glenmore Park | 39.347610 , -76.684690 |
Goodnow Hill | 39.326220 , -76.545800 |
Gwynn Oak | 39.332610 , -76.692750 |
Hamilton | 39.356500 , -76.556910 |
Latrobe Homes | 39.299550 , -76.603020 |
Morgan Park | 39.346770 , -76.578860 |
Mount Clare | 39.285940 , -76.631910 |
Oaklee Village | 39.267880 , -76.684970 |
Spring Gardens | 39.267610 , -76.644410 |
Village of Cross Keys | 39.357330 , -76.646640 |
Wakefield | 39.312610 , -76.698030 |
Notes:
- You can download geometry data for Baltimore 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.