EnglishFrenchSpanish

OnWorks favicon

r.rescale.eqgrass - Online in the Cloud

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

This is the command r.rescale.eqgrass 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.rescale.eq - Rescales histogram equalized the range of category values in a raster map
layer.

KEYWORDS


raster, rescale

SYNOPSIS


r.rescale.eq
r.rescale.eq --help
r.rescale.eq input=name [from=min,max] output=name to=min,max [title=phrase]
[--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:
--overwrite
Allow output files to overwrite existing files

--help
Print usage summary

--verbose
Verbose module output

--quiet
Quiet module output

--ui
Force launching GUI dialog

Parameters:
input=name [required]
The name of the raster map to be rescaled

from=min,max
The input data range to be rescaled (default: full range of input map)

output=name [required]
The resulting raster map name

to=min,max [required]
The output data range

title=phrase
Title for new raster map

DESCRIPTION


The r.rescale.eq program rescales the range of category values appearing in a raster map
layer with equalized histogram. A new raster map layer, and an appropriate category file
and color table based upon the original raster map layer, are generated with category
labels that reflect the original category values that produced each category. This
command is useful for producing representations with a reduced number of categories from a
raster map layer with a large range of category values (e.g., elevation). Rescaled map
layers are appropriate for use in such GRASS GIS commands as r.stats, r.report, and
r.coin.

EXAMPLE


To rescale an elevation raster map layer with category values ranging from 1090 meters to
1800 meters into the range 0-255, the following command line could be used (without the
from parameter, the full value range will be used):
r.rescale.eq input=elevation from=1090,1800 output=elevation.255 to=0,255

NOTES


Category values that fall beyond the input range will become NULL. This allows the user
to select a subset of the full category value range for rescaling if desired. This also
means that the user should know the category value range for the input raster map layer.
The user can request the r.rescale.eq program to determine this range, or can obtain it
using the r.describe or r.info command. If the category value range is determined using
r.rescale.eq, the input raster map layer is examined, and the minimum and maximum non-NULL
category values are selected as the input range.

Use r.rescale.eqgrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 2
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 3
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 4
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 5
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • 6
    CMU Sphinx
    CMU Sphinx
    CMUSphinx is a speaker-independent large
    vocabulary continuous speech recognizer
    released under BSD style license. It is
    also a collection of open source tools ...
    Download CMU Sphinx
  • More »

Linux commands

Ad