Stack creation
Summary
As a user, I want to create a stack from multiple tiff files because I need them to be aligned.
Description
Multiple tif files must be stacked together with gdal in order to have same crs on all of them. This become useful when model needs data for train, it can read different data types from raster bands.
List of steps needed by user story:
- load input dir from config file
- sort all tif files (from input path defined inside config file)
- write sorted paths to temporary file
- create vrt file
- create stack from vrt
- save stack on output dir loaded from config file
- clean temporary file
#Notes: (test) user stories can be edited by different users!
Edited by Alberto Anzellotti