diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000000000000000000000000000000000..8902aa78bd745ccdb8cc683cae03ede0a4919715 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,14 @@ +CHANGELOG + +## 0.1.0 - 2025/02/21 - First version of MAPIES + +Established the initial structure of MAPIES, providing a flexible and scalable framework for satellite systems data analysis. + +### Features +- Developed capabilities for handling and analyzing VIIRS and TROPOMI observations. +- Implemented reading, filtering, and processing of NetCDF files. +- Applied customizable Quality Assurance (QA) filtering based on satellite-specific flags. +- Added support for spatial regridding (regular and rotated) and geospatial cropping. +- Optimized performance with multiprocessing techniques for large-scale data processing. +- Enabled statistical analysis, including temporal averaging and valid observations counting. +- Introduced 2D plotting functionalities to visualize processed data. \ No newline at end of file