EnglishFrenchSpanish

Ad


OnWorks favicon

gdallocationinfo - Online in the Cloud

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

This is the command gdallocationinfo 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


gdallocationinfo - gdallocationinfo raster query tool

SYNOPSIS


Usage: gdallocationinfo [--help-general] [-xml] [-lifonly] [-valonly]
[-b band]* [-overview overview_level]
[-l_srs srs_def] [-geoloc] [-wgs84]
srcfile [x y]

DESCRIPTION


The gdallocationinfo utility provide a mechanism to query information about a pixel given
it's location in one of a variety of coordinate systems. Several reporting options are
provided.

-xml:
The output report will be XML formatted for convenient post processing.

-lifonly:
The only output is filenames production from the LocationInfo request against the
database (ie. for identifying impacted file from VRT).

-valonly:
The only output is the pixel values of the selected pixel on each of the selected
bands.

-b band:
Selects a band to query. Multiple bands can be listed. By default all bands are
queried.

-overview overview_level:
Query the (overview_level)th overview (overview_level=1 is the 1st overview), instead
of the base band. Note that the x,y location (if the coordinate system is pixel/line)
must still be given with respect to the base band.

-l_srs srs def:
The coordinate system of the input x, y location.

-geoloc:
Indicates input x,y points are in the georeferencing system of the image.

-wgs84:
Indicates input x,y points are WGS84 long, lat.

srcfile:
The source GDAL raster datasource name.

x: X location of target pixel. By default the coordinate system is pixel/line unless
-l_srs, -wgs84 or -geoloc supplied.

y: Y location of target pixel. By default the coordinate system is pixel/line unless
-l_srs, -wgs84 or -geoloc supplied.

This utility is intended to provide a variety of information about a pixel. Currently it
reports three things:

· The location of the pixel in pixel/line space.
· The result of a LocationInfo metadata query against the datasource - currently this is
only implemented for VRT files which will report the file(s) used to satisfy requests
for that pixel.
· The raster pixel value of that pixel for all or a subset of the bands.
· The unscaled pixel value if a Scale and/or Offset apply to the band.
The pixel selected is requested by x/y coordinate on the commandline, or read from stdin.
More than one coordinate pair can be supplied when reading coordinatesis from stdin. By
default pixel/line coordinates are expected. However with use of the -geoloc, -wgs84, or
-l_srs switches it is possible to specify the location in other coordinate systems.
The default report is in a human readable text format. It is possible to instead request
xml output with the -xml switch.
For scripting purposes, the -valonly and -lifonly switches are provided to restrict output
to the actual pixel values, or the LocationInfo files identified for the pixel.
It is anticipated that additional reporting capabilities will be added to gdallocationinfo
in the future.

EXAMPLE


Simple example reporting on pixel (256,256) on the file utm.tif.
$ gdallocationinfo utm.tif 256 256
Report:
Location: (256P,256L)
Band 1:
Value: 115
Query a VRT file providing the location in WGS84, and getting the result in xml.
$ gdallocationinfo -xml -wgs84 utm.vrt -117.5 33.75
<Report pixel="217" line="282">
<BandReport band="1">
<LocationInfo>
<File>utm.tif</File>
</LocationInfo>
<Value>16</Value>
</BandReport>
</Report>

AUTHORS


Frank Warmerdam [email protected]

Use gdallocationinfo online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad