Single-band outputs

Output raster files are saved in specific subfolders of the main output folder. In particular, a separate subfolder is created for each processed original MODIS layer, Quality Indicator or Spectral Index. Each subfolder contains one image for each processed date, created according to the following naming conventions:

myoutfolder/"ProdName"/"Layer"/"ProdCode"_"Layer"_"YYYY"_"DOY"."ext"

, where:

So, for example, if you process layers "NDVI" and "EVI" for MODIS product MOD13A2 you will find the resulting GTiff of ENVI output single-date rasters in:

/your_out_folder/VI_16Days_1Km_v61/NDVI/

and

/your_out_folder/VI_16Days_1Km_v61/EVI/

Virtual multi-band outputs

ENVI and/or GDAL virtual time series files and RasterStack RData objects are instead stored in the "Time_Series" subfolder if required.

Naming conventions for these files is as follow:

<path_of_out_folder>/Time_Series/<vrt_type>/<Sensor>/<Layer>/<ProdCode>_<Layer>_<StartDOY>_<StartYear>_<EndDOY>_<EndYear>_<suffix>.<ext> 

, where:

So, for example, if you process layer "NDVI" for MODIS product MOD13A2 and platform "Terra", and ask to create "R rasterStacks" and "GDAL vrt" time series you will find the resulting GTiff virtual files in:

/your_out_folder/VI_16Days_1Km_v61/Time_Series/RData/Terra/NDVI

and

/your_out_folder/VI_16Days_1Km_v61/Time_Series/GDAL/Terra/NDVI


lbusett/MODIStsp documentation built on July 19, 2024, 10:34 p.m.