1. 1b04543 Remove the use of an internal interface from public API. by Martin Desruisseaux · 9 days ago main
  2. b8ae418 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 10 days ago
  3. e3537fc Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 10 days ago geoapi-3.1
  4. e96a107 Resolve remaining logs printed during execution of test. by Martin Desruisseaux · 10 days ago
  5. 5915cf5 chore(Storage): add a test to investigate data discovery in NetCDF files generated by GDAL using Transverse mercator projection. by Martin Desruisseaux · 10 days ago
  6. c6cd778 Add a self-consistency test for GeoHEIF, similar to the existing self-consistency check of GeoTIFF. by Martin Desruisseaux · 12 days ago
  7. 30c90dd Merge branch 'geoapi-3.1' by Martin Desruisseaux · 2 weeks ago
  8. 9c02e40 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 2 weeks ago
  9. 285a35c Promote the GeoHEIF module from incubator to endorsed modules. by Martin Desruisseaux · 2 weeks ago
  10. a559ab6 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 2 weeks ago
  11. b6b21e6 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 2 weeks ago
  12. 9927bf7 Prepare for promotion of the GeoHEIFF module to the endorsed group of modules, which is still on Java 11. by Martin Desruisseaux · 2 weeks ago
  13. 5c0f336 Localize the warnings and error messages of the HEIF module. by Martin Desruisseaux · 2 weeks ago
  14. bda6b01 Create coverage name in a way more consistent with TIFF reader. by Martin Desruisseaux · 2 weeks ago
  15. b50a2b8 Rename `CoverageBuilder` as `ImageResourceBuilder`. by Martin Desruisseaux · 2 weeks ago
  16. 17aa5b6 Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`. by Martin Desruisseaux · 2 weeks ago
  17. f3fd0c2 Be more conservative with files without georeferencing information. by Martin Desruisseaux · 2 weeks ago
  18. 9f64739 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 weeks ago
  19. efcc2b7 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 3 weeks ago
  20. b87ed44 Fix the notification of tile read events which was lost after the image to show changed. by Martin Desruisseaux · 3 weeks ago
  21. 5df73a7 If the `gridToCRS` transform is not available, fallback on resolution. by Martin Desruisseaux · 3 weeks ago
  22. cc65833 Consolidate the use of default resolution in a new `GridGeometry.defaultToGridCRS(Identifier)` method. by Martin Desruisseaux · 3 weeks ago
  23. 3c5edfa Make possible to use a pyramided TIFF image even if there is no "grid to CRS" transform. by Martin Desruisseaux · 3 weeks ago
  24. ccd08e2 Fix a wrong handling of subsampling in the HEIF reader. by Martin Desruisseaux · 3 weeks ago
  25. 5b82429 When computing the sub-region to read from a large untiled raster, by Martin Desruisseaux · 3 weeks ago
  26. 9ead214 Fix the interleave type of RGB profile in HEIF files. by Martin Desruisseaux · 4 weeks ago
  27. 6818361 Add a way to create an `EngineeringCRS` for a grid geometry which contains only an extent. by Martin Desruisseaux · 5 weeks ago
  28. 6988814 Avoid an `IllegalGridGeometryException` when a pyramid contains no "grid to CRS" transform. by Martin Desruisseaux · 5 weeks ago
  29. 11a7a39 Fix an exception when showing pixel coordinates of a 3D image in the JavaFX application. by Martin Desruisseaux · 5 weeks ago
  30. 442474f Merge of automatic reorganization of imports order. by Martin Desruisseaux · 5 weeks ago
  31. 4589e86 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 5 weeks ago
  32. c1f0c18 Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 5 weeks ago
  33. f81f4d8 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 5 weeks ago
  34. 90feafe Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 5 weeks ago
  35. cc7642a Use an arbitrary region during S3 tests for avoiding the following exception thrown by AWS SDK on machines having no `~/.aws/credentials` file: by Martin Desruisseaux · 5 weeks ago
  36. 0061e5a Merge branch 'fix/image-tile-matrix-get-tile' into geoapi-4.0. by Martin Desruisseaux · 5 weeks ago
  37. 0a2fde0 Merge branch 'fix/geotiff-flaky-test' into geoapi-4.0 by Martin Desruisseaux · 5 weeks ago
  38. f7bef14 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 5 weeks ago
  39. 9db36b9 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 5 weeks ago
  40. c13530c Try harder to build a sample model when there is insuffisient information. by Martin Desruisseaux · 5 weeks ago
  41. f2376c4 Fix a buffer used when inflating tile data in HEIF. by Martin Desruisseaux · 5 weeks ago
  42. 98c2112 Fix the computation of tile index in "tili" image scheme of GeoHEIF. by Martin Desruisseaux · 5 weeks ago
  43. ccfa3c1 Fix the order of pyramid levels in HEIF file. by Martin Desruisseaux · 5 weeks ago
  44. e14da0d Allows to specify the locale when launching the JavaFX application. by Martin Desruisseaux · 6 weeks ago
  45. b811a4f Add image size columns in `TileMatrixSetFormat`. by Martin Desruisseaux · 6 weeks ago
  46. 72024ea Make HEIF pyramid more tolerant to the case when the "grid to CRS" transform is not specified. by Martin Desruisseaux · 6 weeks ago
  47. 0f40dab Fix a wrong position of to the ZIP data to uncompress in a HEIF file. by Martin Desruisseaux · 6 weeks ago
  48. d1a6399 Initial support of "tili" image type in GeoHEIF files. by Martin Desruisseaux · 6 weeks ago
  49. 84de818 Implement pyramid support in the GeoHEIF reader. by Martin Desruisseaux · 6 weeks ago
  50. d5f800f Grid coverage cleanup: javadoc and more a class to where it is used. by Martin Desruisseaux · 7 weeks ago
  51. 23b4944 Added support for the "deflate" compression method as a slight variation of the "zlib" method. by Martin Desruisseaux · 6 weeks ago
  52. 53ca1f0 Replace an item list by an item map in the resource builder implementation. by Martin Desruisseaux · 6 weeks ago
  53. b4604cd Anticipate for the reuse of `ImageModel` in a future version. by Martin Desruisseaux · 6 weeks ago
  54. 3e9a1de Move also the predictor base class to the shared package. by Martin Desruisseaux · 6 weeks ago
  55. 83e5974 Refactor the GeoHEIF reader with more separation of concern. by Martin Desruisseaux · 6 weeks ago
  56. 4a5efac Move part of the `org.apache.sis.storage.geotiff.inflater` package by Martin Desruisseaux · 7 weeks ago
  57. 45eb43e Javadoc and class renaming for clarity. by Martin Desruisseaux · 6 weeks ago
  58. 1061968 Add a `SOURCE_NAME_KEY` property to `PlanarImage` for making debugging easier. by Martin Desruisseaux · 7 weeks ago
  59. 71b882f feat(Geotiff): if added resource is tiled, try to reuse it's matrix model. by jsorel · 7 weeks ago
  60. ca60298 Add support for writing pyramided GeoTIFF. by eidee · 7 weeks ago
  61. 593a479 Javadoc, formatting and warning suppressions. by Martin Desruisseaux · 7 weeks ago
  62. c4cb4db Move the code that search for Z and M values in a separated classes. by Martin Desruisseaux · 7 weeks ago
  63. 7d72c08 fix(JTS): compute 3D and 4D envelopes in JTS geometry Wrapper.getEnvelope() method by jsorel · 7 weeks ago
  64. 255d12c Basic support of some compression in GeoHEIF files: by jsorel · 8 weeks ago
  65. 20ea158 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 7 weeks ago
  66. a98da8a Merge branch geoapi-4.0 into geoapi-3.1. by Martin Desruisseaux · 7 weeks ago
  67. 65cb2c7 feat+fix(Feature): fix SampleDimension lenient comparison by making its subcomponents lenient comparable as well by Alexis Manin · 8 weeks ago
  68. 911f46d refactor(Storage): force future inheritors of SampleDimension class to override equals through LenientComparable interface by Alexis Manin · 8 weeks ago
  69. e77f5d0 chore(Storage): fix javadoc formatting of a Geotiff unit test by Alexis Manin · 8 weeks ago
  70. 68e2455 Fix an index out of bounds exception when the image size is smaller than the tile size. by Martin Desruisseaux · 8 weeks ago
  71. 1c3e7cf Merge (with refactoring) branch 'feat/CustomHostS3' into geoapi-4.0. by Martin Desruisseaux · 8 weeks ago
  72. e285c91 Merge branch 'geoapi-3.1'. Contains: by Martin Desruisseaux · 8 weeks ago
  73. 45a58d0 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 8 weeks ago
  74. dc78d5d Move some `ParameterDescriptor` management to the public `OptionKey` class. by Martin Desruisseaux · 9 weeks ago
  75. 950dade Add `@TitleProperty` annotation on more metadata object. by Martin Desruisseaux · 9 weeks ago
  76. 69716c5 Support transitive search of metadata title when metadata are represented as a tree. by Martin Desruisseaux · 9 weeks ago
  77. 7232f07 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 2 months ago
  78. 5dd8cf8 Merge branch 'fix/timestamp-tz-sql-type' into geoapi-4.0. by Martin Desruisseaux · 9 weeks ago
  79. 1f95591 Remove unused `StoreUtilities` method and move URI-related method to `URIDataStoreProvider`. by Martin Desruisseaux · 9 weeks ago
  80. 6d513dd Remove `DataStoreProvider.TIMEZONE` because that parameter is optional by Martin Desruisseaux · 9 weeks ago
  81. 083fb59 fix(sql): override sql datatype code for timestamp with timezone column by glegal · 9 weeks ago
  82. b5bad67 Remove the `SecondaryTrait` internal annotation and use the information provided by the `getStandardType()` method instead. by Martin Desruisseaux · 9 weeks ago
  83. 0186afd `getStandardType()` returns `ParameterizedType` where applicable. by Martin Desruisseaux · 9 weeks ago
  84. ad33ef9 chore(Feature): add a test to verify that image reformatting properly retile given image. by Alexis Manin · 10 weeks ago
  85. ed5617b chore(Storage): improve GeoTiff tests to verify tiling of written files by Alexis Manin · 10 weeks ago
  86. 81ff7e1 fix(Storage): fix Geotiff data store flaky test by Alexis Manin · 10 weeks ago
  87. 76febad feat(Utilities): add support for numbers in approximate equality by Alexis Manin · 10 weeks ago
  88. 2843f7b feat(Feature): Make SampleDimension lenient comparable by Alexis Manin · 10 weeks ago
  89. 7853870 chore(Build): ugrade Gradle wrapper to 8.14.4 to allow building with JDK 24 by Alexis Manin · 3 months ago
  90. 3c800ec Merge branch 'geoapi-3.1' by Martin Desruisseaux · 10 weeks ago
  91. 3b34cf3 Merge geoapi-4.0 into geoapi-3.1. by Martin Desruisseaux · 10 weeks ago
  92. 926e381 Add a `getStandardType()` method in `LenientComparable` and implement that method in classes. by Martin Desruisseaux · 10 weeks ago
  93. 1d55e78 fix(Image): fix ReshapedImage.singleTile to strictly return the designated tile, and only this tile. by Alexis Manin · 10 weeks ago fix/image-tile-matrix-get-tile
  94. 180ee38 fix(Storage): Properly handle user "getTiles" requests when requesting multidimensional extents by Alexis Manin · 10 weeks ago
  95. 0b70760 chore(Storage): improve ImageTileMatrix test to verify multiple ways to acquire tiles by Alexis Manin · 10 weeks ago
  96. c773e2c fix(Storage): Fix ImageTileMatrix tile indices to work with slices in N dimensions. by Alexis Manin · 10 weeks ago
  97. a3b5fc9 test(Storage): add a test that shows a bug in ImageTileMatrix when trying to get the resource of a 3D tile by Alexis Manin · 3 months ago
  98. c8e75db chore(Build): ugrade Gradle wrapper to 8.14.4 to allow building with JDK 24 by Alexis Manin · 3 months ago
  99. 0d5e5d1 Fix an anomaly in the display of the tree of GeoHEIF boxes. by Martin Desruisseaux · 10 weeks ago
  100. 130aab7 Apply to ISO-19115 metadata the same mechanism used by GeoHEIF for summarizing metadata. by Martin Desruisseaux · 2 months ago