inf_summary | R Documentation |
Infrastructure summary analysis. This calculates the number of facilities/length
of roads, area of direct surface disturbance, and area within 4 km of
infrastructure for comarison with statistics provided by the Bureau of Land
Management (BLM) in the Integrated Activity Plan Draft Environmental Impact
Statement (IAP DEIS) for the National Petroleum Reserve - Alaska (NPR-A)
(BLM 2019a). These metrics are added to the out.df
data.frame.
inf_summary(
out.df,
cpf.spdf,
sat.spdf,
rd.sl,
surf.disturb,
npra.file,
zoi = 4000,
wd.loc,
path.in
)
out.df |
data.frame object containing the current scenario and iteration
information. Created during the impact analysis by |
cpf.spdf |
SpatialPointsDataFrame object indicating central processing
facility (CPF) locations. Created by |
sat.spdf |
SpatialPointsDataFrame object indicating satellite production
facility locations. Created by |
rd.sl |
SpatialLines object indicating gravel road centerlines. Created
by |
surf.disturb |
SpatialPolygonsDataFrame object representing the combined
footprint of central processing facilities (CPFs), satellite pads, and
roads. Created by |
npra.file |
Character string giving the file name of the NPR-A boundary shapefile, without extension. |
zoi |
Numeric value indicating the zone of influence (m) in which habitat quality is discounted. Defaults to 4000 m, as is used in BLM (2019a). |
wd.loc |
Character string identifying the base directory containing both input and output data folders. |
path.in |
Character string identifying the relative path from the base
directory ( |
out.df
data.frame, updated to contain the infrastructure
summary results.
BLM 2019a. National Petroleum Reserve in Alaska Draft Integrated Activity Plan and Environmental Impact Statement. Bureau of Land Management, U.S. Department of the Interior, Anchorage, AK, USA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.