genaccesspts | R Documentation |
Accessory function to generate access point according to operating-machine area.
genaccesspts(
topography,
machinepolygons,
maintrails,
advancedloggingparameters = loggingparameters()
)
topography |
Digital terrain model (DTM) of the inventoried plot (LiDAR
or SRTM) ( |
machinepolygons |
Accessible zones for machines of the inventoried plot
(default: |
maintrails |
Main trails defined at the entire harvestable area (sf linestring with a crs in UTM) |
advancedloggingparameters |
Other parameters of the logging simulator
|
list of 2 elements :
PartMainTrails available area to draw access points of maintrail for each PU (prospection unit) (sf or sfc)
AccessPointAll a draw of access points of maintrail for each PU (prospection unit) (sf or sfc)
## Not run:
set.seed(1)
data(MainTrails)
data(HarvestableAreaOutputsCable)
data(DTMParacou)
accesspts <- genaccesspts(topography = DTMParacou,
machinepolygons = HarvestableAreaOutputsCable$MachinePolygons,
maintrails = MainTrails,
advancedloggingparameters = loggingparameters())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.