Download outline map of Sherbrooke (geojson format) :
Sherbrooke.geojson (**)
Download polygon array of Sherbrooke map for "Google Maps" :
Sherbrooke.txt
Bounding Box for Sherbrooke Map : ( 45.300712 , -72.106818 , 45.524308 , -71.802555 )
Wikipedia ID for Sherbrooke : Q139473
Wikipedia SPARQL Query for Sherbrooke (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q139473 wdt:P1082 ?population. }
OPTIONAL { wd:Q139473 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q139473 wdt:P2046 ?area. }
OPTIONAL { wd:Q139473 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q139473 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q139473 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 Sherbrooke map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.300712, -72.106818, 45.524308, -71.802555);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sherbrooke)
[out:json];
(
rel["name"="Sherbrooke"][type=boundary];
rel["name:en"="Sherbrooke"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sherbrooke
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bromptonville | 45.449600 , -71.955753 |
Huntingville | 45.341150 , -71.843430 |
Moulton Hill | 45.382260 , -71.847320 |
Petit-Lac-Magog | 45.336710 , -72.021490 |
Shanks | 45.306150 , -72.051210 |
Sherbrooke | 45.401490 , -71.961853 |
Val-du-Lac | 45.320320 , -72.027880 |
View Point | 45.365320 , -71.848430 |
Notes:
- You can download geometry data for Sherbrooke 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.