EnglishFrenchSpanish

Ad


OnWorks favicon

gdalcompare - Online in the Cloud

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

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


gdalcompare - gdalcompare.py compare two images

SYNOPSIS


gdalcompare.py [-sds] golden_file new_file

DESCRIPTION


The gdalcompare.py script compares two GDAL supported datasets and reports the
differences. In addition to reporting differences to the standard out the script will also
return the difference count in it's exit value.

Image pixels, and various metadata are checked. There is also a byte by byte comparison
done which will count as one difference. So if it is only important that the GDAL visible
data is identical a difference count of 1 (the binary difference) should be considered
acceptable.

-sds:
If this flag is passed the script will compare all subdatasets that are part of the
dataset, otherwise subdatasets are ignored.

golden_file:
The file that is considered correct, referred to as the golden file.

new_file:
The file being compared to the golden file, referred to as the new file.

Note that the gdalcompare.py script can also be called as a library from python code
though it is not typically in the python path for including. The primary entry point is
gdalcompare.compare() which takes a golden gdal.Dataset and a new gdal.Dataset as
arguments and returns a difference count (excluding the binary comparison). The
gdalcompare.compare_sds() entry point can be used to compare subdatasets.

AUTHORS


Frank Warmerdam warmerdam@pobox.com

Use gdalcompare online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    createhdf
    createhdf
    createhdf — Create a blank IDE hard
    disk image inhdf format ...
    Run createhdf
  • 4
    CreateInterface
    CreateInterface
    CreateInterface — Create a Java
    Interface definition from DBus
    introspection data. ...
    Run CreateInterface
  • 5
    gba3
    gba3
    gba3 - GAMBAS Archiver ...
    Run gba3
  • 6
    gbackground
    gbackground
    gbackground - interval-based gnome
    background changer SYNTAX: gbackground
    DESCRIPTION: This program allows to
    change periodically the gnome background
    in inter...
    Run gbackground
  • More »

Ad