Download outline map of Ojiya (geojson format) :
Ojiya.geojson (**)
Download polygon array of Ojiya map for "Google Maps" :
Ojiya.txt
Bounding Box for Ojiya Map : ( 37.205933 , 138.720505 , 37.384731 , 138.914993 )
Wikipedia ID for Ojiya : Q819174
Wikipedia SPARQL Query for Ojiya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q819174 wdt:P1082 ?population. }
OPTIONAL { wd:Q819174 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q819174 wdt:P2046 ?area. }
OPTIONAL { wd:Q819174 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q819174 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q819174 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 Ojiya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.205933, 138.720505, 37.384731, 138.914993);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ojiya)
[out:json];
(
rel["name"="Ojiya"][type=boundary];
rel["name:en"="Ojiya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ojiya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chiya | 37.325610 , 138.805910 |
Chiyagawa | 37.315690 , 138.800560 |
Fuyui | 37.237310 , 138.820410 |
Ichinokuchi | 37.233490 , 138.782360 |
Ikenotaira | 37.217490 , 138.831220 |
Imosaka | 37.250000 , 138.801700 |
Kamigatakai | 37.288020 , 138.826130 |
Katakaimachi | 37.366670 , 138.783330 |
Kitayama | 37.236350 , 138.732650 |
Ojiya | 37.300000 , 138.800000 |
Ojiya | 37.355967 , 138.793566 |
Shiodono | 37.262110 , 138.821680 |
Tsubono | 37.339800 , 138.773350 |
Notes:
- You can download geometry data for Ojiya 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.