EnglishFrenchSpanish

OnWorks favicon

r.to.rast3grass - Online in the Cloud

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

This is the command r.to.rast3grass 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.to.rast3 - Converts 2D raster map slices to one 3D raster volume map.

KEYWORDS


raster, conversion, voxel

SYNOPSIS


r.to.rast3
r.to.rast3 --help
r.to.rast3 [-m] input=name[,name,...] output=name [tilesize=integer] [--overwrite]
[--help] [--verbose] [--quiet] [--ui]

Flags:
-m
Use 3D raster mask (if exists) with output map

--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[,name,...] [required]
2D raster maps which represent the slices

output=name [required]
Name for output 3D raster map

tilesize=integer
The maximum tile size in kilo bytes. Default is 32KB.
Default: 32

DESCRIPTION


Converts 2D raster map(s) into one raster3D map. It is important to properly set the 3D
region settings, especially number or layers and depth of layers. If the 2D and 3D region
settings are different, the 2D resolution will be adjusted to the 3D resolution.

How r.to.rast3 works

NOTES


Every 2D raster map is copied as one slice to the raster3D map. Slices are counted from
bottom to the top, so the bottom slice has to be number 1.
If less number of 2D raster maps are provided than defined depths, the last given 2D map
is used to fill up the remaining raster3D slices to the top.

EXAMPLES


EXAMPLE 1
This example shows how to convert 6 maps into one 3D map with 6 layers.
# Mapset data in Location slovakia3d
g.region raster=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6 -p
g.region b=0 t=600 tbres=100 res3=100 -p3
r.to.rast3 input=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6 output=new_3dmap

EXAMPLE 2
This example shows how to convert 3 maps into one 3D map with 6 layers.
# Mapset data in Location slovakia3d
g.region b=0 t=600 tbres=100 res3=100 -p3
r.to.rast3 input=prec_1,prec_2,prec_3 output=new_3dmap

Use r.to.rast3grass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Crater
    Crater
    Crater is an open-source web &
    mobile invoicing app made especially for
    freelancers and small businesses.
    It's the complete invoicing solution
    you need...
    Download Crater
  • 2
    formkiq-core
    formkiq-core
    FormKiQ Core is an Open Source Document
    Management System (DMS), available to
    run as a headless software or with a
    web-based client, deployed to your
    Amazon We...
    Download formkiq-core
  • 3
    Blackfriday
    Blackfriday
    Blackfriday is a Markdown processor
    implemented in Go. It is paranoid about
    its input (so you can safely feed it
    user-supplied data), it is fast, it
    supports c...
    Download Blackfriday
  • 4
    QNAP NAS GPL Source
    QNAP NAS GPL Source
    GPL source for QNAP Turbo NAS.
    Audience: Developers. User interface:
    Web-based. Programming Language: C,
    Java. Categories:System, Storage,
    Operating System Ker...
    Download QNAP NAS GPL Source
  • 5
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 6
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • More »

Linux commands

Ad