Invisibly returns the path to the folder created.
Side effect of exporting files representing raster and vector spatial data
in the object.
Please note that for vector data export the attribute name is limited
to 8 characters in shape files. See the tables below for the abbreviations
used and their meaning.
Exported from mpg
objects:
nodes
, linksCentroid
, linksPerim
are shape files giving
the locations of the patch centroids, links among centroids, and links
among perimeters of patches respectively. patchId, voronoi
are
rasters giving the patch identifier of the patch, or of the patch that
the Voronoi polygon refers to. lcpPerimWeight, lcpLinkId
give
the weight in cost surface units of the shortest paths between perimeters,
and the identifiers of those links respectively. vorBound
gives
the boundaries of the Voronoi polygons (if specified).
Description of node (vertex) and link (edge) weights in mpg
objects
and their corresponding attribute names in the shape files created.
type | MPG name | SHP name | Description |
node | patchId | patchId | Patch ID from patchId raster |
node | patchArea | patchA | Area of patch |
node | patchEdgeArea | patchEA | Edge area of patch |
node | coreArea | coreA | Area excluding edge of patch |
node | centroidX | ctrX | Centroid of the patch (X) |
node | centroidY | ctrY | Centroid of the patch (Y) |
link | e1 | e1 | Id of first patch at end of link |
link | e2 | e2 | Id of second patch at end of link |
link | linkId | linkId | Link ID from lcpLinkId raster |
link | lcPerimWeight | lcpPerWt | Cost length of link from patch perimeters |
link | startPerimX | strtPerX | Coordinate of link endpoint on first patch (X) |
link | startPerimY | strtPerY | Coordinate of link endpoint on first patch (Y) |
link | endPerimX | endPerX | Coordinate of link endpoint on second patch (X) |
link | endPerimY | endPerY | Coordinate of link endpoint on second patch (Y) |
Exported from grain
objects:
nodes, linksCentroid
are shape files giving the locations of the
Voronoi polygon centroids and links among them respectively.
voronoi
are rasters gives the polygon identifier of each cluster of patches.
vorBound
gives the boundaries of the Voronoi polygons (if specified).
Description of node (vertex) and link (edge) weights in grain
objects and their corresponding attribute names in the shape files created.
Type | GOC name | SHP name | Description |
node | polygonId | polyId | Polygon ID from grain voronoi raster |
node | polygonArea | polyA | Area of polygon from grain voronoi raster |
node | totalPatchArea | patchA | Total area of all patches in polygon |
node | totalPatchEdgeArea | patchEA | Total area of all patch edges in polygon |
node | totalCoreArea | coreA | Total area of patches in polygon excluding edges |
node | centroidX | ctrX | Centroid of the polygon (X) |
node | centroidY | ctrY | Centroid of the polygon (Y) |
link | e1 | e1 | ID of first patch at end of link |
link | e2 | e2 | ID of second patch at end of link |
link | maxWeight | maxWt | The maximum weight of all links connecting
patches between polygons |
link | linkIdMaxWeight | maxWt | The link id of that maximum weight
link (lcpLinkId) |
link | minWeight | min | The minimum weight of all links connecting
patches between polygons |
link | linkIdMinWeight | minWt | The link id of that minimum weight
link (lcpLinkId) |
link | medianWeight | medWt | The median weight of all links connecting
patches between polygons |
link | meanWeight | meanWT | The minimum weight of all links connecting
patches between polygons |
link | numlinksWeight | numEWt | The number of links connecting patches
between polygons |
link | eucCentroidWeight | eucCtrWt | The Euclidean distance between
centroids of polygons |