Update GDAL version in superbuild (3.1.0)
Summary
Closes #2052 (closed)
Update GDAL version in Superbuild to 3.1.0 and update the information on minimum and superbuild version of GDAL in the Cookbook
Rationale
GDAL 3.1.0 has been released, see the release notes. Updating the version in superbuild means that :
- CI will use GDAL 3.1.0 in build using Superbuild to build dependencies.
- develop packages will use GDAL 3.1.0
The Cookbook documentation on GDAL is out-of-date, this MR also updates this documentation.
Additional notes
In future work we could take advantage of the support for raster of dimension > 2 introduced in GDAL 3.1.0.
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
- At least 2
👍 votes from core developers, no👎 vote. - The feature branch is (reasonably) up-to-date with the base branch
- Dashboard is green
- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
- Optionally, run
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit
Edited by Cédric Traizet