Download outline map of Picos (geojson format) :
Picos.geojson (**)
Download polygon array of Picos map for "Google Maps" :
Picos.txt
Bounding Box for Picos Map : ( -7.225108 , -41.64094 , -6.878708 , -41.333254 )
Wikipedia ID for Picos : Q1810825
Wikipedia SPARQL Query for Picos (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1810825 wdt:P1082 ?population. }
OPTIONAL { wd:Q1810825 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1810825 wdt:P2046 ?area. }
OPTIONAL { wd:Q1810825 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1810825 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1810825 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 Picos map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.225108, -41.64094, -6.878708, -41.333254);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Picos)
[out:json];
(
rel["name"="Picos"][type=boundary];
rel["name:en"="Picos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Picos
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altos | -7.166670 , -41.550000 |
Angical | -7.150000 , -41.600000 |
Angico Branco | -7.100000 , -41.550000 |
Aroeiras | -7.100000 , -41.483330 |
Baixa Grande | -6.916670 , -41.600000 |
Barracao | -7.116670 , -41.400000 |
Boa Fe | -7.133330 , -41.550000 |
Boa Vista (2) | -7.200000 , -41.583330 |
Boqueirao (1) | -7.133330 , -41.566670 |
Cajazeira (1) | -7.150000 , -41.600000 |
Caldeiroes | -7.100000 , -41.500000 |
Carnaubinha | -7.083330 , -41.566670 |
Christovinho | -7.050000 , -41.500000 |
Coroata | -6.983330 , -41.516670 |
Fátima do Piauí | -7.036730 , -41.560467 |
Fazenda Monte Santos | -7.083330 , -41.450000 |
Fazenda Olho d'Agua | -6.983330 , -41.566670 |
Futuro | -7.116670 , -41.533330 |
Gameleira | -7.083330 , -41.566670 |
Ipueiras | -7.066670 , -41.450000 |
Junco | -7.016670 , -41.516670 |
Lagoa (2) | -7.000000 , -41.550000 |
Mirolândia | -7.011547 , -41.592440 |
Picos | -7.085010 , -41.453757 |
Pitombeiras | -7.150000 , -41.500000 |
Saco do Cruzeiro | -7.016670 , -41.450000 |
Saco Fundo | -7.150000 , -41.516670 |
Saco Grande | -7.029850 , -41.567990 |
Sadio | -6.983330 , -41.566670 |
Samambaia | -7.121305 , -41.405763 |
Sobradinho | -7.150000 , -41.583330 |
Sobrado Grande | -7.216670 , -41.600000 |
Tabuleiro (2) | -7.166670 , -41.566670 |
Tabuleiro (3) | -6.983330 , -41.533330 |
Torrões | -7.129574 , -41.525586 |
Valparaíso | -7.090940 , -41.346716 |
Notes:
- You can download geometry data for Picos 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.