Download outline map of Santa Rosa (geojson format) :
Santa Rosa.geojson (**)
Download polygon array of Santa Rosa map for "Google Maps" :
Santa Rosa.txt
Bounding Box for Santa Rosa Map : ( 1.075746 , -76.931974 , 1.872086 , -76.189564 )
Wikipedia ID for Santa Rosa : Q2026818
Wikipedia SPARQL Query for Santa Rosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2026818 wdt:P1082 ?population. }
OPTIONAL { wd:Q2026818 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2026818 wdt:P2046 ?area. }
OPTIONAL { wd:Q2026818 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2026818 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2026818 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 Santa Rosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.075746, -76.931974, 1.872086, -76.189564);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Rosa)
[out:json];
(
rel["name"="Santa Rosa"][type=boundary];
rel["name:en"="Santa Rosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Rosa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Curiaco | 1.683330 , -76.583330 |
Descanso | 1.450880 , -76.566770 |
El Carmelo Curiaco | 1.723670 , -76.596000 |
El Caucha | 1.464420 , -76.884630 |
El Encano | 1.574350 , -76.525030 |
El Vergel | 1.480970 , -76.408830 |
La Primavera | 1.547790 , -76.536700 |
Las Animas | 1.726790 , -76.684550 |
Marquesa | 1.621320 , -76.542010 |
Nueva Granada | 1.700000 , -76.783330 |
Playon | 1.567000 , -76.530080 |
Potrero | 1.750000 , -76.633330 |
San Pedro | 1.545370 , -76.530590 |
Santa Clara | 1.524830 , -76.550780 |
Tarabita | 1.583330 , -76.600000 |
Yanaconas | 1.433760 , -76.584960 |
Notes:
- You can download geometry data for Santa Rosa 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.