EnglishFrenchSpanish

OnWorks favicon

r.surf.areagrass - Online in the Cloud

Run r.surf.areagrass in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command r.surf.areagrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


r.surf.area - Prints estimation of surface area for raster map.

KEYWORDS


raster, surface, statistics, area estimation

SYNOPSIS


r.surf.area
r.surf.area --help
r.surf.area map=name [vscale=float] [units=string] [--help] [--verbose] [--quiet]
[--ui]

Flags:
--help
Print usage summary

--verbose
Verbose module output

--quiet
Quiet module output

--ui
Force launching GUI dialog

Parameters:
map=name [required]
Name of raster map

vscale=float
Vertical scale
Default: 1.0

units=string
Output units
Default: square map units
Options: miles, feet, meters, kilometers, acres, hectares

DESCRIPTION


r.surf.area calculates area of regular 3D triangulated points (centers of cells) in
current region by adding areas of triangles. Therefore, area of a flat surface will be
reported as (rows + cols -1) * (area of cell) less than area of flat region due to a half
row and half column missing around the perimeter.

NOTES


This calculation is heavily dependent on data resolution (think of it as a fractal
shoreline problem, the more resolution the more detail, the more area, etc). This module
uses the current region settings, not the resolution of the raster map. This is especially
important for surfaces with NULL values and highly irregular edges. The module does not
[currently] attempt to correct for the error introduced by this edge effect.

This version actually calculates area twice for each triangle pair, keeping a running
minimum and maximum area depending on the direction of the diagonal used.

Reported totals are:

1 "Plan" area of NULL values within the current GRASS region

2 "Plan" area within calculation region (rows-1 * cols-1 * cellarea)

3 Average of the minimum and maximum calculated 3d triangle area within this region

4 "Plan" area within current computational region (rows * cols * cellarea)

5 Scaling of calculated area to current region

r.surf.area works best when the surface being evaluated extends to the edges of the
current region and the cell resolution is small. Surfaces which are especially long and
thin and have highly irregular boudaries will tend to have underestimated surface areas.
Setting a high cell resolution (small area) will greatly reduce this impact, but will
cause longer processing times.

EXAMPLES


g.region -p raster=elevation
r.surf.area map=elevation units=hectares
Null value area ignored in calculation: 0.000000
Plan area used in calculation: 20221.510000
Surface area calculation(low, high, avg):
20294.310421 20320.936368 20307.623395
Current region plan area: 20250.000000
Estimated region Surface Area: 20336.234719

Use r.surf.areagrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    oStorybook
    oStorybook
    oStorybook l'outil privil�gi� des
    �crivains. ATTENTION : voir sur
    http://ostorybook.tuxfamily.org/v5/
    --en_EN oStorybook the right tool for
    writers. WARNIN...
    Download oStorybook
  • 2
    Asuswrt-Merlin
    Asuswrt-Merlin
    Asuswrt-Merlin is a third party
    firmware for select Asus wireless
    routers. Based on the Asuswrt firmware
    developed by Asus, it brings tweaks, new
    features and ...
    Download Asuswrt-Merlin
  • 3
    Atom
    Atom
    Atom is a text editor that's
    modern, approachable and full-featured.
    It's also easily customizable- you
    can customize it to do anything and be
    able to ...
    Download Atom
  • 4
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • 5
    LIBPNG: PNG reference library
    LIBPNG: PNG reference library
    Reference library for supporting the
    Portable Network Graphics (PNG) format.
    Audience: Developers. Programming
    Language: C. This is an application that
    can also...
    Download LIBPNG: PNG reference library
  • 6
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • More »

Linux commands

Ad