This is the configuration file used to create a datacube in Examind for this time data aggregation:
- config.json : An Example configuration file in JSON format. This file defines the structure and parameters for creating a temporal datacube in Examind.
- generate_cog.sh : A shell script that converts original GeoTIFF files into Cloud Optimized GeoTIFF (COG) format using
gdal_translate. - This is important for optimizing data storage and access in cloud environments.
- generate_file_lists.sh : A shell script that generates text files listing the paths of the time series data files. These text files are used as input for the
generate_config.shscript. - generate_config.sh : A shell script that generates the
config.jsonfile. You can run this script in a Unix-like environment with bash. - file_list.txt : An example text file containing a list of file paths to be included in the datacube (input for the
generate_config.shscript).
:::{note}
Generate your own file_list.txt with the paths to your time series data files before running the generate_config.sh script.
You will maybe need to modify the script to fit your specific file structure and naming conventions.
In this example we assume that the files are named with a date format NDVI_AYYYYDDD_MOD13Q1.006.tif.
:::