Feat
- adef_fn: add ADEFINTG class with methods for download, clip, mask, filter, and phid Implemented the ADEFINTG class in adef_fn.py, including methods for downloading alerts data, clipping rasters, masking by forest cover, filtering by confidence and date range, and adding PHID. This provides a high-level interface for common alert raster processing workflows.
Refactor
-
utils: modularize utils by moving raster and vector functions into dedicated modules
- Moved raster-related functions from utils_adef.py to raster.py
- Moved vector-related functions from utils_adef.py to vector.py
- Adapted internal logic and imports to reflect the modular split
- Reduced utils_adef.py to shared functions and WFS utilities only
-
workflows: move data files to workflows/data and remove unused notebook Data files bosque*_lzw.tif and phid_hn.tif were moved from data/ to workflows/data/ to better organize workflow-specific resources. The old notebook adef_intg.ipynb was removed as it is no longer needed.