1. 95477cf Upgrade version number: missed an occurrence. by Martin Desruisseaux · 32 hours ago main
  2. fc4e562 Upgrade version number to `1.7-SNAPSHOT` for next development cycle. by Martin Desruisseaux · 33 hours ago
  3. 80c1cdc Merge branch 'geoapi-3.1': prepare for release of SIS 1.6. by Martin Desruisseaux · 7 days ago
  4. da07d96 Merge branch 'geoapi-4.0' into geoapi-3.1: prepare for SIS 1.6 release. by Martin Desruisseaux · 7 days ago geoapi-3.1
  5. 13c7082 Set version number and the EPSG geodetic dataset URL to expected values after release. by Martin Desruisseaux · 7 days ago
  6. f2c7698 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 8 days ago
  7. e447260 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 8 days ago
  8. 42d3dcc Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 8 days ago
  9. f034daa Merge branch 'geoapi-3.1' by Martin Desruisseaux · 8 days ago
  10. af22957 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 8 days ago
  11. 9b4ee69 Update instructions about EPSG upgrade. by Martin Desruisseaux · 8 days ago
  12. 40651713 Add a note about a work to do in `PassThroughTransform`. by Martin Desruisseaux · 8 days ago
  13. 2833437 Convert literal values in advance when possible. by Martin Desruisseaux · 8 days ago
  14. 9f766a1 Consolidation of the conversion of temporal objects before comparison. by Martin Desruisseaux · 8 days ago
  15. 4cc6c97 Refactor `TimeMethods` with more support of conversions of `java.time` objects to compare. by Martin Desruisseaux · 9 days ago
  16. d6f3502 Simplify `ComparisonFilter` by delegating to `TimeMethods` when the operands are temporal. by Martin Desruisseaux · 10 days ago
  17. ee3cd7d Move `ArithmeticFunctionTest` to the correct package. by Martin Desruisseaux · 10 days ago
  18. 4aef902 Bug fixes in the reduction of dimensions of a wraparound transforms. by Martin Desruisseaux · 10 days ago
  19. 7e1361a Initial fix of the reduction in the number of dimensions of `WraparoundTransform`. by Martin Desruisseaux · 11 days ago
  20. e336ffb Merge branch 'geoapi-3.1' by Martin Desruisseaux · 12 days ago
  21. e0d696a Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 12 days ago
  22. 4bfbc54 Improve documentations. by Martin Desruisseaux · 13 days ago
  23. e5e9520 Rename `GridDerivation.selectDimensions(Predicate)` as `selectAxes(int...)`. by Martin Desruisseaux · 14 days ago
  24. 2cebe32 Refactor the code for filtering the dimensions of a CRS. by Martin Desruisseaux · 2 weeks ago
  25. c440daa Add `MissingSourceDimensionsException` telling which axes of the target CRS cannot be mapped to a source CRS. by Martin Desruisseaux · 2 weeks ago
  26. 575a9ed Add a `GridDerivation.project(Predicate)` method for filtering the CRS axes of a grid geometry. by Martin Desruisseaux · 4 weeks ago
  27. 30bf8f0 Add a tolerance factor in `TranslatedTransform`. by Martin Desruisseaux · 4 weeks ago
  28. fb3ce3c Replace the `-e` option by the more portable `-f` option in `readlink`. by Martin Desruisseaux · 4 weeks ago
  29. 1c13503 Make `DefaultEvaluator` more robust to the case where the `gridToCRS` transform has a scale factor of NaN. by Martin Desruisseaux · 4 weeks ago
  30. b2a2ac8 Fix to avoid decorating DisjointExtentException and CannotEvaluateException in TiledGridCoverage.render() by jsorel · 4 weeks ago
  31. 846d831 When transforming a 0 coordinate, we need to get the origin even if the scale factor is NaN. by Martin Desruisseaux · 4 weeks ago
  32. e9c3ce6 Remove the `USE_FMA` internal flag. Was always on for last years. by Martin Desruisseaux · 4 weeks ago
  33. e5f1abf Fix wrong value of `ArithmeticFunction.getResultClass()`. by Martin Desruisseaux · 4 weeks ago
  34. eebcfee Refactor `org.apache.sis.filter.ArithmeticFunction` for skipping the by Martin Desruisseaux · 4 weeks ago
  35. cf0b508 Replace the integer values in `Numbers` by a `NumberType` enumeration. by Martin Desruisseaux · 4 weeks ago
  36. 52d55b2 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 5 weeks ago
  37. a2c13a9 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 5 weeks ago
  38. 781fc11 Add dynamic optimization which will optimize a filter or expression when the feature type become known. by Martin Desruisseaux · 5 weeks ago
  39. a3a0d40 When optimizing a query for a `FeatureType`, need to take in account that subtypes may exist. by Martin Desruisseaux · 6 weeks ago
  40. bf32783 Fill the `fixed` attribute on @Workaround annotation for RFE #4093999 in Sun's bug database by Martin Desruisseaux · 6 weeks ago
  41. 911f726 Dispatch `CollectionsExt` methods to places easier to find: by Martin Desruisseaux · 6 weeks ago
  42. 89be530 Add a `CheckedContainer.getMutability()` method. by Martin Desruisseaux · 7 weeks ago
  43. 4bc9a2c Avoid spurious errors with XML configuration. by Martin Desruisseaux · 7 weeks ago
  44. 50721b3 Upgrade UCAR dependency. by Martin Desruisseaux · 7 weeks ago
  45. 5bfa162 Cleanup `XMLInputFactory` usages. by Martin Desruisseaux · 8 weeks ago
  46. 6d5eb71 Bug fix in `DefaultEvaluator` when a point has more dimensions than the coverage CRS. by Martin Desruisseaux · 8 weeks ago
  47. c2f143b Add a `stream(Collection<DirectPosition>)` method in the `GridCoverage.Evaluator` interface. by Martin Desruisseaux · 8 weeks ago
  48. ccc3336 Move the `GridCoverage2D.BIDIMENSIONAL` constant for more sharing. by Martin Desruisseaux · 8 weeks ago
  49. d090031 fix(Shapefile): use ISO-8559-1 when parsing prj file by jsorel · 8 weeks ago
  50. 4532837 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 9 weeks ago
  51. eec072b Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 9 weeks ago
  52. 47d67c9 Support the legacy way to define a CRS and "grid to CRS" transform in GeoHEIF files. by Martin Desruisseaux · 9 weeks ago
  53. 63079aa Revert the use of `fillValues` in `Transferer` while keeping the clip. by Martin Desruisseaux · 9 weeks ago
  54. ebcc3ec Fix an `AssertionError` when using `BandedSampleConverter` with a tile size which is not a divisor of the source image size. by Martin Desruisseaux · 9 weeks ago
  55. 6803db7 Put a pattern in background of images for making easier to see where the data is defined. by Martin Desruisseaux · 9 weeks ago
  56. 9bc31b8 Fix a rounding error which sometime caused a border around images in the JavaFX application. by Martin Desruisseaux · 9 weeks ago
  57. d650ed4 Cleanup with one new public method but no other significant code change. by Martin Desruisseaux · 10 weeks ago
  58. 8df5c5e Replace `Semaphores` bitmask by an `EnumSet` for easier debugging and as anticipation for `ScopedValue` in Java 25. by Martin Desruisseaux · 10 weeks ago
  59. c0da944 When a CRS is specified in a netCDF file both as attributes and by WKT, and by Martin Desruisseaux · 2 months ago
  60. e0e5cfd Merge of automatic reorganization of imports order. by Martin Desruisseaux · 10 weeks ago
  61. 93c592d Merge of automatic reorganization of imports order. by Martin Desruisseaux · 10 weeks ago
  62. d75cee3 Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 10 weeks ago
  63. 255bd22 Merge branch 'geoapi-3.1'. Main changes are: by Martin Desruisseaux · 10 weeks ago
  64. 27274f3 Merge branch 'geoapi-4.0' into geoapi-3.1. Some changes are: by Martin Desruisseaux · 10 weeks ago
  65. f139302 When some filters implemented in pure Java are replaced by SQL expressions, by Martin Desruisseaux · 2 months ago
  66. e821e92 Add `FeatureProjectionTest` and fix bugs identified by the tests: by Martin Desruisseaux · 3 months ago
  67. d13c12a Rename TupleArray in Array and NDArray, add support for long indexes, prepare interfaces for multi dimension arrays by jsorel · 3 months ago
  68. 772ea5c When possible, replace Java expressions by SQL functions in the `SELECT` part of the query. by Martin Desruisseaux · 3 months ago
  69. 39309d5 Add aliases for some mathematical functions. by Martin Desruisseaux · 3 months ago
  70. aa29a64 Add support for `IS_NAN`, `IS_FINITE` and `IS_INFINITE` expressions. by Martin Desruisseaux · 3 months ago
  71. d70355d Reintroduce the `GenericName` argument in `MemoryGridCoverageResource`. by Martin Desruisseaux · 3 months ago
  72. b6965b3 Refactor and move `SetOfUnknownSize` and `ListOfUnknownSize`. by Martin Desruisseaux · 3 months ago
  73. 90823cb Refactor `Capabilities` for deferred loading of `FunctionRegistry` and for case-insensitive search of function names. by Martin Desruisseaux · 3 months ago
  74. c4484bf When features are filtered by identifiers, the `ResourceId` should be translated to a SQL `WHERE` clause when possible. by Martin Desruisseaux · 3 months ago
  75. d6a7e59 Better detection of cases when an array of JTS coordinates has no Z or M values. by Martin Desruisseaux · 3 months ago
  76. 9b456eb Reorganize internal packages of filters. by Martin Desruisseaux · 3 months ago
  77. 37c1c6e Support mathematical operations in filters. by Martin Desruisseaux · 3 months ago
  78. 342db9c Register an adapter for redirecting warnings from filter/expression to data store listeners. by Martin Desruisseaux · 3 months ago
  79. 83e7a4c Fix: ST_Transform does nothing when the CRS is declared on the attribute type. by Martin Desruisseaux · 3 months ago
  80. c5bd941 Deprecate for removal the `AbstractFeature.getValueOrFallback(…)` method because by Martin Desruisseaux · 3 months ago
  81. 5338f09 Try to clarify the meaning of the `hidden` argument in `AbstractResource(StoreListeners parentListeners, boolean hidden)`. by Martin Desruisseaux · 3 months ago
  82. a7ca5df Move `MemoryFeatureSet` and `MemoryGridCoverage` to public API, by Martin Desruisseaux · 3 months ago
  83. 2895777 Add more test cases for `GridGeometry.getEnvelope(crs)`. by Martin Desruisseaux · 3 months ago
  84. e2d7874 If a TIFF `DateTime` tag exists, use it as the temporal coordinate of the grid geometry. by Martin Desruisseaux · 4 months ago
  85. d430daa Replace the `LIKE` statement by collation when searching CRS by name. by Martin Desruisseaux · 4 months ago
  86. 85045c9 Javadoc fixes: the {@return} tag has an implicit dot at the end of sentences. by Martin Desruisseaux · 4 months ago
  87. c2160db Remove an OS-specific code, and minor cleanup. by Martin Desruisseaux · 4 months ago
  88. 7d4feee Merge of automatic reorganization of imports order. by Martin Desruisseaux · 4 months ago
  89. bd6a16c Merge of automatic reorganization of imports order. by Martin Desruisseaux · 4 months ago
  90. e2028b1 Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 4 months ago
  91. d5c8e98 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 4 months ago
  92. 5d62fee Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 4 months ago
  93. 19e8496 Move to `TestUtilities` methods closer to where they are used. by Martin Desruisseaux · 4 months ago
  94. 2334c7c Retrofit metadata `Assertions` class into the existing classes. by Martin Desruisseaux · 4 months ago
  95. 3596ff7 Move `TestUtilities` methods that are actually assertions. by Martin Desruisseaux · 4 months ago
  96. a1d8ed9 Make non-optional some tests that are not so slow according JUnit report. by Martin Desruisseaux · 4 months ago
  97. 49cb980 Adjustments in the unit of measurement implementation for alignment with Seshat 1.5. by Martin Desruisseaux · 4 months ago
  98. afe23b6 More test consolidation: reduce the number of assumptions. by Martin Desruisseaux · 4 months ago
  99. e8e4003 Consolidation of tests with resolution of some warnings, by Martin Desruisseaux · 4 months ago
  100. ecf0bfa Merge branch 'geoapi-3.1': removal of deprecated methods. by Martin Desruisseaux · 4 months ago