CHANGELOG¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.5.0 - 2024-12-02¶
Added¶
IGNGPF-3722 up check-raster to 2.10.0 + add versioning
1.4.0 - 2024-05-28¶
Changed¶
IGNGPF-3699 up toolbelt to 1.10.0
1.3.0 - 2024-05-15¶
Changed¶
IGNGPF-3103 up toolbelt to 1.9.0 : remove global_variables. Get database user/pass from environment variables
1.2.1 - 2024-02-14¶
Changed¶
Use gpf_check_raster 2.7.4 which include toolbelt 1.8.2
1.2.0 - 2024-01-23¶
Changed¶
Use Toolbelt 1.8.1 using directly uploads on FILESYSTEM
Specific working to deal with both S3 and FILESYSTEM uploads
Adapt some logs (french + user/admin)
1.1.1 - 2024-01-18¶
Changed¶
Fix IGNGPF-3274: reformat user error logs
1.1.0 - 2024-01-08¶
Removed¶
Fix IGNGPF-3118 : remove extent output
1.0.1 - 2023-12-19¶
Changed¶
Fix extent format (missing ‘geometry’ field)
Fix user logs : use ‘layer’ or ‘image’ words instead of ‘file’
1.0.0 - 2023-12-19¶
Changed¶
Use Toolbelt 1.7.1 for filesystem storage
0.4.0 - 2023-12-05¶
Added¶
Check consistency between dataset_identifier value in configuration file and in all vector layers’ corresponding column
Changed¶
Input data should use EPSG:3857 projection
Prevent some user logs to be displayed repetitively
0.3.3 - 2023-11-29¶
Changed¶
Update and pin gpf_check_raster to 2.6.3 to get upstream improvments
0.3.2 - 2023-11-28¶
Changed¶
Update and pin gpf_check_raster to 2.6.2 to get upstream improvments
0.3.1 - 2023-11-28¶
Changed¶
Improve user logs when checking upload structure (PREFIX / GENERIC / AUTO)
Update and pin gpf_check_raster to 2.6.1
Update GDAL to 3.7.3 to get upstream security fix related to libwebp
Tooling: update dependencies and git hooks
0.3.0 - 2023-09-04¶
Changed¶
Upgrade GPF dependencies with latest versions
0.2.0 - 2023-09-01¶
Use GDAL instead of OGR to open vector files
0.1.0 - 2023-08-24¶
Added¶
Initialization with Gpf Cli Templater
First functional version with a check file opening function
Add testing workflow
Packaging with pip
Documentation
Tooling : formatter, guidelines, git-hooks, linter…