Download outline map of Gatineau (geojson format) :
Gatineau.geojson (**)
Download polygon array of Gatineau map for "Google Maps" :
Gatineau.txt
Bounding Box for Gatineau Map : ( 45.372699 , -75.908762 , 45.599124 , -75.345269 )
Wikipedia ID for Gatineau : Q141844
Wikipedia SPARQL Query for Gatineau (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q141844 wdt:P1082 ?population. }
OPTIONAL { wd:Q141844 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q141844 wdt:P2046 ?area. }
OPTIONAL { wd:Q141844 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q141844 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q141844 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 Gatineau map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.372699, -75.908762, 45.599124, -75.345269);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gatineau)
[out:json];
(
rel["name"="Gatineau"][type=boundary];
rel["name:en"="Gatineau"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gatineau
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buckingham | 45.585630 , -75.420800 |
Deschenes | 45.383200 , -75.805750 |
Domaine-Glenwood | 45.389770 , -75.826070 |
Ferme-Limbour | 45.494220 , -75.746340 |
Gatineau | 45.490629 , -75.658431 |
Hull | 45.427610 , -75.710560 |
Jardins-Mackenzie-King | 45.424770 , -75.743560 |
Kilroy Crescent | 45.438380 , -75.816900 |
La Seigneurie | 45.401100 , -75.833300 |
Landing | 45.596990 , -75.418550 |
Le Carrefour | 45.483660 , -75.698280 |
Le Coteau | 45.471440 , -75.707730 |
Le Mont-Luc | 45.494490 , -75.721060 |
le Plateau | 45.435140 , -75.780300 |
Mont-Bleu | 45.465330 , -75.756060 |
Ottawa West | 45.416670 , -75.750000 |
Parc-Aylmer | 45.391160 , -75.839870 |
Parc-Champlain | 45.420330 , -75.791620 |
Parc-Connaught | 45.394020 , -75.825320 |
Parc-de-la-Montagne | 45.454220 , -75.750230 |
Parc-Glenwood | 45.392870 , -75.837590 |
Pointe-Gatineau | 45.465400 , -75.697940 |
Queens Park | 45.410050 , -75.888850 |
Riviera | 45.475880 , -75.721340 |
Notes:
- You can download geometry data for Gatineau 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.