1. 83c629c Merge of automatic reorganization of imports order. by Martin Desruisseaux · 34 hours ago main
  2. 3ed0c5f Merge of automatic reorganization of imports order. by Martin Desruisseaux · 34 hours ago geoapi-3.1
  3. b967e38 Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 34 hours ago
  4. b8782f1 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 2 days ago
  5. b7f3977 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 2 days ago
  6. ccf06de Fix a misspelling: `StoreListener.eventOccured` renamed `eventOccurred`. by Martin Desruisseaux · 2 days ago
  7. aa236a8 Fix the initial zoom of large untiled images. by Martin Desruisseaux · 2 days ago
  8. 337b819 Reduce the number of false reports of tile loading. by Martin Desruisseaux · 3 days ago
  9. 6412d2d Try harder to group the addition of removal of tile loading indicator. by Martin Desruisseaux · 3 days ago
  10. 29c9885 Move `TileReadListener` to a separated class and add a safety for reducing the risk by Martin Desruisseaux · 6 days ago
  11. f6e6c07 Add a "todo" note about the use of `prefetch` in context of artificially tiled image. by Martin Desruisseaux · 7 days ago
  12. 67cfdae Bug fixes in the application of artificial tiling on large untiled images. by Martin Desruisseaux · 7 days ago
  13. b79a2bb Move `Summarizer` to an internal non-shared package. by Martin Desruisseaux · 9 days ago
  14. c773a3c Provided more information about the `RenderedImage` layout in its `toString()` representation. by Martin Desruisseaux · 9 days ago
  15. c2ecd1f Fix a mismatched dimension exception when showing coverage values below the cursor. by Martin Desruisseaux · 11 days ago
  16. 35c19ee fix(Geometry): fix small error in uml mapping and method parameters by jsorel · 11 days ago
  17. f72b42c doc(DGGRS): add links to ZIRS informations by jsorel · 11 days ago
  18. f427b9b feat(Geometry): add polyhedrons faces and getFace method by jsorel · 11 days ago
  19. fad2774 feat(Geometry): add SphericalConvexPolygon by jsorel · 11 days ago
  20. 1464fab Introduce an artificial tiling when reading a large untiled TIFF or HEIF image. by Martin Desruisseaux · 11 days ago
  21. 64af795 Fix unintentional crop when showing a large non-pyramided image by Martin Desruisseaux · 11 days ago
  22. 76386d6 Modify `RenderingDataTest` for using the image mock. by Martin Desruisseaux · 2 weeks ago
  23. 7a3f369 feat(Geometry): add great circle arc by jsorel · 12 days ago
  24. 7bd94f1 feat(Vector): add method to convert between lat/lon and unit vector by jsorel · 12 days ago
  25. 926b0a40 feat(Geometry): add spherical triangle area and spherical excess methods by jsorel · 12 days ago
  26. b2a7b2c feat(Geometry): add SphericalTriangle by jsorel · 12 days ago
  27. f5dd64c feat(Geometry): add base polyhedron classes used by DGGRS by jsorel · 12 days ago
  28. 752a156 feat(GeoJSON): add binding for GeoJSON, JSON-FG and MovingFeatures by jsorel · 13 days ago
  29. 66e8d26 chore(DGGS): code cleaning, remove some unused utilities by jsorel · 14 days ago
  30. 164b33a chore(Scene): move scene classes to a separate package outside the geometry package by jsorel · 14 days ago
  31. e117aa6 feat(Geometry): add place-holder for HAT arrays by jsorel · 14 days ago
  32. d40d280 Add test case for `RenderingData`. by Martin Desruisseaux · 2 weeks ago
  33. 6a8700e Deferred computation of `GridGeometry` image property should take in account the image bounds. by Martin Desruisseaux · 2 weeks ago
  34. b2c6b5e Rename `ObservableImage` as `WritableUntiledImage` and merge with `ImageRenderer.Untiled`. by Martin Desruisseaux · 2 weeks ago
  35. 5512328 Minor formatting of comments. by Martin Desruisseaux · 3 weeks ago
  36. e34709e feat(DGGS): add code operation and coverage test by jsorel · 2 weeks ago
  37. 41b8832 feat(GridExtent): add getLatticePointCount method by jsorel · 2 weeks ago
  38. 59f2edc feat(DGGS): add DGGS API by jsorel · 3 weeks ago
  39. 00a4e72 Create an initially empty `org.apache.sis.referencing.dggs` module in the "incubator" group of modules. by Martin Desruisseaux · 3 weeks ago
  40. c43101d migrate(coveragejson): replace jsonb bindings by jackson by jsorel · 3 weeks ago
  41. 541e446 Rename the `org.apache.sis.storage.coveragejson` module as `org.apache.sis.storage.json`. by Martin Desruisseaux · 3 weeks ago
  42. 5107e0a Fix an `IndexOutOfBoundsException` when the CRS component which is present in only the target CRS is not the last one. by Martin Desruisseaux · 3 weeks ago
  43. 03badce feat(Material): separate material in dedicated subclasses instead of a Map of properties by jsorel · 3 weeks ago
  44. b9ba379 Clarify which exceptions are thrown when using reflection on metadata object. by Martin Desruisseaux · 3 weeks ago
  45. 233de2b feat(Geometry): add scene light objects by jsorel · 4 weeks ago
  46. e328854 Be more conservative when creating an EngineeringCRS for a GridExtent. by Martin Desruisseaux · 4 weeks ago
  47. 42a8abc Mave `Envelopes.transform(CoordinateOperation, …)` more tolerant to the case by Martin Desruisseaux · 4 weeks ago
  48. 722c224 feat(sql): handle LIKE filter in SQL storage. by Martin Desruisseaux · 4 weeks ago
  49. a8171ac Add a safety for a `String[]` sometime represented by UCAR library as `Object[]`. by Martin Desruisseaux · 4 weeks ago
  50. 5a3b53f Fix of a `ClassCastException` during the merge of two metadata. by Martin Desruisseaux · 4 weeks ago
  51. f4ad53d Documentation, minor formatting, suppression of a warning. by Martin Desruisseaux · 4 weeks ago
  52. 2058a95 Avoid a `NullPointerException` to pollute the logs. by Martin Desruisseaux · 4 weeks ago
  53. 1b04543 Remove the use of an internal interface from public API. by Martin Desruisseaux · 4 weeks ago
  54. b8ae418 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 4 weeks ago
  55. e3537fc Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 4 weeks ago
  56. e96a107 Resolve remaining logs printed during execution of test. by Martin Desruisseaux · 4 weeks ago
  57. 5915cf5 chore(Storage): add a test to investigate data discovery in NetCDF files generated by GDAL using Transverse mercator projection. by Martin Desruisseaux · 4 weeks ago
  58. c6cd778 Add a self-consistency test for GeoHEIF, similar to the existing self-consistency check of GeoTIFF. by Martin Desruisseaux · 5 weeks ago
  59. 30c90dd Merge branch 'geoapi-3.1' by Martin Desruisseaux · 5 weeks ago
  60. 9c02e40 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 5 weeks ago
  61. 285a35c Promote the GeoHEIF module from incubator to endorsed modules. by Martin Desruisseaux · 5 weeks ago
  62. a559ab6 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 5 weeks ago
  63. b6b21e6 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 5 weeks ago
  64. 9927bf7 Prepare for promotion of the GeoHEIFF module to the endorsed group of modules, which is still on Java 11. by Martin Desruisseaux · 5 weeks ago
  65. 5c0f336 Localize the warnings and error messages of the HEIF module. by Martin Desruisseaux · 5 weeks ago
  66. bda6b01 Create coverage name in a way more consistent with TIFF reader. by Martin Desruisseaux · 5 weeks ago
  67. b50a2b8 Rename `CoverageBuilder` as `ImageResourceBuilder`. by Martin Desruisseaux · 5 weeks ago
  68. 17aa5b6 Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`. by Martin Desruisseaux · 5 weeks ago
  69. f3fd0c2 Be more conservative with files without georeferencing information. by Martin Desruisseaux · 5 weeks ago
  70. 9f64739 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 6 weeks ago
  71. efcc2b7 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 6 weeks ago
  72. b87ed44 Fix the notification of tile read events which was lost after the image to show changed. by Martin Desruisseaux · 6 weeks ago
  73. 5df73a7 If the `gridToCRS` transform is not available, fallback on resolution. by Martin Desruisseaux · 6 weeks ago
  74. cc65833 Consolidate the use of default resolution in a new `GridGeometry.defaultToGridCRS(Identifier)` method. by Martin Desruisseaux · 6 weeks ago
  75. 3c5edfa Make possible to use a pyramided TIFF image even if there is no "grid to CRS" transform. by Martin Desruisseaux · 6 weeks ago
  76. ccd08e2 Fix a wrong handling of subsampling in the HEIF reader. by Martin Desruisseaux · 6 weeks ago
  77. 5b82429 When computing the sub-region to read from a large untiled raster, by Martin Desruisseaux · 6 weeks ago
  78. 9ead214 Fix the interleave type of RGB profile in HEIF files. by Martin Desruisseaux · 7 weeks ago
  79. 6818361 Add a way to create an `EngineeringCRS` for a grid geometry which contains only an extent. by Martin Desruisseaux · 8 weeks ago
  80. 6988814 Avoid an `IllegalGridGeometryException` when a pyramid contains no "grid to CRS" transform. by Martin Desruisseaux · 8 weeks ago
  81. 11a7a39 Fix an exception when showing pixel coordinates of a 3D image in the JavaFX application. by Martin Desruisseaux · 8 weeks ago
  82. 442474f Merge of automatic reorganization of imports order. by Martin Desruisseaux · 8 weeks ago
  83. 4589e86 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 8 weeks ago
  84. c1f0c18 Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 8 weeks ago
  85. f81f4d8 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 8 weeks ago
  86. 90feafe Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 8 weeks ago
  87. 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 · 8 weeks ago
  88. 0061e5a Merge branch 'fix/image-tile-matrix-get-tile' into geoapi-4.0. by Martin Desruisseaux · 8 weeks ago
  89. 0a2fde0 Merge branch 'fix/geotiff-flaky-test' into geoapi-4.0 by Martin Desruisseaux · 8 weeks ago
  90. f7bef14 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 8 weeks ago
  91. 9db36b9 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 8 weeks ago
  92. c13530c Try harder to build a sample model when there is insuffisient information. by Martin Desruisseaux · 8 weeks ago
  93. f2376c4 Fix a buffer used when inflating tile data in HEIF. by Martin Desruisseaux · 8 weeks ago
  94. 98c2112 Fix the computation of tile index in "tili" image scheme of GeoHEIF. by Martin Desruisseaux · 8 weeks ago
  95. ccfa3c1 Fix the order of pyramid levels in HEIF file. by Martin Desruisseaux · 8 weeks ago
  96. e14da0d Allows to specify the locale when launching the JavaFX application. by Martin Desruisseaux · 9 weeks ago
  97. b811a4f Add image size columns in `TileMatrixSetFormat`. by Martin Desruisseaux · 9 weeks ago
  98. 72024ea Make HEIF pyramid more tolerant to the case when the "grid to CRS" transform is not specified. by Martin Desruisseaux · 9 weeks ago
  99. 0f40dab Fix a wrong position of to the ZIP data to uncompress in a HEIF file. by Martin Desruisseaux · 9 weeks ago
  100. d1a6399 Initial support of "tili" image type in GeoHEIF files. by Martin Desruisseaux · 9 weeks ago