Download outline map of Suzuka (geojson format) :
Suzuka.geojson (**)
Download polygon array of Suzuka map for "Google Maps" :
Suzuka.txt
Bounding Box for Suzuka Map : ( 34.799267 , 136.395203 , 34.987469 , 136.642105 )
Wikipedia ID for Suzuka : Q207311
Wikipedia SPARQL Query for Suzuka (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q207311 wdt:P1082 ?population. }
OPTIONAL { wd:Q207311 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q207311 wdt:P2046 ?area. }
OPTIONAL { wd:Q207311 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q207311 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q207311 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 Suzuka map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.799267, 136.395203, 34.987469, 136.642105);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Suzuka)
[out:json];
(
rel["name"="Suzuka"][type=boundary];
rel["name:en"="Suzuka"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Suzuka
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chiyozaki | 34.854090 , 136.611780 |
Dohakumachi | 34.850000 , 136.550000 |
Hachinocho | 34.845520 , 136.492320 |
Higashishonaicho | 34.921890 , 136.463110 |
Hiratacho | 34.866670 , 136.533330 |
Hirosecho | 34.893870 , 136.499540 |
Hunter Suzuka | 34.873560 , 136.546270 |
Ifunacho | 34.916670 , 136.483330 |
Ishiyakushimachi | 34.900000 , 136.550000 |
Kita-nago | 34.883330 , 136.616670 |
Kita-tamagakicho | 34.850000 , 136.583330 |
Kita-wakamatsucho | 34.866670 , 136.616670 |
Kocho | 34.856990 , 136.502300 |
Koyashirocho | 34.951180 , 136.457710 |
Minami-gomitsuka | 34.900000 , 136.633330 |
Minami-wakamatsucho | 34.852220 , 136.610460 |
Miyakecho | 34.822190 , 136.498320 |
Nagasawacho | 34.937690 , 136.475640 |
Naka-wakamatsu | 34.866670 , 136.616670 |
Nishishonaicho | 34.935490 , 136.452410 |
Nissen Suzuka Che Carlitos | 34.859230 , 136.518400 |
Ogisucho | 34.952460 , 136.448500 |
Okada Apato | 34.870930 , 136.545950 |
Okubocho | 34.970020 , 136.460540 |
Suzuka | 34.862158 , 136.554733 |
Taiyonomachi | 34.814900 , 136.538020 |
Tokusue | 34.816670 , 136.516670 |
Yamamotocho | 34.960760 , 136.457490 |
Notes:
- You can download geometry data for Suzuka 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.