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