Dimap 1.1.3 SPOTView Profile

<Data_File>Dimap_Generic 1.0

List of data files attached to this dataset

Description :

Data_File delivers the path to a given data file (real raster or vector file, not metadata). As well the indices concerning the spectral band index, the super-tiling indices and the pyramidal level are delivered if applicable. These extra information allow to place a given elementary file within the global data file structure.

The simplest construction only associates a single Data_File to a Data_Access group.

Example :
 

<Data_File> <DATA_FILE_PATH href="Alfaro_Ortho.tif"/> </Data_File> or <Data_File> <DATA_FILE_PATH href="Alfaro_b2.tif"/> <BAND_INDEX>2</BAND_INDEX> </Data_File> or <Data_File> <DATA_FILE_PATH href="tile_2_3_2.tif"/> <BAND_INDEX>2</BAND_INDEX> <SUPER_TILE_INDEX_COL>2</SUPER_TILE_INDEX_COL> <SUPER_TILE_INDEX_ROW>3</SUPER_TILE_INDEX_ROW> <PYRAMID_LEVEL_INDEX>4</PYRAMID_LEVEL_INDEX> </Data_File>
Datatype : t_Data_File

Unordered sub-elements :

Note: MinOcurs = 0 means element is optional, maxOccurs = unbounded means element is repeatable.
MinOccurs default value is 1 (element is mandatory)
maxOccurs default value is 1 (element is not repeatable)

Possible parent(s)