EnglishFrenchSpanish

OnWorks favicon

r.out.xyzgrass - Online in the Cloud

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

This is the command r.out.xyzgrass 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.out.xyz - Exports a raster map to a text file as x,y,z values based on cell centers.

KEYWORDS


raster, export, ASCII, conversion

SYNOPSIS


r.out.xyz
r.out.xyz --help
r.out.xyz input=name[,name,...] [output=name] [separator=character] [--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[,name,...] [required]
Name of input raster map(s)

output=name
Name for output file (if omitted or "-" output to stdout)

separator=character
Field separator
Special characters: pipe, comma, space, tab, newline
Default: pipe

DESCRIPTION


The r.out.xyz module exports a raster map as a list of x,y,z values into an ASCII text
file.

NOTES


This module will not export x,y coordinates for raster cells containing a NULL value. This
includes cells masked by a raster MASK.

This module, as all GRASS raster modules, will export cells based on the current region
settings. See the g.region module for details.

The r.out.ascii module should be used to export an array (of size row x column) containing
z values.

r.out.xyz can combine several input raster maps, which can be convenient when it comes to
e.g. produce ASCII point cloud files.

r.out.xyz is simply a front-end to "r.stats -1gn".

EXAMPLES


In this example, a LiDAR elevation map in the North Carolina sample dataset location is
exported to CSV format.
g.region raster=elev_lid792_1m -p
r.out.xyz input=elev_lid792_1m output=elev_lid792_1m.csv separator=","

In this example, elevation data from the North Carolina dataset are exported along with
R,G,B triplet of the related orthophoto into a combined file (requires the import of the
supplementary high-resolution color orthophoto, here called "ortho2010_t792"):
g.region raster=elev_lid792_1m res=1 -a -p
r.out.xyz input=elev_lid792_1m,ortho2010_t792.red,ortho2010_t792.green,ortho2010_t792.blue \
separator=space output=pointcloud.asc
# validate: X Y Z R G B
head -n 3 pointcloud.asc
638300.5 220749.5 126.338218689 78 84 71
638301.5 220749.5 126.3381958008 93 101 86
638302.5 220749.5 126.3414840698 68 77 59

TODO


Implement this script as a r.out.ascii option?

Use r.out.xyzgrass 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