From c6648f28b7e48c2fae6ae8b5d2de112672bd7cca Mon Sep 17 00:00:00 2001 From: Carlotta Date: Fri, 21 Feb 2025 11:33:43 +0100 Subject: [PATCH 1/2] Created CHANGELOG --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..7c7a04d6 --- /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 lare-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 -- GitLab From bc88beae8927b59ae7d98cca3a22c954cf6a9e3f Mon Sep 17 00:00:00 2001 From: Carlotta Date: Fri, 21 Feb 2025 13:55:36 +0100 Subject: [PATCH 2/2] Updated CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7c7a04d6..8902aa78 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,6 @@ Established the initial structure of MAPIES, providing a flexible and scalable f - 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 lare-scale data processing. +- 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 -- GitLab