CHANGELOG¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.10.0 - 2024-12-02¶
Changed¶
better testing methods, with toolbelt 1.12.2
Fixed¶
IGNGPF-3722: Simplify final extent
2.9.0 - 2024-05-28¶
Changed¶
IGNGPF-3699 up toolbelt to 1.10.0
2.8.0 - 2024-05-15¶
Changed¶
IGNGPF-3103 up toolbelt to 1.9.0 : remove global_variables. Get database user/pass from environment variables
2.7.4 - 2024-02-14¶
Changed¶
Update GPF Toolbelt to v.1.8.2
2.7.3 - 2024-01-18¶
Changed¶
Use new retrieve_input_files function from GPF toolbelt 1.8.1
2.7.2 - 2024-01-18¶
Changed¶
Update GPF Toolbelt to v.1.8.1
2.7.1 - 2023-12-21¶
Removed¶
User log indicating image SRS to reduce log verbosity
2.7.0 - 2023-12-18¶
Changed¶
Use Toolbelt 1.7.1 for filesystem storage
2.6.3 - 2023-11-28¶
Changed¶
Pin GPF Toolbelt to 1.6.1
2.6.2 - 2023-11-28¶
Changed¶
Pin GPF Toolbelt to 1.6.0
2.6.1 - 2023-11-28¶
Pin toolbelt to 1.5.3
Housekeeping dependencies
2.6.0 - 2023-08-31¶
Changed¶
Update Toolbelt to 1.5.*
2.5.0 - 2023-08-10¶
Changed¶
Update Toolbelt to 1.4.*
2.4.5 - 2023-07-26¶
Changed¶
Pin minimum (0.19.6) and maximum (1) version of GPF Toolbelt
2.4.4 - 2023-06-28¶
Changed¶
Increase log verbosity
Update development, documentation and CI/CD tooling
2.4.3 - 2023-05-31¶
Changed¶
Update git hooks and development dependencies
Update logger with distinct user and technical logs
2.4.2 - 2023-05-17¶
Fixed¶
Fix extent format
2.4.1 - 2023-05-03¶
Fixed¶
Fix check srs mismatch using srs code value
2.4.0 - 2023-05-03¶
Changed¶
Output files are named by CI_COMMIT_BRANCH value
2.3.1 - 2023-04-24¶
Added¶
Documentation: dependency diagram
Changed¶
Minimal Python version is now 3.10
Removed¶
PyRoger dependency
2.3.0 - 2023-04-18¶
Fixed¶
bad resolution diff and srs mismatch cases ouput a failure
Extent format (due to toolbelt v.0.18.0 upgrade)
2.2.0 - 2023-04-17¶
Fixed¶
keep parsing raster files even when a check fails
2.1.0 - 2023-04-17¶
Fixed¶
parse S3 downloaded files in the upload subdirectory
2.0.0 - 2023-04-13¶
Added¶
S3 file download
0.5.0 - 2023-03-29¶
Added¶
Check SRS consistency between parameters and raster data
Changed¶
Return output extent using EPSG:4326 coordinate reference system
Standardize function calls in cli
0.4.0 - 2023-03-16¶
Added¶
Write output file according to V2 parameters model
Changed¶
Extent format
0.3.0 - 2023-02-14¶
Added¶
Add params authorized_file_extensions and ignored_file_extensions
Fixed¶
parsing folder
0.2.0 - 2023-02-14¶
Added¶
Check each file extent and display upload global extent
Check difference resolutions in upload
Changed¶
The functional version now runs every check operation and displays the result in the terminal
Fixed¶
CLI
0.1.0 - 2023-02-02¶
Added¶
Embed check raster
Add testing workflow
First functional version with a check file opening function
Packaging with pip
Documentation
Tooling : formatter, guidelines, git-hooks, linter…
First version generated from the GPF CLI templater