4
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove the use of an internal interface from public API. More... 20 days ago
Merge branch 'geoapi-3.1'. More... 20 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. Contains a fix in netCDF parsing of GDAL's "GeoTransform" attribute. More... 20 days ago
Resolve remaining logs printed during execution of test. This is a continuation of the test logging work which was part of the previous commit. More... 20 days ago
chore(Storage): add a test to investigate data discovery in NetCDF files generated by GDAL using Transverse mercator projection. Fix the cause, which was a mismatched number of dimensions between the data cube and the matrix in the `GeoTransform` attribute. Fix the CRS definitions, which was using wrong names for some elements such as the base CRS of a projected CRS. More... 20 days ago
Add a self-consistency test for GeoHEIF, similar to the existing self-consistency check of GeoTIFF. More... 22 days ago
Merge branch 'geoapi-3.1' More... 25 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1 More... 25 days ago
Merge branch 'geoapi-3.1' More... 25 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1 More... 25 days ago
Promote the GeoHEIF module from incubator to endorsed modules. https://issues.apache.org/jira/browse/SIS-636 More... 25 days ago
Prepare for promotion of the GeoHEIFF module to the endorsed group of modules, which is still on Java 11. More... 25 days ago
Localize the warnings and error messages of the HEIF module. More... 25 days ago
Rename `CoverageBuilder` as `ImageResourceBuilder`. More... 26 days ago
Create coverage name in a way more consistent with TIFF reader. More... 26 days ago
Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`. More... 26 days ago
Be more conservative with files without georeferencing information. Instead of inferring a "grid to CRS" far from the reading process, use a new `getGridGeometryWithDefaults()` method. More... 27 days ago
Merge branch 'geoapi-3.1'. Contains bug fixes in HEIF reader and more robust support to the case where the CRS is missing. More... 29 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. More... 29 days ago
If the `gridToCRS` transform is not available, fallback on resolution. This commit uses the information provided by the previous commit. More... 29 days ago
Consolidate the use of default resolution in a new `GridGeometry.defaultToGridCRS(Identifier)` method. The goal is to handle missing "grid to CRS" transform in a way which is consistent between TIFF and HEIF. More... 29 days ago
Fix the notification of tile read events which was lost after the image to show changed. Fix the display of pixel values which was broken when the coverage has no CRS. More... 30 days ago
Make possible to use a pyramided TIFF image even if there is no "grid to CRS" transform. More... about 1 month ago
Fix a wrong handling of subsampling in the HEIF reader. More... about 1 month ago
When computing the sub-region to read from a large untiled raster, pixel coordinates need to be converted to sample value coordinates. This conversion was done in TIFF reader but missing in HEIF reader. Since the conversion is not obvious, add a helper `Builder` class. More... about 1 month ago
Fix the interleave type of RGB profile in HEIF files. More... about 1 month ago
Add a way to create an `EngineeringCRS` for a grid geometry which contains only an extent. More... about 1 month ago
Avoid an `IllegalGridGeometryException` when a pyramid contains no "grid to CRS" transform. More... about 1 month ago
Fix an exception when showing pixel coordinates of a 3D image in the JavaFX application. Also fix misleading direction symbols and adjust some documentation. The pixel coordinates are needed at least for debugging. More... about 1 month ago
Merge of automatic reorganization of imports order. More... about 1 month ago