Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ItemTag TypeKeyExampleTypeNotesLink to Specification
Band NameXMPXmp.Camera.BandName{"Red", Green, " NIR"}XmpSeqName of each band (sequence). Single page image: one name for each band of the image.
Multipage image: one band name per image page. (Note: this allows only one band per page, since sequence of sequence is not possible).
https://support.pix4d.com/hc/en-us/articles/206434245-Camera-XMP-Specification#gsc.tab=0
Band Center WavelengthXMPXmp.Camera.CentralWavelength{660, 550, 800}470XmpSeqCentral wavelength of each band in nm. Similar to band names. If band names are not defined, default band names are generatednanometers (nm).https://support.pix4d.com/hc/en-us/articles/206434245-Camera-XMP-Specification#gsc.tab=0
Band WidthXMPXmp.Camera.WavelengthFWHM16015625, 560, 850XmpSeqFull width half maximum of the wavelength distribution in nanometers (nm).https://support.pix4d.com/hc/en-us/articles/206434245-Camera-XMP-Specification#gsc.tab=0
Acquisition DateEXIFExif.GPSInfo.GPSDateStamp20162015:0306:0126AsciiMean GPS date (UTC)https://support.pix4d.com/hc/en-us/articles/205732299#gsc.tab=0
Acquisition TimeEXIFExif.GPSInfo.GPSTimeStamp12/1 8/1 54785/10002015:06:26 18:38:52ZList of RationalMean time of capture - GPS time as hour, minute, second (UTC), with sub-second accuracyhttps://support.pix4d.com/hc/en-us/articles/205732299#gsc.tab=0
Acquisition DurationXMPXmp.Camera.AcquisitionDuration234561540XmpTextTime taken to acquire all images in dataset, measured in seconds

Pix4D - proposedadded

VersioningGeoTIFF65265<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML instance file showing how to encode a PICS version as a ContextItem using the PAIL schema-->
     <Observations xmlns="http://aggateway.org/PAIL/0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://aggateway.org/PAIL/0.1 PAIL_Obs_020.xsd">
      <ContextItem>
           <Code>PICS-V</Code>
           <Value>1.0</Value>
      </ContextItem>
</Observations>
AsciiThis is using the PAIL schema to accomplish recording a version.Proposed

...