Download outline map of Nonthaburi (geojson format) :
Nonthaburi.geojson (**)
Download polygon array of Nonthaburi map for "Google Maps" :
Nonthaburi.txt
Bounding Box for Nonthaburi Map : ( 13.810366 , 100.436758 , 13.89835 , 100.560772 )
Wikipedia ID for Nonthaburi : Q476050
Wikipedia SPARQL Query for Nonthaburi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q476050 wdt:P1082 ?population. }
OPTIONAL { wd:Q476050 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q476050 wdt:P2046 ?area. }
OPTIONAL { wd:Q476050 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q476050 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q476050 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 Nonthaburi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.810366, 100.436758, 13.89835, 100.560772);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nonthaburi)
[out:json];
(
rel["name"="Muang Nonthaburi"][type=boundary];
rel["name:en"="Muang Nonthaburi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nonthaburi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ban Bang Krang | 13.835860 , 100.451280 |
Ban Bang Nang Kroek | 13.830970 , 100.441530 |
Ban Bang Phai | 13.840640 , 100.486920 |
Ban Bang Phai Noi | 13.821610 , 100.491420 |
Ban Bang Phai Yai | 13.832470 , 100.490580 |
Ban Bang Pradu | 13.852530 , 100.463420 |
Ban Bang Rahong | 13.845750 , 100.463830 |
Ban Bang Rak Noi | 13.863440 , 100.451000 |
Ban Khlong Lum Madan | 13.871920 , 100.470470 |
Ban Khlong Om | 13.845250 , 100.468440 |
Ban Sai Ma Tai | 13.864220 , 100.474110 |
Ban Thong Na Prang | 13.816190 , 100.490470 |
Ban Wat Daeng | 13.824890 , 100.473420 |
Ban Wat Pracha Rangsan | 13.849430 , 100.445030 |
Ban Wat Prasat | 13.841280 , 100.454560 |
Ban Wat Thai Charoen | 13.830420 , 100.456330 |
Muban Maniya | 13.882310 , 100.473310 |
Muban Phoe Fek Phlet | 13.867500 , 100.453780 |
Muban Suetrong | 13.888750 , 100.450220 |
Mueang Nonthaburi | 13.861046 , 100.452132 |
Notes:
- You can download geometry data for Nonthaburi 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.