Description Usage Format Details References Examples
Info from bathymetry data in ArcGIS for the lake including the elevation (m), surface area (m^2), and volume (m^3) relationship. Calculated using the Storage Capacity tool in Spatial Analyst Supplemental Tools. Also includes:
The average lake profile (horizontal distance from highest shoreline for each contour level, m), calculated from the lake elevation rasters.
The area of each plant community at each elevation.
The area of suitably hard substrate for centrarchid fish species at Pleasant Lake
1 |
A data frame with the following columns:
name of lake, i.e. "Pleasant", "Long", "Plainfield"
elevation of lake surface above mean sea level (m)
surface area of lake when it is at this elevation (m^2)
total volume of the lake when it is at this elevation (m^3)
horizontal distance of this lake shoreline from highest lake shoreline (that can be calculated in the raster file) (m)
total area of lake used to calculate plant areal extents (m^2)
area of upland plants at this lake at this elevation (m^2)
area of inland_beach plants at this lake at this elevation (m^2)
area of emergent plants at this lake at this elevation (m^2)
area of floating plants at this lake at this elevation (m^2)
area of submergent_weed (Potamogeton) plants at this lake at this elevation (m^2)
area of submergent_algae (Nitella) plants at this lake at this elevation (m^2)
area of submergent plants at this lake at this elevation (m^2)
area of upland plants at this lake at this elevation (% of lake outline)
area of inland_beach plants at this lake at this elevation (% of lake outline)
area of emergent plants at this lake at this elevation (% of lake outline)
area of floating plants at this lake at this elevation (% of lake outline)
area of submergent_weed (Potamogeton) plants at this lake at this elevation (% of lake outline)
area of submergent_algae (Nitella) plants at this lake at this elevation (% of lake outline)
area of submergent plants at this lake at this elevation (% of lake outline)
approximate area of suitably hard substrate for centrarchid fish at this elevation (% of lake outline)
Raw csv data is processed in the data-raw/
subdirectory of this
project with the function import_bathymetry.R
which is run by
runall_cslsdata.R
.
import_bathymetry.R
loads bathymetry data from ArcGIS for all lakes
including the elevation (m), surface area (m^2), and volume (m^3)
relationship. No cleaning is needed. It then calculates the average lake
profile from the lake rasters. Note that due to limitation in the raster
extent, Long Lake calculations begin ~0.5 ft below maximum elevation
available from ArcGIS elev/area/vol calculations. Next, it calculates the
estimated area of each plant community at each elevation given rules on plant
water depth limits (import_plant_limits.R
). Lastly, it combines all of
this with additional information on the mean hardness of substrate accessible
to centrarchid fish species at this lake level
(import_fish_substrate.R
).
https://www.arcgis.com/home/item.html?id=3528bd72847c439f88190a137a1d0e67
1 | bathymetry <- CSLSdata::bathymetry
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.