1. 20ea158 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 4 days ago main
  2. a98da8a Merge branch geoapi-4.0 into geoapi-3.1. by Martin Desruisseaux · 4 days ago geoapi-3.1
  3. 68e2455 Fix an index out of bounds exception when the image size is smaller than the tile size. by Martin Desruisseaux · 13 days ago
  4. 1c3e7cf Merge (with refactoring) branch 'feat/CustomHostS3' into geoapi-4.0. by Martin Desruisseaux · 13 days ago
  5. e285c91 Merge branch 'geoapi-3.1'. Contains: by Martin Desruisseaux · 14 days ago
  6. 45a58d0 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 2 weeks ago
  7. dc78d5d Move some `ParameterDescriptor` management to the public `OptionKey` class. by Martin Desruisseaux · 2 weeks ago
  8. 950dade Add `@TitleProperty` annotation on more metadata object. by Martin Desruisseaux · 2 weeks ago
  9. 69716c5 Support transitive search of metadata title when metadata are represented as a tree. by Martin Desruisseaux · 2 weeks ago
  10. 7232f07 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 4 weeks ago
  11. 5dd8cf8 Merge branch 'fix/timestamp-tz-sql-type' into geoapi-4.0. by Martin Desruisseaux · 2 weeks ago
  12. 1f95591 Remove unused `StoreUtilities` method and move URI-related method to `URIDataStoreProvider`. by Martin Desruisseaux · 2 weeks ago
  13. 6d513dd Remove `DataStoreProvider.TIMEZONE` because that parameter is optional by Martin Desruisseaux · 2 weeks ago
  14. 083fb59 fix(sql): override sql datatype code for timestamp with timezone column by glegal · 3 weeks ago
  15. b5bad67 Remove the `SecondaryTrait` internal annotation and use the information provided by the `getStandardType()` method instead. by Martin Desruisseaux · 3 weeks ago
  16. 0186afd `getStandardType()` returns `ParameterizedType` where applicable. by Martin Desruisseaux · 3 weeks ago
  17. 3c800ec Merge branch 'geoapi-3.1' by Martin Desruisseaux · 3 weeks ago
  18. 3b34cf3 Merge geoapi-4.0 into geoapi-3.1. by Martin Desruisseaux · 3 weeks ago
  19. 926e381 Add a `getStandardType()` method in `LenientComparable` and implement that method in classes. by Martin Desruisseaux · 3 weeks ago
  20. 0d5e5d1 Fix an anomaly in the display of the tree of GeoHEIF boxes. by Martin Desruisseaux · 4 weeks ago
  21. 130aab7 Apply to ISO-19115 metadata the same mechanism used by GeoHEIF for summarizing metadata. by Martin Desruisseaux · 4 weeks ago
  22. 0ab3a59 Minor refactoring of the `PropertyFormat` internal class for making it more convenient to extend. by Martin Desruisseaux · 4 weeks ago
  23. 16a4b95 Show summary of GeoHEIF box when the tree node is collapsed. by Martin Desruisseaux · 4 weeks ago
  24. bfc9eed Replace some usages of `ReadOnlyObjectWrapper` by `SimpleObjectProperty` by Martin Desruisseaux · 4 weeks ago
  25. 63c9dc0 Move the storage metadata helper classes to a separated package. by Martin Desruisseaux · 4 weeks ago
  26. 3123aa4 Replace the internal `TreeFormatCustomization` interface by a public `TreeTable.Node.isVisible()` method. by Martin Desruisseaux · 4 weeks ago
  27. ad86df6 In the tree of GeoHEIF nodes, move the nodes derived from `flags` below the "flags" node. by Martin Desruisseaux · 4 weeks ago
  28. 7ca22a3 Implement the support of the `tilC` box in GeoHEIF files. by Martin Desruisseaux · 4 weeks ago
  29. d024c7d In the tree representation of GeoHEIF nodes, indicate when a box is unsupported. by Martin Desruisseaux · 4 weeks ago
  30. 3f23779 Replace `@todo` Javadoc tag by a new `@Incomplete` annotation for identifying the boxes that are not fully implemented. by Martin Desruisseaux · 4 weeks ago
  31. 374e94d Rename the `gimi` sub-package as `geo` because the GIMI draft standard is heading toward a different approach based on RDF files. by Martin Desruisseaux · 4 weeks ago
  32. faa80d5 Add an `InternalDataStoreException` for making easier to spot exceptions that shouldn't happen. by Martin Desruisseaux · 4 weeks ago
  33. ea81e2e feat(Shapefile): add support for timezone parameter by jsorel · 5 weeks ago
  34. 781bfe9 feat(DataStore): add timezone parameter name constant by jsorel · 5 weeks ago
  35. d367107 feat(Shapefile): generate consistant feature index when filters are used by jsorel · 5 weeks ago
  36. 953ad86 When invoking `CRS.findOperation(sourceCRS, targetCRS, context)` with a pair of CRSs created by Martin Desruisseaux · 5 weeks ago
  37. f9c3aa8 Replace numerical values of enumerations by text in GeoTIFF metadata. by Martin Desruisseaux · 5 weeks ago
  38. f9ada6f Be more tolerant in the comparison of members of a datum ensemble. by Martin Desruisseaux · 5 weeks ago
  39. 69a2a1c feat(Shapefile): create identifiers conform to gml requierements by jsorel · 5 weeks ago
  40. 7d99b77 Add an option for allowing users to supply their own `XMLInputFactory`. by Martin Desruisseaux · 5 weeks ago
  41. 7be914e Move `OptionKey` to the storage module. by Martin Desruisseaux · 5 weeks ago
  42. d82902e fix(Shapefile): always generate an incremental feature identifier by jsorel · 5 weeks ago
  43. 45ea93f feat(Geometry): add physics model api from ISO 12113 by jsorel · 5 weeks ago
  44. 8eb0911 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 5 weeks ago
  45. 60f07fc Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 5 weeks ago
  46. 021bb96 feat(Shapefile): add incremental id shapefile test by jsorel · 5 weeks ago
  47. 682ea02 Add missing call to `BufferedGridCoverage.configure(ImageRender)`. by Martin Desruisseaux · 5 weeks ago
  48. 73c3ab4 feat(Geometry): refactor Cone and Cylinder geometries. Add Capsule,Frustrum,Plane,Ray geometries by jsorel · 5 weeks ago
  49. a6960cf Resolve a `NullPointerException` during deserialization by Martin Desruisseaux · 5 weeks ago
  50. 49a5bd3 Workaround an `IllegalAccessException` caused by module boundaries. by Martin Desruisseaux · 5 weeks ago
  51. ee25b55 Metadata proxy should implement `java.io.Serializable`. by Martin Desruisseaux · 5 weeks ago
  52. 5f9e157 Provide more information when a `ResourceInternationalString` cannot be deserialized. by Martin Desruisseaux · 5 weeks ago
  53. 4eb29bb feat(Shapefile): add support for qpj file by jsorel · 6 weeks ago
  54. 454665b feat(Shapefile): generate an identifier when none exist by jsorel · 6 weeks ago
  55. 7d95e45 Fix an issue with an EngineeringCRS randomly not found, depending on thread execution order. by Martin Desruisseaux · 6 weeks ago
  56. 6aa4c1d Fix the position of preferred CRS when the list is almost empty. by Martin Desruisseaux · 6 weeks ago
  57. d8c7b14 Use more complete identifier (including code name) for grid CRS in the GUI. by Martin Desruisseaux · 6 weeks ago
  58. d58331b feat(Geometry): prepare scene physics package by jsorel · 6 weeks ago
  59. b583328 feat(Math): add easing methods by jsorel · 6 weeks ago
  60. 35210bc Closer association of the resource identifier to the grid CRS of that resource. by Martin Desruisseaux · 6 weeks ago
  61. 0df8a4c `EngineeringDatum` created by `GridGeometry.createGridCRS(…)` should have unique name. by Martin Desruisseaux · 6 weeks ago
  62. c114f0d Try harder to restrict the CRS choices of a `CoverageCanvas` to valid CRS. by Martin Desruisseaux · 6 weeks ago
  63. ad371b4 Fix a few holes in the implementation of `createGridCRS` and expand the test. by Martin Desruisseaux · 6 weeks ago
  64. 9a1ec81 More robust implementation of `GridGeometry.createGridCRS(…)`, trying harder to infer axis directions. by Martin Desruisseaux · 6 weeks ago
  65. 3278ea0 Add `GridExtent.derivativeAtPOI(…)` internal method for convenience. by Martin Desruisseaux · 7 weeks ago
  66. 5b92297 Reintroduce `DefiningConversion` with an optional property for specifying whether by Martin Desruisseaux · 7 weeks ago
  67. 2d623b0 More robust creation of the CRS for grid coordinates: by Martin Desruisseaux · 7 weeks ago
  68. ef16287 Avoid repeating the same warnings twice after WKT formatting of a CRS. by Martin Desruisseaux · 7 weeks ago
  69. 5ccba14 More systematic construction of gray scale instead of index color model. by Martin Desruisseaux · 7 weeks ago
  70. cd60520 Fix a NullPointerException caused by copying array of image property names in the wrong direction. by Martin Desruisseaux · 7 weeks ago
  71. 4fd594d Fix a random test failure. by Martin Desruisseaux · 7 weeks ago
  72. 38bc219 Build a gray scale instead of index color model when possible. by Martin Desruisseaux · 7 weeks ago
  73. b64921c fix(GridExtent): fix a missing point coordinate clone in GridExtent lattice stream by jsorel · 7 weeks ago
  74. 968f30a Show the name of the map projection in multi-canvas views too. by Martin Desruisseaux · 7 weeks ago
  75. a334b69 Fix a wrong transformation of coordinates after a change of CRS in the status bar. by Martin Desruisseaux · 7 weeks ago
  76. 51c7ed2 Update S3 path / file system services with possibility to request data stored on custom S3 storage (not only AWS) by qbialota · 1 year, 3 months ago
  77. d56a95f Status bar should rewrite coordinates with new accuracy after zoom event. by Martin Desruisseaux · 8 weeks ago
  78. eb71d24 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 8 weeks ago
  79. a646368 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 8 weeks ago
  80. 02fc9f9 Bug fixes and improvements in the GeoTIFF writer. by Martin Desruisseaux · 8 weeks ago
  81. 7a0d536 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 8 weeks ago
  82. 46b78f7 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 8 weeks ago
  83. 73230db Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 8 weeks ago
  84. f70b0f2 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 8 weeks ago
  85. 5acd0c2 Merge branch 'geoapi-4.0' into geoapi-3.1. This is mostly bug fixes. by Martin Desruisseaux · 8 weeks ago
  86. 170703b Check for stream of unknown length when writing GeoTIFF images. by Martin Desruisseaux · 8 weeks ago
  87. 11bd7f0 Rename `ObjectiveSnapshot` as `StaticGraphics`. by Martin Desruisseaux · 8 weeks ago
  88. 6e262a7 Bug fix in the drawing of shapes of loaded tiles: by Martin Desruisseaux · 8 weeks ago
  89. 0d66da3 Change policy about the ordering of lattice: by Martin Desruisseaux · 8 weeks ago
  90. 8e43f19 Revert the removal of the escape character sequences in `ScriptRunner`. by Martin Desruisseaux · 8 weeks ago
  91. 69dc8bb Rename `interiorCoordinateStream()` as `latticePointStream(boolean parallel)` by Martin Desruisseaux · 8 weeks ago
  92. 4d54643 For GeoTIFF reader, `getTileMatrixSets()` returns an empty collection for images encoded with strips instead of tiles. by Martin Desruisseaux · 8 weeks ago
  93. cbba272 fix(Shapefile): fix provider not returned by jsorel · 8 weeks ago
  94. ecffefe feat(GridExtent): add GridExtent.interiorCoordinateStream method by jsorel · 8 weeks ago
  95. 91538a6 Complete the help method for creating a coverage from functions. by Martin Desruisseaux · 8 weeks ago
  96. f1883b4 Edit documentation, add `@see` tags, avoid forcing conversion to URI. by Martin Desruisseaux · 8 weeks ago
  97. c199e06 feat(StorageConnector): add contentStartWith and pathEndsWith probing methods by jsorel · 8 weeks ago
  98. f3df556 GeoTIFF `getTileMatrixSets()` method should return an empty set if the image is not tiled. by Martin Desruisseaux · 8 weeks ago
  99. 96e4ba9 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 8 weeks ago
  100. 9b69574 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 8 weeks ago