macleish_layers: MacLeish spatial data

macleish_layersR Documentation

MacLeish spatial data

Description

Shapefiles from the MacLeish Field Station. The field station itself is located at lat = 42.449167, lon = -72.679389. These data contain information about various man-made and natural structures surrounding the field station.

Usage

macleish_layers

Format

A list of sf::sf() objects, each providing a different layer.

landmarks

Landmarks

forests

Type of dominant tree in individual forests, as noted by Jesse Bellemare

streams

local streams

challenge_courses

Challenge courses on the property

buildings

Buildings at MacLeish

wetlands

Wetland areas

boundary

the property boundary

research

research plots

soil

soil deposits used by Amy Rhodes

trails

Hiking trails

camp_sites

Two camp sites

elevation

30 foot elevation contours

Details

Each of the sf::sf() objects are projected in epsg:4326 for easy integration with Google Maps or leaflet::leaflet() objects.

Examples

names(macleish_layers)
macleish_layers[["buildings"]]

if (require(sf)) {
 plot(macleish_layers[["buildings"]])
}

macleish documentation built on July 7, 2022, 1:05 a.m.