Download outline map of Nóvita (geojson format) :
Nóvita.geojson (**)
Download polygon array of Nóvita map for "Google Maps" :
Nóvita.txt
Bounding Box for Nóvita Map : ( 4.659182 , -76.84449 , 5.026861 , -76.419283 )
Wikipedia ID for Nóvita : Q1579423
Wikipedia SPARQL Query for Nóvita (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1579423 wdt:P1082 ?population. }
OPTIONAL { wd:Q1579423 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1579423 wdt:P2046 ?area. }
OPTIONAL { wd:Q1579423 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1579423 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1579423 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 Nóvita map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.659182, -76.84449, 5.026861, -76.419283);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nóvita)
[out:json];
(
rel["name"="Nóvita"][type=boundary];
rel["name:en"="Nóvita"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nóvita
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boca de Sesego | 4.954350 , -76.575520 |
Boca de Taparal | 4.806010 , -76.675250 |
Calle Honda | 4.821400 , -76.768880 |
Charco Hondo | 4.746560 , -76.648830 |
Chicha Bay | 4.785280 , -76.664720 |
El Cajon | 4.846400 , -76.635200 |
El Tigre | 4.924340 , -76.554700 |
La Concepcion | 4.972790 , -76.684950 |
Nóvita | 4.955110 , -76.605260 |
San Lorenzo | 4.979380 , -76.642650 |
Santa Rosa | 4.972210 , -76.655780 |
Sesego | 4.988330 , -76.565830 |
Tambito | 4.966670 , -76.483330 |
Taparal | 4.812780 , -76.659180 |
Torra | 4.826620 , -76.631710 |
Notes:
- You can download geometry data for Nóvita 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.