-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VRT: add a new mode to apply chained processing steps that apply to several bands at the same time #27
Commits on Mar 24, 2024
-
GTiff + internal libtiff: deal with issues with multi-band PlanarConf…
…ig=Contig, LERC and NaN values (fixes OSGeo#9530) The LERC codec up-to-now didn't do any special processing when writing a strile in a multi-band PlanarConfig=Contig file, resulting in corruptions. Now we generate a mask buffer in that situation. Actually, if the NaN values are not at the same location accross bands, we need to write one mask-per-band, which requires liblerc >= 3.0, and in that situation change the LERC blob to multi-band instead of multi-depth/dim, with liblerc >= 3.0. When all bands have NaN values at the same location, we generate a single mask, which is compatible of liblerc < 3.0, but requires at last this version of libtiff to be read. This is the best solution we come with to fix the issue while having the maximum backward compatibility. This also fixes a wrong condition for creation of tiled JPEG where the condition to pad the right-most and bottom-most tiles was wrongly written and would have only worked for rasters with same number of tiles in horizontal and vertical dimension
Configuration menu - View commit details
-
Copy full SHA for ed19141 - Browse repository at this point
Copy the full SHA ed19141View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1461a1a - Browse repository at this point
Copy the full SHA 1461a1aView commit details -
Merge pull request OSGeo#9577 from rouault/codeql_after_cmake
CI: codeql.yml: initialize CodeQL after running cmake to avoid OSGeo#9549
Configuration menu - View commit details
-
Copy full SHA for 0b90c7c - Browse repository at this point
Copy the full SHA 0b90c7cView commit details -
Merge pull request OSGeo#9548 from rouault/fix_9530
GTiff + internal libtiff: deal with issues with multi-band PlanarConfig=Contig, LERC and NaN values (fixes OSGeo#9530)
Configuration menu - View commit details
-
Copy full SHA for bb520ce - Browse repository at this point
Copy the full SHA bb520ceView commit details
Commits on Mar 29, 2024
-
Doc: Update vector data model description
Add discussion of newer geometry types, feature styling, field types and subtypes, field domains, and relationships.
Configuration menu - View commit details
-
Copy full SHA for 04c2c1b - Browse repository at this point
Copy the full SHA 04c2c1bView commit details -
Doc: Update Python API docs for FieldDefn, FieldDomain (OSGeo#9579)
- Correct SWIG directives so that FieldDomain docs are included - Split FieldDefn and FieldDomain docs into separate files - Remove C signatures, types - Add some examples
Configuration menu - View commit details
-
Copy full SHA for 835cefd - Browse repository at this point
Copy the full SHA 835cefdView commit details -
Merge pull request OSGeo#9581 from dbaston/doc-data-model
Doc: Update vector data model description
Configuration menu - View commit details
-
Copy full SHA for 6c24532 - Browse repository at this point
Copy the full SHA 6c24532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 631da67 - Browse repository at this point
Copy the full SHA 631da67View commit details
Commits on Mar 30, 2024
-
Merge pull request OSGeo#9582 from dbaston/python-read-masked-array
Python: Add Band.ReadAsMaskedArray
Configuration menu - View commit details
-
Copy full SHA for 6ee2660 - Browse repository at this point
Copy the full SHA 6ee2660View commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a55616 - Browse repository at this point
Copy the full SHA 2a55616View commit details
Commits on Apr 1, 2024
-
Bump actions/setup-python from 5.0.0 to 5.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0a5c615...82c7e63) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc04581 - Browse repository at this point
Copy the full SHA dc04581View commit details -
Merge pull request OSGeo#9588 from OSGeo/dependabot/github_actions/ac…
…tions/setup-python-5.1.0 Bump actions/setup-python from 5.0.0 to 5.1.0
Configuration menu - View commit details
-
Copy full SHA for 8512420 - Browse repository at this point
Copy the full SHA 8512420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9485ab4 - Browse repository at this point
Copy the full SHA 9485ab4View commit details -
Merge pull request OSGeo#9590 from rouault/fix_sf_2371
GMLAS: fix crash when reading CityGML files (fixes r-spatial/sf#2371)
Configuration menu - View commit details
-
Copy full SHA for ba39536 - Browse repository at this point
Copy the full SHA ba39536View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a9903 - Browse repository at this point
Copy the full SHA c6a9903View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b85bd2 - Browse repository at this point
Copy the full SHA 2b85bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac318b0 - Browse repository at this point
Copy the full SHA ac318b0View commit details -
VRT: add a new mode to apply chained processing steps that apply to s…
…everal bands at the same time The following built-in algorithms are introduced, and typically applied in the following order: - Dehazing: remove haze effects by applying (subsampled) gain and offset auxiliary datasets. - BandAffineCombination: to perform an affine transformation combination of bands. - Trimming: local thresholding of saturation - LUT: apply a look-up table (band per band)
Configuration menu - View commit details
-
Copy full SHA for 7f4a54b - Browse repository at this point
Copy the full SHA 7f4a54bView commit details