openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Apache SIS
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 05, 2025 — Aug 05, 2026
Showing page 1 of 333
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove the use of an internal interface from public API.
Martin Desruisseaux
More...
20 days ago
Merge branch 'geoapi-3.1'.
Martin Desruisseaux
More...
20 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. Contains a fix in netCDF parsing of GDAL's "GeoTransform" attribute.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
20 days ago
Add a self-consistency test for GeoHEIF, similar to the existing self-consistency check of GeoTIFF.
Martin Desruisseaux
More...
22 days ago
Merge branch 'geoapi-3.1'
Martin Desruisseaux
More...
25 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1
Martin Desruisseaux
More...
25 days ago
Merge branch 'geoapi-3.1'
Martin Desruisseaux
More...
25 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1
Martin Desruisseaux
More...
25 days ago
Promote the GeoHEIF module from incubator to endorsed modules. https://issues.apache.org/jira/browse/SIS-636
Martin Desruisseaux
More...
25 days ago
Prepare for promotion of the GeoHEIFF module to the endorsed group of modules, which is still on Java 11.
Martin Desruisseaux
More...
25 days ago
Localize the warnings and error messages of the HEIF module.
Martin Desruisseaux
More...
25 days ago
Rename `CoverageBuilder` as `ImageResourceBuilder`.
Martin Desruisseaux
More...
26 days ago
Create coverage name in a way more consistent with TIFF reader.
Martin Desruisseaux
More...
26 days ago
Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
29 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1.
Martin Desruisseaux
More...
29 days ago
If the `gridToCRS` transform is not available, fallback on resolution. This commit uses the information provided by the previous commit.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
30 days ago
Make possible to use a pyramided TIFF image even if there is no "grid to CRS" transform.
Martin Desruisseaux
More...
about 1 month ago
Fix a wrong handling of subsampling in the HEIF reader.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 month ago
Fix the interleave type of RGB profile in HEIF files.
Martin Desruisseaux
More...
about 1 month ago
Add a way to create an `EngineeringCRS` for a grid geometry which contains only an extent.
Martin Desruisseaux
More...
about 1 month ago
Avoid an `IllegalGridGeometryException` when a pyramid contains no "grid to CRS" transform.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 month ago
Merge of automatic reorganization of imports order.
Martin Desruisseaux
More...
about 1 month ago
←
1
2
3
4
5
6
7
8
9
…
332
333
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree