Download outline map of Larimer (geojson format) :
Larimer.geojson (**)
Download polygon array of Larimer map for "Google Maps" :
Larimer.txt
Bounding Box for Larimer Map : ( 40.257784 , -106.195438 , 40.99844 , -104.943052 )
Wikipedia ID for Larimer : Q127970
Wikipedia SPARQL Query for Larimer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q127970 wdt:P1082 ?population. }
OPTIONAL { wd:Q127970 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q127970 wdt:P2046 ?area. }
OPTIONAL { wd:Q127970 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q127970 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q127970 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 Larimer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.257784, -106.195438, 40.99844, -104.943052);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Larimer)
[out:json];
(
rel["name"="Larimer"][type=boundary];
rel["name:en"="Larimer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Larimer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arrowhead | 40.579150 , -105.024420 |
Bellvue | 40.626370 , -105.171650 |
Berthoud | 40.306168 , -105.038677 |
Berts Corner | 40.307760 , -105.102760 |
Big Elk Meadows | 40.261930 , -105.430270 |
Black Hollow Junction | 40.596090 , -105.029420 |
Box Prairie | 40.581370 , -105.468880 |
Browns Corner | 40.407480 , -105.058870 |
Buckeye | 40.827200 , -105.094980 |
Bulger | 40.793590 , -104.982470 |
Campion | 40.349430 , -105.077760 |
Cedar Cove | 40.415820 , -105.265540 |
Drake | 40.431930 , -105.340270 |
Eggers | 40.690810 , -105.487490 |
Estes Park | 40.370327 , -105.521517 |
Fall River Estates Subdivision | 40.390260 , -105.581110 |
Fort Collins | 40.548771 , -105.065862 |
Glen Comfort | 40.393590 , -105.440270 |
Glen Echo | 40.698590 , -105.585280 |
Glen Haven | 40.453870 , -105.449160 |
Goodell Corner | 40.735260 , -105.581110 |
Horsetooth Heights | 40.504430 , -105.154150 |
Idylwilde | 40.700810 , -105.654720 |
Indian Meadows | 40.700540 , -105.551940 |
Kelim | 40.406650 , -104.950810 |
Kenyon Corner | 40.639430 , -105.072760 |
Kerns | 40.507480 , -104.944420 |
Kings Corner | 40.378320 , -105.073310 |
Laporte | 40.638506 , -105.144348 |
Little Dam | 40.422210 , -105.222760 |
Livermore | 40.794430 , -105.217200 |
Loveland | 40.416808 , -105.062119 |
Loveland Heights | 40.389710 , -105.464160 |
Masonville | 40.487480 , -105.210820 |
Meyers Corner | 40.668040 , -105.019420 |
Midway | 40.430260 , -105.322770 |
Mishawaka | 40.687200 , -105.365820 |
Norfolk | 40.910820 , -104.969690 |
Old Roach | 40.924420 , -106.117240 |
Olympus Heights | 40.377760 , -105.483890 |
Owl Canyon | 40.762480 , -105.175540 |
Pinewood Springs | 40.273320 , -105.356660 |
Poudre Park | 40.686090 , -105.304710 |
Red Feather Lakes | 40.807133 , -105.586428 |
Reds Place | 40.730530 , -105.871680 |
Rex | 40.788870 , -105.178310 |
Rustic | 40.699280 , -105.581300 |
Sinnard | 40.588320 , -105.003310 |
Spencer Heights | 40.674150 , -105.784450 |
St. Malo | 40.277692 , -105.541786 |
Stove Prairie Landing | 40.682480 , -105.389160 |
Timnath | 40.531720 , -104.962065 |
Virginia Dale | 40.948788 , -105.344904 |
Waltonia | 40.413870 , -105.363050 |
Waverly | 40.736370 , -105.076640 |
Wellington | 40.699915 , -105.005851 |
Notes:
- You can download geometry data for Larimer 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.