EnglishFrenchSpanish

Ad


OnWorks favicon

v.delaunaygrass - Online in the Cloud

Run v.delaunaygrass in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command v.delaunaygrass 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


v.delaunay - Creates a Delaunay triangulation from an input vector map containing points
or centroids.

KEYWORDS


vector, geometry, triangulation

SYNOPSIS


v.delaunay
v.delaunay --help
v.delaunay [-rl] input=name [layer=string] output=name [--overwrite] [--help]
[--verbose] [--quiet] [--ui]

Flags:
-r
Use only points in current region

-l
Output triangulation as a graph (lines), not areas

--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]
Name of input vector map
Or data source for direct OGR access

layer=string
Layer number or name (’-1’ for all layers)
A single vector map can be connected to multiple database tables. This number
determines which table to use. When used with direct OGR access this is the layer
name.
Default: -1

output=name [required]
Name for output vector map

DESCRIPTION


v.delaunay uses an existing vector points map (input) to create a Delaunay triangulation
vector map (output).

Delaunay triangulation example (red-yellow points are the data points from which the
triangulation was generated):

EXAMPLE


Commands used with the North Carolina dataset to create the above figure (subset shown in
figure).
g.region n=220750 s=219950 w=638300 e=639000 -p
v.delaunay input=elev_lid792_randpts output=elev_lid792_randpts_delaunay

REFERENCES


Leonid Guibas and Jorge Stolfi, (1985). Primitives for the Manipulation of General
Subdivisions and the Computation of Voronoi Diagrams, ACM Transactions on Graphics, Vol 4,
No. 2, April 1985, Pages 74-123

Use v.delaunaygrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    LAME (Lame Aint an MP3 Encoder)
    LAME (Lame Aint an MP3 Encoder)
    LAME is an educational tool to be used
    for learning about MP3 encoding. The
    goal of the LAME project is to improve
    the psycho acoustics, quality and speed
    of MP...
    Download LAME (Lame Aint an MP3 Encoder)
  • 2
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 3
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 4
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 5
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 6
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 7
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • More »

Linux commands

Ad