Download outline map of Mirabel (geojson format) :
Mirabel.geojson (**)
Download polygon array of Mirabel map for "Google Maps" :
Mirabel.txt
Bounding Box for Mirabel Map : ( 45.514745 , -74.267625 , 45.790124 , -73.850011 )
Wikipedia ID for Mirabel : Q141921
Wikipedia SPARQL Query for Mirabel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q141921 wdt:P1082 ?population. }
OPTIONAL { wd:Q141921 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q141921 wdt:P2046 ?area. }
OPTIONAL { wd:Q141921 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q141921 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q141921 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 Mirabel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.514745, -74.267625, 45.790124, -73.850011);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mirabel)
[out:json];
(
rel["name"="Mirabel"][type=boundary];
rel["name:en"="Mirabel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mirabel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Domaine-Cloutier | 45.751150 , -74.066830 |
Domaine-du-Lac-des-Pins | 45.631980 , -73.992380 |
Kanesatake Réserve Indienne | 45.526983 , -74.117031 |
La Chapelle | 45.747820 , -74.003490 |
Mirabel | 45.652038 , -74.059831 |
Saint-Augustin | 45.624760 , -73.980160 |
Saint-Hermas | 45.604490 , -74.192110 |
Saint-Janvier | 45.705040 , -73.928490 |
Sainte-Monique | 45.663650 , -74.001270 |
St.-Antoine | 45.740244 , -73.998488 |
Notes:
- You can download geometry data for Mirabel 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.