Download outline map of Campbell (geojson format) :
Campbell.geojson (**)
Download polygon array of Campbell map for "Google Maps" :
Campbell.txt
Bounding Box for Campbell Map : ( 43.4948 , -106.02524 , 45.000951 , -105.074706 )
Wikipedia ID for Campbell : Q110640
Wikipedia SPARQL Query for Campbell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110640 wdt:P1082 ?population. }
OPTIONAL { wd:Q110640 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110640 wdt:P2046 ?area. }
OPTIONAL { wd:Q110640 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110640 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110640 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 Campbell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.4948, -106.02524, 45.000951, -105.074706);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Campbell)
[out:json];
(
rel["name"="Campbell"][type=boundary];
rel["name:en"="Campbell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Campbell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adon | 44.518320 , -105.233040 |
Antelope Valley | 44.228210 , -105.459520 |
Antelope Valley-Crestview | 44.224764 , -105.473930 |
Collins Heights | 44.290810 , -105.439420 |
Crestview | 44.234320 , -105.462460 |
Croton | 44.524150 , -105.953630 |
Echeta | 44.458040 , -105.876400 |
Gillette | 44.279224 , -105.505976 |
Pleasantdale | 44.076090 , -105.719450 |
Recluse | 44.741090 , -105.708060 |
Rockypoint | 44.907210 , -105.095540 |
Rozet | 44.278040 , -105.206100 |
Savageton | 43.865810 , -105.787510 |
Sleepy Hollow | 44.232678 , -105.430862 |
Spotted Horse | 44.708320 , -105.835010 |
Sunburst | 44.255700 , -105.489760 |
Teckla | 43.558300 , -105.349980 |
Weston | 44.636930 , -105.336100 |
Wildcat | 44.601650 , -105.675840 |
Wright | 43.748514 , -105.496239 |
Wyodak | 44.291370 , -105.379720 |
Notes:
- You can download geometry data for Campbell 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.