EnglishFrenchSpanish

OnWorks favicon

v.samplegrass - Online in the Cloud

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

This is the command v.samplegrass 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.sample - Samples a raster map at vector point locations.

KEYWORDS


vector, sampling, raster

SYNOPSIS


v.sample
v.sample --help
v.sample input=name [layer=string] column=name output=name raster=name [method=string]
[zscale=float] [--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]
Name of input vector point map
Or data source for direct OGR access

layer=string
Layer number or name
Vector features can have category values in different layers. This number determines
which layer to use. When used with direct OGR access this is the layer name.
Default: 1

column=name [required]
Name of attribute column to use for comparison

output=name [required]
Name for output vector map to store differences

raster=name [required]
Name of raster map to be sampled

method=string
Sampling interpolation method
Options: nearest, bilinear, bicubic
Default: nearest
nearest: Nearest-neighbor interpolation
bilinear: Bilinear interpolation
bicubic: Bicubic interpolation

zscale=float
Scaling factor for values read from raster map
Sampled values will be multiplied by this factor
Default: 1.0

DESCRIPTION


v.sample samples a GRASS raster map at the point locations in the input file by either
cubic convolution interpolation, bilinear interpolation, or nearest neighbor sampling
(default).

This program may be especially useful when sampling for cross validation of interpolations
whose output is a raster map.

NOTES


The output points will have the easting and northing of the input points. The input
category value is used. The input attribute, raster value and difference is written to
output.

When NULL values are encountered for a cell, zero value is used instead. In these cases,
more acurrate results may be obtained by using the default nearest neighbor comparisons.

This program may not work properly with lat-long data when the -bc flags are used.

When interpolation is done (i.e., the -bc flags are used), values are assumed to be
located at the centroid of grid cells. Therefore, current resolution settings are
important.

EXAMPLE


Comparison of "elev_ned_30m" and "elev_srtm_30m" North Carolina sample dataset elevation
models at random positions:
# set computational region:
g.region raster=elev_srtm_30m -p
# generate random points:
v.random output=random n=100
# add table with one column:
v.db.addtable random col="elev_srtm30 double precision"
# transfer elevations at random points into table:
v.what.rast map=random rast=elev_srtm_30m col=elev_srtm30
# verify:
v.db.select random
# perform sampling on other elevation map:
v.sample in=random col=elev_srtm30 rast=elev_ned_30m out=elev_samples
#verify:
v.db.select elev_samples
#univariate statistics of differences between elevation maps:
v.univar elev_samples column=diff type=point

Use v.samplegrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    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!
  • 2
    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
  • 3
    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
  • 4
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 5
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • 6
    Firefly III
    Firefly III
    A free and open-source personal finance
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • More »

Linux commands

Ad