FUSIONtools: FUSION tools

Description Usage Arguments Details Functions References

Description

Functions for calling FUSION tools. Consult the FUSION manual for more details on these tools, their inputs and their outputs. FUSION must be installed and the rFUSION.path global option must direct to the FUSION folder in which all tool executable files are stored. The FUSIONfolder function can be used to define this path.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
ASCII2DTM(surfacefile, xyunits = "m", zunits = "m", coordsys = 0,
  zone = 0, horizdatum = 0, vertdatum = 0, Gridfile, multiplier = NULL,
  offset = NULL)

CanopyModel(surfacefile, cellsize, datafile, xyunits = "m", zunits = "m",
  coordsys = 0, zone = 0, horizdatum = 0, vertdatum = 0,
  median = NULL, smooth = NULL, texture = NULL, slope = NULL,
  aspect = NULL, outlier = NULL, multiplier = NULL, class = NULL,
  ground = NULL, ascii = NULL, grid = NULL, gridxy = NULL,
  align = NULL, extent = NULL, surface = NULL, peaks = NULL,
  pointcount = NULL)

ClipData(InputSpecifier, SampleFile, MinX, MinY, MaxX, MaxY, shape = NULL,
  decimate = NULL, ground = NULL, zmin = NULL, zmax = NULL,
  zpercent = NULL, height = NULL, timemin = NULL, timemax = NULL,
  zero = NULL, biaselev = NULL, return = NULL, class = NULL,
  line = NULL, noindex = NULL, lndex = NULL, lda = NULL,
  nooffset = NULL, precision = NULL)

CloudMetrics(InputDataSpecifier, OutputFileName, above = NULL, new = NULL,
  firstinpulse = NULL, firstreturn = NULL, highpoint = NULL,
  subset = NULL, id = NULL, minht = NULL, maxht = NULL,
  outlier = NULL, strata = NULL, intstrata = NULL, kde = NULL,
  rgb = NULL)

CSV2Grid(inputfile, column, outputfile, multiplier = NULL, ndzero = NULL)

DTM2ASCII(inputfile, outputfile, csv = NULL, raster = TRUE,
  multiplier = NULL)

DTM2TIF(inputfile, outputfile = NULL, mask = NULL)

GridMetrics(groundfile, heightbreak, cellsize, outputfile, datafile,
  outlier = NULL, class = NULL, id = NULL, minpts = NULL,
  minht = NULL, nocsv = NULL, noground = NULL, nointdtm = NULL,
  diskground = NULL, alldensity = NULL, first = NULL, intensity = NULL,
  nointensity = NULL, rgb = NULL, fuel = NULL, grid = NULL,
  gridxy = NULL, align = NULL, extent = NULL, buffer = NULL,
  cellbuffer = NULL, strata = NULL, kde = NULL, ascii = NULL,
  topo = NULL, raster = NULL)

GridSurfaceCreate(surfacefile, cellsize, datafile, xyunits = "m",
  zunits = "m", coordsys = 0, zone = 0, horizdatum = 0, vertdatum = 0,
  median = NULL, smooth = NULL, slope = NULL, spike = NULL,
  gridxy = NULL, align = NULL, extent = NULL, residuals = NULL,
  class = NULL, minimum = NULL)

GroundFilter(outputfile, cellsize, datafile, surface = NULL, median = NULL,
  smooth = NULL, finalsmooth = NULL, outlier = NULL, gparam = NULL,
  wparam = NULL, aparam = NULL, bparam = NULL, tolerance = NULL,
  iterations = NULL, class = NULL, extent = NULL, trim = NULL,
  diagnostics = NULL, lda = NULL, precision = NULL)

LDA2ASCII(InputFile, OutputFile, format)

PolyClipData(Polyfile, Outputfile, Datafile, multifile = NULL, class = NULL)

ThinData(outputfile, density, cellsize, datafile, rseed = NULL,
  index = NULL, class = NULL, lda = NULL, precision = NULL)

Arguments

xyunits

character. "m" for meters, "f" for feet.

zunits

character. "m" for meters, "f" for feet.

coordsys

numeric. Geographic coordinat system. 0 for unknown, 1 for UTM, 2 for state plane.

zone

numeric. Coordinate system zone. 0 for unknown.

horizdatum

numeric. Horizontal datum. 0 for unknown, 1 for NAD27, 2 for NAD83

vertdatum

numeric. Vertical datum. 0 for unknown, 1 for 1 for NGVD29, 2 for NAVD88,3 for GRS80.

cellsize

numeric. Cell size of an output raster file.

class

numeric. Used to restrict a function to certain classified points.

ground

A PLANS format DTM file representing a digital elevation model (DEM). Generally used to normalize a point cloud to height above ground.

gridxy

numeric. Vector of four numbers: X1, Y1, X2, Y2. Force the origin of an output raster (lower left corner) to be (X1,Y1) instead of computing an origin from the data extents and force the upper right corner to be (X2, Y2). WARNING: the rFUSION.grixyAdjust global option can influence the behaviour of this argument. See GridXY for more details.

align

A PLANS format DTM file to which an output raster will be aligned. Same behavior as gridxy, except parameters are read from the DTM file.

extent

A PLANS format DTM file. Force the origin and extent of the output grid to match the lower left corner and extent of the specified DTM file but adjust the origin to be an even multiple of the cell size and the width and height to be multiples of the cell size.

Details

FUSION is created and maintained by Robert J. McGaughey, of the U.S. Forest Service.

Functions

References

FUSION created by Robert J. McGaughey. U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station, University of Washington, Box 352100, Seattle, WA 98195-2100, bmcgaughey@fs.fed.us

FUSION website: http://forsys.cfr.washington.edu/fusion/fusionlatest.html


AndyPL22/rFUSION documentation built on May 25, 2019, 2:10 a.m.