This is an internal Python package developed at CIMA Research Foundation for setting up data analysis pipelines for operationa and research work on drought analysis and monitoring. The package is designed to handle raster maps of meteorological or satellite quantities to compute several indicators of drought intensity.
DRYES is designed to be used in combination with the packages DOOR (Data cOllector and dOwnloadeR) and DAM (Data Analysis Middleware), also developed at CIMA Research Foundation
To install this package, navigate to the root directory of the project and run:
pip install .
Import the package in your Python script as follows:
import dryes
You can then use the functions and classes provided by the package to set up your data analysis pipeline. See the workflow examples in the dedicated folder for guidance.