Messages by Date
-
2026/03/05
(sis) branch geoapi-4.0 updated: feat(Geometry): add scene animation classes
jsorel
-
2026/03/05
(sis) branch geoapi-4.0 updated: feat(Geometry): math Matrix extends geoapi Matrix, cleaning Similarity classes
jsorel
-
2026/02/26
(sis) branch geoapi-4.0 updated (8d27cdfb79 -> c425e58d03)
desruisseaux
-
2026/02/26
(sis) 02/02: Fix formatting of resolution in TileMatrixSet.
desruisseaux
-
2026/02/26
(sis) 01/02: Fix an `IndexOutOfBoundsException`.
desruisseaux
-
2026/02/26
(sis) 03/03: chore(Geometry): regroup geometry operations (Delaunay,GreedyInsert,EarClipping,TextureAtlas) in the operation package
jsorel
-
2026/02/26
(sis) 02/03: feat(Geometry): merge geometry interfaces defined in different sections of ISO-19107
jsorel
-
2026/02/26
(sis) branch geoapi-4.0 updated (f7fc74b400 -> 8d27cdfb79)
jsorel
-
2026/02/26
(sis) 01/03: doc(Geometry): document scene sampler
jsorel
-
2026/02/25
(sis) branch geoapi-4.0 updated: Reuse the code of `TileMatrixSet.toString()` in the JavaFX widget. It produces a table easier to read.
desruisseaux
-
2026/02/25
(sis) branch geoapi-4.0 updated: feat(Geometry): add scene model as geometry aggregation tree
jsorel
-
2026/02/25
(sis) branch geoapi-4.0 updated: feat(Geometry): implement Java array factory builder, factorize array code, prepare FFM array factory classes
jsorel
-
2026/02/24
(sis) branch geoapi-4.0 updated: Replace the raw text in the "Tiling" pane by a `TableView`.
desruisseaux
-
2026/02/24
(sis) branch geoapi-4.0 updated: Adjust the handling of `Locale` in `TiledGridCoverage`. Add a check of whether a `ComputedImage` tile is in error.
desruisseaux
-
2026/02/23
(sis) branch geoapi-4.0 updated: Implement `ImagePyramid.toString()` for easier debugging. Use that string representation for now in the widget.
desruisseaux
-
2026/02/23
(sis) branch geoapi-4.0 updated: feat(JavaFx): add a simple tile matrix set panel in CoverageExplorer
jsorel
-
2026/02/22
(sis) branch geoapi-4.0 updated: Retrofit the pyramid system of the GeoTIFF reader into the pyramid system of `TileMatrixSet`.
desruisseaux
-
2026/02/22
(sis) 01/02: Finer-grain detection of when the `CoordinateOperation` can be cached for a pair of CRS. In particular, we now detect the case when the Area Of Interest (AOI) has not been used. It covers a lot of cases, in particular map projections from grid geometry to target CRS.
desruisseaux
-
2026/02/22
(sis) branch geoapi-4.0 updated (bfedee8a7b -> 40d832298a)
desruisseaux
-
2026/02/22
(sis) 01/01: Finer-grain detection of when the `CoordinateOperation` can be cached for a pair of CRS. In particular, we now detect the case when the Area Of Interest (AOI) has not been used. It covers a lot of cases, in particular map projections from grid geometry to target CRS.
desruisseaux
-
2026/02/22
(sis) branch geoapi-4.0 updated (40d832298a -> de19b988f9)
desruisseaux
-
2026/02/22
(sis) 02/02: squash
desruisseaux
-
2026/02/21
(sis) branch geoapi-4.0 updated: Delegate to `WritablePixelIterator` the work of setting sample values from `IntBinaryOperator`.
desruisseaux
-
2026/02/21
(sis) branch geoapi-4.0 updated: Provide a better error message when an image cannot be rendered because of an invalid "grid to CRS" transform.
desruisseaux
-
2026/02/20
(sis) branch geoapi-4.0 updated: Make the test more stable by avoiding a dependency to the EPSG database which may or may not be present.
desruisseaux
-
2026/02/20
(sis) branch geoapi-4.0 updated: Add a verification of the "untiled.tiff" image created for testing purposes in the previous commit.
desruisseaux
-
2026/02/20
(sis) 02/02: Initial implementation of the `TileMatrixSet` interface. Tests are still superficial for now.
desruisseaux
-
2026/02/20
(sis) branch geoapi-4.0 updated (f2101a867d -> 4d1a8092ea)
desruisseaux
-
2026/02/20
(sis) 01/02: Renamed `TiledGridResource` as `TiledGridCoverageResource`.
desruisseaux
-
2026/02/19
(sis) branch geoapi-4.0 updated: Rework the way that native libraries are loaded for avoiding to destroy the same library many times when the library was loaded from a filename. This is needed for avoiding a JVM crash if the `GDALStoreProvider(Path)` constructor was invoked many times with the same path.
desruisseaux
-
2026/02/19
(sis) branch geoapi-4.0 updated: feat(Math): add Similarity transform interface and Similarity3D
jsorel
-
2026/02/18
(sis) branch geoapi-4.0 updated: feat(NetCDF): improve moving features read performances, fix moving feature time property single value for features which are not trajectories
jsorel
-
2026/02/18
(sis) branch geoapi-4.0 updated: fix(NetCDF): fix dimension mismatch between geometry coordinates and it's declared CRS
jsorel
-
2026/02/16
(sis) branch geoapi-4.0 updated: fix(Geometry): fix mesh primitive normal array larger then needed
jsorel
-
2026/02/13
(sis) 03/03: Adjust the API for future implementation of `TileMatrixSet`: - Simpler `TiledGridResource.read(…)` method to override. - Replace `ReshapedImage` constructors by static methods.
desruisseaux
-
2026/02/13
(sis) 01/03: Move `TiledGridResource` and `TiledGridCoverage` to public API.
desruisseaux
-
2026/02/13
(sis) branch geoapi-4.0 updated (db9b5d4b64 -> 5431859977)
desruisseaux
-
2026/02/13
(sis) 02/03: Replace `X_DIMENSION` and `Y_DIMENSION` constant by configurable fields. The intend it to reduce the risk of breaking API compatibility in future evolutions.
desruisseaux
-
2026/02/11
(sis) branch geoapi-4.0 updated: feat(Geometry): prepare ArrayFactory interface to support Java or FFM allocation
jsorel
-
2026/02/11
(sis) 01/02: Safety against a possible integer overflow. Safety against precision loss.
desruisseaux
-
2026/02/11
(sis) branch geoapi-4.0 updated (363c87b822 -> 9cb97c64c3)
desruisseaux
-
2026/02/11
(sis) 02/02: Add a `GridExtent.reshape(long[])` method and use that for simplifying some code. Minor opportunistic reformating.
desruisseaux
-
2026/02/11
(sis-site) 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2026/02/11
(sis-site) branch asf-site updated (9531cc03 -> b13d76e9)
desruisseaux
-
2026/02/11
(sis-site) branch asf-staging updated: Update links to download files.
desruisseaux
-
2026/02/11
(sis-site) branch main updated: Update links to download files.
desruisseaux
-
2026/02/05
(sis) branch main updated (95477cf094 -> 8ef62b01f5)
desruisseaux
-
2026/02/05
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2026/02/05
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2026/02/05
(sis) branch geoapi-3.1 updated (da07d96a90 -> 8c45b25f06)
desruisseaux
-
2026/02/05
(sis) branch geoapi-4.0 updated: Adjustment in warning or error messages produced by the GIMI reader.
desruisseaux
-
2026/02/05
(sis) 01/03: Add documentation and test in `DefaultEvaluator` in attempt to identify the cause of a random JUnit test failure during parallel execution.
desruisseaux
-
2026/02/05
(sis) branch geoapi-4.0 updated (3e7afe4085 -> 8d49b3b445)
desruisseaux
-
2026/02/05
(sis) 03/03: Fix GDAL support on MacOS by using `System.mapLibraryName(String)`. Opportunistic documentation fixes and simplification.
desruisseaux
-
2026/02/05
(sis) 02/03: Fix some documentation about `NumberType`.
desruisseaux
-
2026/02/03
(sis-site) 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2026/02/03
(sis-site) branch asf-site updated (b71fc9ff -> 9531cc03)
desruisseaux
-
2026/02/03
(sis-site) branch asf-staging updated: Replace `closer.cgi` by `closer.lua`. Add a missing item in release notes.
desruisseaux
-
2026/02/03
(sis-site) branch main updated: Add a missing item in release notes.
desruisseaux
-
2026/02/03
(sis-site) branch main updated: Replace `closer.cgi` by `closer.lua`. Also send announcement emails to `geospatial` list.
desruisseaux
-
2026/02/03
svn commit: r82270 - release/sis/1.5
desruisseaux
-
2026/02/03
(sis) branch geoapi-4.0 updated: Remove deprecated methods after release.
desruisseaux
-
2026/02/02
(sis) branch main updated: Upgrade version number: missed an occurrence.
desruisseaux
-
2026/02/02
(sis) branch main updated: Upgrade version number to `1.7-SNAPSHOT` for next development cycle.
desruisseaux
-
2026/01/30
(sis-site) branch asf-site updated (044b43ee -> b71fc9ff)
desruisseaux
-
2026/01/30
(sis-site) 01/01: Merge branch 'asf-staging' into asf-site for SIS 1.6 release.
desruisseaux
-
2026/01/30
(sis-site) branch asf-staging updated: Regenerate the web site with EPSG version numbers added.
desruisseaux
-
2026/01/30
(sis-site) branch main updated: Add versions of EPSG geodetic dataset in release notes.
desruisseaux
-
2026/01/30
(sis) tag 1.6 created (now e9a35f0942)
desruisseaux
-
2026/01/30
(sis) 02/02: Set version number to 1.6.
desruisseaux
-
2026/01/30
svn commit: r82211 - dev/sis/1.6
desruisseaux
-
2026/01/30
svn commit: r82210 - dev/sis/1.6/RC1 release/sis/1.6
desruisseaux
-
2026/01/27
(sis-site) branch main updated: Prepare documentation for the release.
desruisseaux
-
2026/01/27
svn commit: r82134 - in dev/sis/1.6: . RC1
desruisseaux
-
2026/01/27
(sis) 01/01: Merge branch 'geoapi-3.1': prepare for release of SIS 1.6.
desruisseaux
-
2026/01/27
(sis) branch main updated (f2c7698343 -> 80c1cdc896)
desruisseaux
-
2026/01/27
(sis) branch geoapi-4.0 updated: Set version number and the EPSG geodetic dataset URL to expected values after release.
desruisseaux
-
2026/01/27
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: prepare for SIS 1.6 release.
desruisseaux
-
2026/01/27
(sis) branch geoapi-3.1 updated (e447260eea -> da07d96a90)
desruisseaux
-
2026/01/27
svn commit: r1931572 - sis/release-test/maven
desruisseaux
-
2026/01/26
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2026/01/26
(sis) branch main updated (f034daa245 -> f2c7698343)
desruisseaux
-
2026/01/26
(sis) branch geoapi-3.1 updated (af22957697 -> e447260eea)
desruisseaux
-
2026/01/26
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2026/01/26
(sis) branch geoapi-4.0 updated: Post-merge automatic reorganization of imports order.
desruisseaux
-
2026/01/26
(sis) branch main updated (e336ffb266 -> f034daa245)
desruisseaux
-
2026/01/26
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2026/01/26
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: - Optimization of the handling of `java.time` in filters. - Improve separation of math transform when wraparound step is present.
desruisseaux
-
2026/01/26
(sis) branch geoapi-3.1 updated (e0d696a63a -> af22957697)
desruisseaux
-
2026/01/26
(sis) branch geoapi-4.0 updated: Update instructions about EPSG upgrade.
desruisseaux
-
2026/01/26
(sis-site) branch main updated: Update the definition of operation methods following EPSG upgrade.
desruisseaux
-
2026/01/26
(sis) 01/02: Convert literal values in advance when possible.
desruisseaux
-
2026/01/26
(sis) branch geoapi-4.0 updated (9f766a14c9 -> 4065171388)
desruisseaux
-
2026/01/26
(sis) 02/02: Add a note about a work to do in `PassThroughTransform`.
desruisseaux
-
2026/01/26
svn commit: r1931546 - sis/data/non-free/EPSG
desruisseaux
-
2026/01/26
(sis) branch geoapi-4.0 updated: Consolidation of the conversion of temporal objects before comparison. It fixes a `NullPointerException` when there is no converter available.
desruisseaux
-
2026/01/25
(sis) branch geoapi-4.0 updated: Refactor `TimeMethods` with more support of conversions of `java.time` objects to compare. Add in `TemporalFilter` an optimization for temporal objects similar to the optimization already done for numerical objects.
desruisseaux
-
2026/01/25
(sis) branch geoapi-4.0 updated (4aef90224e -> d6f35024a6)
desruisseaux
-
2026/01/25
(sis) 01/02: Move `ArithmeticFunctionTest` to the correct package. Reuse existing `ScopedName` in `ArithmeticFunction`. Documentation fixes.
desruisseaux
-
2026/01/25
(sis) 02/02: Simplify `ComparisonFilter` by delegating to `TimeMethods` when the operands are temporal. It will also enable optimization in future commits.
desruisseaux
-
2026/01/24
(sis) branch geoapi-4.0 updated: Bug fixes in the reduction of dimensions of a wraparound transforms. Improve the coverage of the JUnit test.
desruisseaux
-
2026/01/23
(sis) branch geoapi-4.0 updated: Initial fix of the reduction in the number of dimensions of `WraparoundTransform`. This is needed for allowing `TransformSeparator` to work on it.
desruisseaux
-
2026/01/22
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2026/01/22
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: * Refactoring of arithmetic operations in filters. * New API for multi-dimensional coordinate operations.
desruisseaux
-
2026/01/22
(sis) branch main updated (52d55b27ea -> e336ffb266)
desruisseaux
-
2026/01/22
(sis) branch geoapi-3.1 updated (a2c13a9421 -> e0d696a63a)
desruisseaux
-
2026/01/22
(sis-site) branch asf-site updated (fe1aca15 -> 044b43ee)
desruisseaux
-
2026/01/22
(sis-site) 01/01: Merge branch 'asf-staging' into asf-site: copyright year update and minor additions in the documentation.
desruisseaux
-
2026/01/22
(sis-site) branch asf-staging updated: Fix highlight on the "Home" page.
desruisseaux
-
2026/01/22
(sis-site) branch main updated: Fix highlight on the "Home" page.
desruisseaux
-
2026/01/22
(sis-site) branch asf-staging updated: Regenerage the web site. Contains editions about EPSG, GDAL and matrix operations, changes of copyright year, changes in the layout generated by the Hugo software.
desruisseaux
-
2026/01/22
(sis-site) 02/02: Fix the link to the "How to" page, following changes in Hugo-generated layout.
desruisseaux
-
2026/01/22
(sis-site) 01/02: Add instructions about how to ask user's permission for downloading EPSG data.
desruisseaux
-
2026/01/22
(sis-site) branch main updated (81c51ce8 -> 44b03235)
desruisseaux
-
2026/01/22
(sis) branch geoapi-4.0 updated: Improve documentations. There is no significant code change except an adjustment of logging level.
desruisseaux
-
2026/01/21
(sis) branch geoapi-4.0 updated: Rename `GridDerivation.selectDimensions(Predicate)` as `selectAxes(int...)`.
desruisseaux
-
2026/01/20
(sis) branch geoapi-4.0 updated: Refactor the code for filtering the dimensions of a CRS.
desruisseaux
-
2026/01/09
(sis) branch geoapi-4.0 updated: Add a `GridDerivation.project(Predicate)` method for filtering the CRS axes of a grid geometry.
desruisseaux
-
2026/01/09
(sis) 01/02: Replace the `-e` option by the more portable `-f` option in `readlink`.
desruisseaux
-
2026/01/09
(sis) 02/02: Add a tolerance factor in `TranslatedTransform`. Fix a missing computation of inverse transform.
desruisseaux
-
2026/01/09
(sis) branch geoapi-4.0 updated (1c135038b1 -> 30bf8f0c40)
desruisseaux
-
2026/01/08
(sis) branch geoapi-4.0 updated: Make `DefaultEvaluator` more robust to the case where the `gridToCRS` transform has a scale factor of NaN.
desruisseaux
-
2026/01/08
(sis-site) branch main updated: Add note about NaN in matrix operations, calendar used by java.time, enabling tests with EPSG database, and optional usage of GDAL.
desruisseaux
-
2026/01/07
(sis) branch geoapi-4.0 updated: Fix to avoid decorating DisjointExtentException and CannotEvaluateException in TiledGridCoverage.render()
jsorel
-
2026/01/06
(sis) 01/03: Fix wrong value of `ArithmeticFunction.getResultClass()`. Minor code formatting (spaces).
desruisseaux
-
2026/01/06
(sis) 02/03: Remove the `USE_FMA` internal flag. Was always on for last years.
desruisseaux
-
2026/01/06
(sis) branch geoapi-4.0 updated (eebcfeeaab -> 846d83107f)
desruisseaux
-
2026/01/06
(sis) 03/03: When transforming a 0 coordinate, we need to get the origin even if the scale factor is NaN.
desruisseaux
-
2026/01/05
(sis) branch geoapi-4.0 updated: Refactor `org.apache.sis.filter.ArithmeticFunction` for skipping the verifications of operand types when those types are known in advance.
desruisseaux
-
2025/12/30
(sis) branch main updated (4532837aa7 -> 52d55b27ea)
desruisseaux
-
2025/12/30
(sis) branch geoapi-3.1 updated (eec072bb3f -> a2c13a9421)
desruisseaux
-
2025/12/30
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1:
desruisseaux
-
2025/12/29
(sis) 03/03: Add dynamic optimization which will optimize a filter or expression when the feature type become known. It handles the case where a stream of feature instances may provide many different feature types.
desruisseaux
-
2025/12/29
(sis) branch geoapi-4.0 updated (911f726b34 -> 781fc115d0)
desruisseaux
-
2025/12/29
(sis) 01/03: Fill the `fixed` attribute on @Workaround annotation for RFE #4093999 in Sun's bug database ("Relax constraint on placement of this()/super() call in constructors"). This is resolved in Java 25 with flexible constructors.
desruisseaux
-
2025/12/29
(sis) 02/03: When optimizing a query for a `FeatureType`, need to take in account that subtypes may exist. It forces us to consider all possible sub-types if they are known, or be conservative otherwise.
desruisseaux
-
2025/12/19
(sis) 02/02: Add a `CheckedContainer.getMutability()` method.
desruisseaux
-
2025/12/19
(sis) 01/02: Avoid spurious errors with XML configuration. This commit does not resolve the problems, it only hides them for now.
desruisseaux
-
2025/12/19
(sis) branch geoapi-4.0 updated (50721b3016 -> 89be530257)
desruisseaux
-
2025/12/17
(sis) branch geoapi-4.0 updated: Upgrade UCAR dependency.
desruisseaux
-
2025/12/16
(sis) branch geoapi-4.0 updated: Cleanup `XMLInputFactory` usages. Set `ACCESS_EXTERNAL_DTD` property to a value that exclude the "file" protocol.
desruisseaux
-
2025/12/12
(sis) branch geoapi-4.0 updated: Bug fix in `DefaultEvaluator` when a point has more dimensions than the coverage CRS. Fix image bounding box check in `GridCoverage2D.apply(DirectPosition)`. Improve error message in case of points outside the coverage domain.
desruisseaux
-
2025/12/11
(sis) 02/02: Add a `stream(Collection<DirectPosition>)` method in the `GridCoverage.Evaluator` interface. Refactor `DefaultEvaluator` implementation for creating a `Spliterator` for each subsequence of points on the same slice and same tile.
desruisseaux
-
2025/12/11
(sis) 01/02: Move the `GridCoverage2D.BIDIMENSIONAL` constant for more sharing. Minor documentation updates and code formatting.
desruisseaux
-
2025/12/11
(sis) branch geoapi-4.0 updated (d0900317cd -> c2f143b493)
desruisseaux
-
2025/12/11
(sis) branch geoapi-4.0 updated: fix(Shapefile): use ISO-8559-1 when parsing prj file
jsorel
-
2025/12/02
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2025/12/02
(sis) branch main updated (e0e5cfd750 -> 4532837aa7)
desruisseaux
-
2025/12/02
(sis) branch geoapi-3.1 updated (93c592d047 -> eec072bb3f)
desruisseaux
-
2025/12/02
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains bug fixes in netCDF, GeoTIFF and JavaFX application.
desruisseaux
-
2025/12/02
(sis) 01/02: Revert the use of `fillValues` in `Transferer` while keeping the clip. Add an explanation about why the fill values was not necessary.
desruisseaux
-
2025/12/02
(sis) 02/02: Support the legacy way to define a CRS and "grid to CRS" transform in GeoHEIF files. This legacy encoding should not be used anymore, but some data are still using it.
desruisseaux
-
2025/12/02
(sis) branch geoapi-4.0 updated (ebcc3ec698 -> 47d67c936c)
desruisseaux
-
2025/12/02
(sis) branch geoapi-4.0 updated: Fix an `AssertionError` when using `BandedSampleConverter` with a tile size which is not a divisor of the source image size.
desruisseaux
-
2025/12/01
(sis) branch geoapi-4.0 updated: Put a pattern in background of images for making easier to see where the data is defined.
desruisseaux
-
2025/12/01
(sis) branch geoapi-4.0 updated: Fix a rounding error which sometime caused a border around images in the JavaFX application. Keep a null color model when the grid coverage categories define only a single NaN value. Javadoc and formatting.
desruisseaux
-
2025/11/28
(sis) branch geoapi-4.0 updated (c0da944894 -> d650ed458d)
desruisseaux
-
2025/11/28
(sis) 01/02: Replace `Semaphores` bitmask by an `EnumSet` for easier debugging and as anticipation for `ScopedValue` in Java 25. Add a new enumeration value for temporarily disable warnings during the use of EPSG codes that are known to be deprecated.
desruisseaux
-
2025/11/28
(sis) 02/02: Cleanup with one new public method but no other significant code change.
desruisseaux
-
2025/11/27
(sis) branch geoapi-4.0 updated: When a CRS is specified in a netCDF file both as attributes and by WKT, and when the attributes do not specify object names, get the names from the WKT.
desruisseaux
-
2025/11/27
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2025/11/27
(sis) branch main updated (255bd22df2 -> e0e5cfd750)
desruisseaux
-
2025/11/27
(sis) branch geoapi-3.1 updated (27274f37b1 -> 93c592d047)
desruisseaux
-
2025/11/27
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2025/11/27
(sis) branch geoapi-4.0 updated: Post-merge automatic reorganization of imports order.
desruisseaux
-
2025/11/26
(sis) branch main updated (7d4feeea52 -> 255bd22df2)
desruisseaux
-
2025/11/26
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Some changes are:
desruisseaux
-
2025/11/26
(sis) branch geoapi-3.1 updated (bd6a16c7b8 -> 27274f37b1)
desruisseaux
-
2025/11/21
(sis) branch geoapi-4.0 updated: When some filters implemented in pure Java are replaced by SQL expressions, remove the properties of `typeWithDependencies` that are not longer needed. It can reduce the number of columns requested in the `SELECT` statement.
desruisseaux
-
2025/11/19
(sis) branch geoapi-4.0 updated: Add `FeatureProjectionTest` and fix bugs identified by the tests:
desruisseaux
-
2025/11/07
(sis) 01/03: Add support for `IS_NAN`, `IS_FINITE` and `IS_INFINITE` expressions. Continuation of https://issues.apache.org/jira/browse/SIS-622
desruisseaux
-
2025/11/07
(sis) 02/03: Add aliases for some mathematical functions. For example, `CEIL` also known as `CEILING`. Note that this commit add the aliases in the Java code only. It does not check which spelling the database actually use.
desruisseaux
-
2025/11/07
(sis) 03/03: When possible, replace Java expressions by SQL functions in the `SELECT` part of the query. Before this commit, such replacements were done in the `WHERE` part only.
desruisseaux
-
2025/11/07
(sis) branch geoapi-4.0 updated (d70355df3b -> 772ea5c3fa)
desruisseaux
-
2025/11/03
(sis) branch geoapi-4.0 updated: Reintroduce the `GenericName` argument in `MemoryGridCoverageResource`.
desruisseaux
-
2025/11/01
(sis) branch geoapi-4.0 updated: Refactor and move `SetOfUnknownSize` and `ListOfUnknownSize`. This is not that much because they are useful to users (while they may be), but rather for reducing the number of classes that are closely related but still spread in many packages. Those two classes have been stable for a reasonable amount of time and their API is relatively well defined.
desruisseaux
-
2025/10/31
(sis) branch geoapi-4.0 updated: Refactor `Capabilities` for deferred loading of `FunctionRegistry` and for case-insensitive search of function names.
desruisseaux
-
2025/10/30
(sis) 02/03: Better detection of cases when an array of JTS coordinates has no Z or M values.
desruisseaux
-
2025/10/30
(sis) 01/03: Reorganize internal packages of filters.
desruisseaux
-
2025/10/30
(sis) 03/03: When features are filtered by identifiers, the `ResourceId` should be translated to a SQL `WHERE` clause when possible.
desruisseaux
-
2025/10/30
(sis) branch geoapi-4.0 updated (37c1c6ef59 -> c4484bf53d)
desruisseaux
-
2025/10/29
(sis) branch geoapi-4.0 updated: Support mathematical operations in filters. https://issues.apache.org/jira/browse/SIS-622
desruisseaux
-
2025/10/29
(sis) branch geoapi-4.0 updated: Register an adapter for redirecting warnings from filter/expression to data store listeners.
desruisseaux
-
2025/10/28
(sis) branch geoapi-4.0 updated: Fix: ST_Transform does nothing when the CRS is declared on the attribute type. https://issues.apache.org/jira/browse/SIS-621
desruisseaux
-
2025/10/28
(sis) branch geoapi-4.0 updated: Deprecate for removal the `AbstractFeature.getValueOrFallback(…)` method because experience suggests that it encourages bugs in user's codes that stay unnoticed. That method can be replaced by the new `FeatureType.hasProperty(String)` method. However, that latter method is actually not needed often.
desruisseaux
-
2025/10/27
(sis) branch geoapi-4.0 updated: Try to clarify the meaning of the `hidden` argument in `AbstractResource(StoreListeners parentListeners, boolean hidden)`.
desruisseaux
-
2025/10/24
(sis) 02/02: Move `MemoryFeatureSet` and `MemoryGridCoverage` to public API, after improvement in their API for consistency with each other.
desruisseaux
-
2025/10/24
(sis) 01/02: Add more test cases for `GridGeometry.getEnvelope(crs)`.
desruisseaux
-
2025/10/24
(sis) branch geoapi-4.0 updated (e2d7874240 -> a7ca5df178)
desruisseaux
-
2025/10/18
(sis) 04/04: Remove accidental leftover in comments.
desruisseaux
-
2025/10/18
(sis-site) branch main updated: Fix the command-line examples.
desruisseaux
-
2025/10/18
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2025/10/18
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is a consolidation of test code with no significant change in main code.
desruisseaux
-
2025/10/18
(sis-site) branch asf-staging updated: Last adjustments before SIS 1.5 release.
desruisseaux
-
2025/10/18
(sis-site) branch main updated: Adjust the release date and add a note about GDAL support.
desruisseaux
-
2025/10/18
(sis) branch geoapi-3.1 updated (5d62feec97 -> bd6a16c7b8)
desruisseaux
-
2025/10/18
(sis) 01/02: Remove an OS-specific code, and minor cleanup.
desruisseaux
-
2025/10/18
(sis) 01/02: Retrofit metadata `Assertions` class into the existing classes.
desruisseaux
-
2025/10/18
(sis) 03/04: Omit the accented letters in CRS names for this release. Doing that would require that we define collation in databases. It will be reconsidered in a future Apache SIS release.
desruisseaux
-
2025/10/18
svn commit: r79815 - release/sis/1.3
desruisseaux