Download outline map of Normandia (geojson format) :
Normandia.geojson (**)
Download polygon array of Normandia map for "Google Maps" :
Normandia.txt
Bounding Box for Normandia Map : ( 3.369071 , -60.542735 , 4.303936 , -59.516334 )
Wikipedia ID for Normandia : Q7053029
Wikipedia SPARQL Query for Normandia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7053029 wdt:P1082 ?population. }
OPTIONAL { wd:Q7053029 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7053029 wdt:P2046 ?area. }
OPTIONAL { wd:Q7053029 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7053029 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7053029 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 Normandia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.369071, -60.542735, 4.303936, -59.516334);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Normandia)
[out:json];
(
rel["name"="Normandia"][type=boundary];
rel["name:en"="Normandia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Normandia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anemutu | 4.083330 , -59.883330 |
Cariri | 3.850000 , -59.600000 |
Casa Branca | 3.686580 , -59.726520 |
Comunidade Indígena Bismarck | 3.554075 , -60.099696 |
Comunidade Indígena Cachoeirinha | 3.995672 , -59.825862 |
Comunidade Indígena Camara | 3.595177 , -60.103681 |
Comunidade Indígena Caranã | 4.095922 , -60.198030 |
Comunidade Indígena Copaíba | 3.529628 , -60.240040 |
Comunidade Indígena da Raposa | 3.814822 , -60.093764 |
Comunidade Indígena do Araçá | 4.171999 , -60.442660 |
Comunidade Indígena do Napoleão | 3.914841 , -60.022400 |
Comunidade Indígena do Xumina | 3.850908 , -60.184544 |
Comunidade Indígena Escondido | 3.573854 , -60.154530 |
Comunidade Indígena Guariba | 3.854081 , -59.919157 |
Comunidade Indígena Jibóia | 3.934569 , -59.607747 |
Comunidade Indígena Matiri | 4.010697 , -59.592539 |
Comunidade Indígena Pacu | 4.161560 , -60.207734 |
Comunidade Indígena Perdiz | 4.131482 , -60.263503 |
Comunidade Indígena Santa Maria | 4.104086 , -60.066571 |
Comunidade Indígena Tatu | 3.960061 , -60.419848 |
Contao | 3.933330 , -60.416670 |
Cotingo | 3.900000 , -60.483330 |
Enemutu | 4.033330 , -59.883330 |
Espirito Santo | 3.800940 , -59.623690 |
Fazenda Aratanha | 3.979990 , -60.198720 |
Fazenda Mangueira | 3.786870 , -59.955830 |
Fazenda Nova Zelandia | 3.756660 , -59.898830 |
Fazenda Quariri | 3.849400 , -59.591290 |
Flexal | 3.416670 , -60.300000 |
Joaquim Cardoso | 3.766670 , -60.466670 |
Kaibarupai Village | 3.566670 , -59.866670 |
Maloca da Raposa | 3.811960 , -60.089830 |
Mangueira | 3.733330 , -60.466670 |
Maravilha | 3.433330 , -60.183330 |
Maruai | 3.733330 , -60.466670 |
Nascente | 3.916670 , -60.250000 |
Normandia | 3.881512 , -59.628256 |
Nova Estrela | 3.670120 , -59.741220 |
Novo Destino | 3.750000 , -59.683330 |
Olho d'Agua | 3.833330 , -60.216670 |
Passarao | 3.631900 , -59.798250 |
Reforma | 3.866670 , -59.600000 |
Sao Benedito | 3.466670 , -60.133330 |
Veiga | 3.738030 , -59.681900 |
Notes:
- You can download geometry data for Normandia 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.