Dimap 1.1.3 SPOTView Profile

<DATA_FILE_PATH>Dimap_Generic 1.0

Data file access path relative to the current document

Description :

This keyword allows to give the access path to a data file.

The path is relative to the current document. The path notation follows the URI/URL standard which can be found at :

The exact meaning of the file being pointed to by this keyword results from the value of the associated keywords (SUPER_TILE_INDEX_ROW/COL, PYRAMID_LEVEL_INDEX, BAND_INDEX). The easiest scheme will use a single file, in that case the Data_File group will be cited only once and it will only contain a DATA_FILE_PATH keyword.

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_PATH (extension of 'URI')

URI

Ordered list of :

  • attribute href of type 'xsd:anyURI'
  • Possible parent(s)