Download outline map of Converse (geojson format) :
Converse.geojson (**)
Download polygon array of Converse map for "Google Maps" :
Converse.txt
Bounding Box for Converse Map : ( 42.288859 , -106.078238 , 43.49964 , -104.892249 )
Wikipedia ID for Converse : Q484156
Wikipedia SPARQL Query for Converse (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484156 wdt:P1082 ?population. }
OPTIONAL { wd:Q484156 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484156 wdt:P2046 ?area. }
OPTIONAL { wd:Q484156 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484156 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484156 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 Converse map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.288859, -106.078238, 43.49964, -104.892249);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Converse)
[out:json];
(
rel["name"="Converse"][type=boundary];
rel["name:en"="Converse"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Converse
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ammon | 42.626360 , -105.130250 |
Bill | 43.231910 , -105.260260 |
Birkner Hill | 43.113860 , -105.714440 |
Boxelder | 42.614410 , -105.860000 |
Buck Place | 42.574970 , -105.920840 |
Careyhurst | 42.829916 , -105.741181 |
Clayton | 42.853860 , -105.751670 |
Deadmans Corner | 42.637470 , -105.068580 |
Douglas | 42.754742 , -105.383485 |
Esterbrook | 42.406113 , -105.385911 |
Glenrock | 42.856371 , -105.862719 |
Irvine | 42.664970 , -105.305540 |
Leahy Place | 42.507470 , -105.943620 |
Lost Springs | 42.765165 , -104.925492 |
Mckinley | 42.657403 , -105.147857 |
Orin | 42.650525 , -105.182448 |
Orin Junction | 42.655800 , -105.183870 |
Orpha | 42.854690 , -105.503600 |
Parkerton | 42.851080 , -105.973060 |
Rolling Hills | 42.903569 , -105.843151 |
Ross | 43.446080 , -105.886670 |
Shawnee | 42.747750 , -105.009690 |
Whipple Hollow | 43.097470 , -105.598600 |
Notes:
- You can download geometry data for Converse 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.