Messages by Date
-
2025/08/27
(sis-site) branch main updated: Review the instructions for source checkout, trying to make them more reliable.
desruisseaux
-
2025/08/27
(sis) branch geoapi-4.0 updated (37ab42d7bd -> 4e2e756dc1)
desruisseaux
-
2025/08/27
(sis) 02/02: In `IdentifiedObjectFinder`, retrofit the `createFromIdentifiers` and `createFromNames` methods into `getCodeCandidates`. This is needed because the previous algorithm assumed that CRS names were unique, which is not true in EPSG version 12. Also need to make the search for EPSG codes tolerant to the difference between datum and datum ensemble.
desruisseaux
-
2025/08/27
(sis) 01/02: Fix a race condition causing a random test failure.
desruisseaux
-
2025/08/23
(sis) branch geoapi-4.0 updated (e769f55158 -> 37ab42d7bd)
desruisseaux
-
2025/08/23
(sis) 02/02: Allow more consistency checks to pass.
desruisseaux
-
2025/08/22
(sis) 02/02: Improve interoperability between CRS defined with a datum ensemble and CRS defined in the old way, before datum ensembles were introduced.
desruisseaux
-
2025/08/22
(sis) branch geoapi-4.0 updated (08239e9570 -> e769f55158)
desruisseaux
-
2025/08/22
(sis) 01/02: The name of a few map projection parameters changed in EPSG 12. The old names (from EPSG 9) are kept as aliases.
desruisseaux
-
2025/08/21
(sis) branch geoapi-4.0 updated: Fix the extensive tests with EPSG 9.9.1. This commit does not include the fixes for EPSG 12.
desruisseaux
-
2025/08/20
(sis) 01/02: Fix the generation of embedded Derby database containing EPSG data. If the instruction documented in `.../epsg/README.md` are followed, then a build with tests enabled will automatically create the full spatial metadata database ready to deploy.
desruisseaux
-
2025/08/20
(sis) 02/02: Add "World Mercator" and "Pseudo-Mercator" in the set of CRS that are always present. There is a high demand for them, and they are needed for passing some tests anyway.
desruisseaux
-
2025/08/20
(sis) branch geoapi-4.0 updated (b0791bfff2 -> b0f406a181)
desruisseaux
-
2025/08/19
(sis) branch geoapi-4.0 updated: Drop support of the `$SIS_DATA/Databases/ExternalSources` directory. This feature was used mostly for testing purposes, so this change has probably no incidence on users. In the unlikely case where this feature was used by someone in production, it would probably be broken anyway because this feature had an implicit execution of scripts that are impacted by the EPSG upgrade.
desruisseaux
-
2025/08/19
(sis-site) branch main updated: Start to prepare the documentation for SIS 1.5 by modifying texts impacted by the EPSG upgrade.
desruisseaux
-
2025/08/15
(sis) branch main updated (d581822c74 -> 0661f9eaf0)
desruisseaux
-
2025/08/15
(sis) 01/01: Merge branch 'geoapi-3.1'. Contains an upgrade of the EPSG installer for EPSG version 12.
desruisseaux
-
2025/08/15
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains an upgrade of the EPSG database installer for installing EPSG version 12 or later. Contains also miscellaneous bug fixes or improvements in EPSG access and in grid coverages.
desruisseaux
-
2025/08/15
(sis) branch geoapi-3.1 updated (3bb55654d2 -> 236ded5a92)
desruisseaux
-
2025/08/15
(sis) branch geoapi-4.0 updated (1120343831 -> b0b0ae6e7f)
desruisseaux
-
2025/08/15
(sis) 02/02: Add missing accented characters on a few names in the EPSG scripts.
desruisseaux
-
2025/08/15
(sis) 01/02: Modify the SQL statements in `EPSGDataAccess` for expecting the Boolean type. It makes "search and replace" easier.
desruisseaux
-
2025/08/15
svn commit: r1927810 - sis/data/non-free/EPSG
desruisseaux
-
2025/08/14
(sis) branch geoapi-4.0 updated: Bug fix in the handling of enumerated values for EPSG table names.
desruisseaux
-
2025/08/14
(sis) branch geoapi-4.0 updated: Add a helper tools for reducing `VARCHAR` to the minimal required length in EPSG script. This is used only by maintainers during upgrades of the EPSG geodetic dataset.
desruisseaux
-
2025/08/14
svn commit: r1927799 - sis/data/non-free/EPSG
desruisseaux
-
2025/08/14
svn commit: r1927796 - sis/data/non-free/EPSG
desruisseaux
-
2025/08/13
(sis-site) branch main updated: Fix broken links.
desruisseaux
-
2025/08/11
(sis) branch geoapi-4.0 updated (d918d5e6fb -> 87cac26081)
desruisseaux
-
2025/08/11
(sis) 01/02: Add a clip operation in `GridCoverageProcessor` working on grid coordinates.
desruisseaux
-
2025/08/11
(sis) 02/02: `MemoryGridResource.read(…)` should support more than 2 dimensions. Adjust the check for geoid-based realization method.
desruisseaux
-
2025/08/10
(sis) branch geoapi-4.0 updated (7c9b89f905 -> d918d5e6fb)
desruisseaux
-
2025/08/10
(sis) 02/03: Use a consistent naming convention for the tables that are new in EPSG 10+.
desruisseaux
-
2025/08/10
(sis) 03/03: Rename the enumeration types in `EPSG_Prepare.sql` to the final names that they will have in the database. The previous version was using temporary names which were changed on-the-fly during the installation. Finer conversion to `VARCHAR` for databases that do not support enumerations.
desruisseaux
-
2025/08/10
(sis) 01/03: Adjust the check for geoid-based realization method.
desruisseaux
-
2025/08/09
(sis) branch main updated: Make `DynamicReferenceFrame` non-public because it is not yet a committed API.
desruisseaux
-
2025/08/09
(sis) 01/03: Add a `PlanarImage.XY_DIMENSIONS_KEY` property. It contains the dimensions selected by `GridCoverage.render(GridExtent)`.
desruisseaux
-
2025/08/09
(sis) 03/03: `MemoryGridResource.read(…)` should support more than 2 dimensions.
desruisseaux
-
2025/08/09
(sis) branch geoapi-4.0 updated (ed02ddf81f -> 7c9b89f905)
desruisseaux
-
2025/08/09
(sis) 02/03: Add a clip operation in `GridCoverageProcessor` working on grid coordinates.
desruisseaux
-
2025/08/08
(sis) 02/02: Add todo list on tuplearray interface
jsorel
-
2025/08/08
(sis) 01/02: Fix unsupported infinite and nan values in coveragejson
jsorel
-
2025/08/08
(sis) branch geoapi-4.0 updated (e79df9c2d3 -> ed02ddf81f)
jsorel
-
2025/08/05
(sis) 01/01: Merge branch 'geoapi-3.1'. Contains upgrade of `EPSGFactory` for reading EPSG database version 12.
desruisseaux
-
2025/08/05
(sis) branch main updated (39ea192688 -> ba6681f332)
desruisseaux
-
2025/08/05
(sis) branch geoapi-3.1 updated (d8e3bc5a7f -> 3bb55654d2)
desruisseaux
-
2025/08/05
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1:
desruisseaux
-
2025/08/05
(sis) branch geoapi-4.0 updated: Ensure that recursive method calls to `EPSGFactory` reach the same factory instance. Opportunistic documentation fixes.
desruisseaux
-
2025/08/04
(sis) branch geoapi-4.0 updated: Sort coordinate operations by domain of validity in Java code instead of in the SQL query. It makes easier to handle the new way that extent are declared in EPSG version 10+. It also seems to fix a bug in the ordering of coordinate operations.
desruisseaux
-
2025/08/04
(sis) branch geoapi-4.0 updated: `SampleDimension` implements `IdentifiedType`. It gives us a common parent interface between `FeatureType` and `SampleDimension`.
desruisseaux
-
2025/08/03
(sis) branch geoapi-4.0 updated: Resole the problem documented in the `TODO` comment of `GridDerivation`: When a wraparound may happen, the computation of envelope unions need to be done between compatible envelopes (computed with the same wraparound shift).
desruisseaux
-
2025/08/01
(sis) branch geoapi-4.0 updated: Make possible to invoke `GridDerivation.subgrid(GridGeometry)` with an Area Of Interest having less dimensions that the base, even if the extra dimensions are not a slice.
desruisseaux
-
2025/07/31
(sis) branch geoapi-4.0 updated: Try to be more robust to the GDAL convention in netcDF file. This convention uses a "GeoTransform" attribute instead of coordinate axes defined by variables. A difficulty is that this attribute is often 2D even when the variables have more dimensions.
desruisseaux
-
2025/07/31
(sis) branch geoapi-4.0 updated (e678bb2111 -> 56fb08e575)
desruisseaux
-
2025/07/31
(sis) 01/01: Fix a bug introduced 5 commits ago in the fix of Deflate compression of TIFF image.
desruisseaux
-
2025/07/31
(sis) branch geoapi-4.0 updated: Fix a bug introduced 4 commits ago in the fix of Deflate compression of TIFF image.
desruisseaux
-
2025/07/30
(sis) branch geoapi-4.0 updated (1cad082c6e -> 237effe84d)
desruisseaux
-
2025/07/30
(sis) 01/02: Keep only one constructor for the `MemoryGridResource` internal class. Since this is an internal class, we can change later if not convenient. Having only one constructor make easier to see in the source codes that use this class that an information is not provided.
desruisseaux
-
2025/07/30
(sis) branch geoapi-4.0 updated: Add resource identifier parameter on MemoryGridResource
jsorel
-
2025/07/29
(sis) branch geoapi-4.0 updated: Remove the filling of Bursa-Wolf parameters in geodetic datum created from the EPSG database. Bursa-Wolf parameters were attached for compatibility with Well-Known Text (WKT) version 1. Since WKT 2 is now more widespread, since there is no benefit to attach these parameters compared to using the EPSG database when searching for coordinate operations, and since the current SQL queries do not work anymore with EPSG version 10+ (because AREA_OF_USE_CODE is always null), it is not worth to fix [...]
desruisseaux
-
2025/07/28
(sis) branch geoapi-4.0 updated: Make possible to write a raster with a `BandedSampleModel` where the data are stored in a single bank.
desruisseaux
-
2025/07/28
(sis) 02/02: Make the GeoTIFF writer more robust to malformed rasters.
desruisseaux
-
2025/07/28
(sis) branch geoapi-4.0 updated (6326b1db77 -> 7799cafa4a)
desruisseaux
-
2025/07/28
(sis) 01/02: Rename a internal method which had a confusing name. Also fix a spelling error.
desruisseaux
-
2025/07/27
(sis) branch geoapi-4.0 updated: Support the vertical and temporal components of extents declared in EPSG version 10+.
desruisseaux
-
2025/07/25
(sis) branch geoapi-4.0 updated: The `SCOPE_CODE` and `EXTENT_CODE` columns in the "Datum" and "Coordinate Reference System" tables of version 10+ of the EPSG database are replaced by the "Usage" intersection table. Apache SIS continues to check the old columns for compatibility with pre-existing installations of the EPSG dataset.
desruisseaux
-
2025/07/25
(sis) branch geoapi-4.0 updated: Add CurvePolygon geometry type interface
jsorel
-
2025/07/24
(sis) branch geoapi-4.0 updated (5b8757c47e -> f36aa98eee)
desruisseaux
-
2025/07/24
(sis) 04/04: More robust analysis of the EPSG schema in use. For example, the check for missing columns is repeated for each column instead of testing a sentinel value and assuming the same result for all. This analysis is done only once when opening a connection to the EPSG database.
desruisseaux
-
2025/07/24
(sis) 01/04: Support the `REALIZATION_METHOD_CODE` column of the "Datum" table of EPSG version 10+.
desruisseaux
-
2025/07/24
(sis) 02/04: Support the ANCHOR_EPOCH and FRAME_REFERENCE_EPOCH columns of the "Datum" table in EPSG version 10+.
desruisseaux
-
2025/07/24
(sis) 03/04: Support the `CONVENTIONAL_RS_CODE` column of the "Datum" table of EPSG version 10+.
desruisseaux
-
2025/07/23
(sis) branch geoapi-4.0 updated (57c0ccde4a -> 5b8757c47e)
desruisseaux
-
2025/07/23
(sis) 02/02: Partial update of the EPSG geodetic dataset from version 9.9.1 to version 12.013. The "source_geogcrs_code" column is renamed "base_crs_code", but a compatibility mode is kept if the previous name is detected.
desruisseaux
-
2025/07/23
(sis) 01/02: Documentation a fix.
desruisseaux
-
2025/07/22
(sis) branch geoapi-4.0 updated: Start geometry wrapper classes for incubator geometry api
jsorel
-
2025/07/21
(sis) 02/02: Fix a spelling error: "casted" → "cast".
desruisseaux
-
2025/07/21
(sis) branch geoapi-4.0 updated (2225f00d04 -> 2fe5e23c6a)
desruisseaux
-
2025/07/21
(sis) 01/02: Corrections in the documentation about automatic reorganization of imports.
desruisseaux
-
2025/07/21
(sis) branch main updated (a5507ba075 -> 39ea192688)
desruisseaux
-
2025/07/21
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2025/07/21
(sis) 01/01: Merge of automatic reorganization of imports order.
desruisseaux
-
2025/07/21
(sis) branch geoapi-3.1 updated (343f672ec6 -> d8e3bc5a7f)
desruisseaux
-
2025/07/21
(sis) branch main updated (42a3d15915 -> a5507ba075)
desruisseaux
-
2025/07/21
(sis) branch geoapi-3.1 updated (ae75ef285f -> 343f672ec6)
desruisseaux
-
2025/07/21
(sis) 01/01: Add implementation for deprecated GeoAPI 3.1 methods that have been removed in GeoAPI 4.0.
desruisseaux
-
2025/07/21
(sis) branch geoapi-3.1 updated: Add implementation for deprecated GeoAPI 3.1 methods that have been removed in GeoAPI 4.0.
desruisseaux
-
2025/07/21
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains work in preparation to upgrade of the EPSG database and improvement in the handling of CRS of geometries of features.
desruisseaux
-
2025/07/21
(sis) branch geoapi-3.1 updated (cb32b1b2f0 -> 88c4efc2c7)
desruisseaux
-
2025/07/21
(sis) branch geoapi-4.0 updated: Documentation fixes.
desruisseaux
-
2025/07/18
(sis) branch geoapi-4.0 updated: Adjust the default sample dimensions created by the GeoTIFF reader. If a "no data" category is added, then a "data" category should also be added.
desruisseaux
-
2025/07/18
(sis) branch geoapi-4.0 updated: Fix the case of GeoTIFF files not read correctly when the image is untiled but the tile is unnecessary large (larger than the actual image).
desruisseaux
-
2025/07/17
(sis) branch geoapi-4.0 updated: Fix the error message when a datum shift grid file has not been found. Opportunistic minor code formatting.
desruisseaux
-
2025/07/16
(sis) 02/02: If `Feature` property contains a geometry without CRS, fallback on the CRS defined in the `FeatureType`.
desruisseaux
-
2025/07/16
(sis) branch geoapi-4.0 updated (16c01f5cdf -> 5fb125cf40)
desruisseaux
-
2025/07/16
(sis) 01/02: Add `getCharacteristicValue(…)` for making possible to ask for a characteristic without forcing the creation of a `Property` instance in the common case where the characteristic does not exist.
desruisseaux
-
2025/07/11
(sis) branch geoapi-4.0 updated: Add a mechanism for letting `MetadataStandard` know that the `Datum` interface implemented by `DefaultDatumEnsemble` should be ignored.
desruisseaux
-
2025/07/10
(sis) branch geoapi-4.0 updated: Add CRS declaration in shapefile geometry user data
jsorel
-
2025/07/10
(sis) branch geoapi-4.0 updated: Tuple interface do not inherit DirecPosition anymore
jsorel
-
2025/07/07
(sis) branch geoapi-4.0 updated: Add geometry classes and reference from OGC Features and Geometries JSON draft
jsorel
-
2025/07/03
(sis) 01/02: `MissingFactoryResourceException` needs to be propagated when a NADCON file is not found. NTv2 was okay, but nevertheless apply the same pattern to other grid formats for safety.
desruisseaux
-
2025/07/03
(sis) branch geoapi-4.0 updated (540ea55fa4 -> f4aee41bc4)
desruisseaux
-
2025/07/03
(sis) branch 1.4.1 updated: chore(Build): add gradle wrapper configuration
desruisseaux
-
2025/07/03
(sis) branch 1.4.1 updated: `MissingFactoryResourceException` needs to be propagated when a NADCON file is not found. NTv2 was okay, but nevertheless apply the same pattern to other grid formats for safety.
desruisseaux
-
2025/07/02
(sis) 04/05: Make the build compatible with Java 22. https://issues.apache.org/jira/browse/SIS-602
desruisseaux
-
2025/07/02
(sis) 02/05: Make the code more SecurityException-proof. This commit does not introduce new dependency since the Apache SIS code already had some `catch (SecurityException)` statements. While the security manager is removed in Java 24, SIS can run on Java 11 and some softwares are still running in security-constrained environments. This commit will be reverted when Apache SIS will require Java 24, or when the `SecurityException` class will be deprecated.
desruisseaux
-
2025/07/02
(sis) 05/05: Remove a test that fail. The test is about the command-line application and may be an issue with the environment (which EPSG database is available). The issue is better addressed on the main branch (1.5-SNAPSHOT).
desruisseaux
-
2025/07/02
(sis) 01/05: Set version number to 1.4.1-SNAPSHOT.
desruisseaux
-
2025/07/02
(sis) branch 1.4.1 created (now a777ede83b)
desruisseaux
-
2025/07/02
(sis) 03/05: Add a public `Configuration.shutdown()` method.
desruisseaux
-
2025/07/01
(sis) branch geoapi-4.0 updated: fix(Referencing): prevent NPE on complex crs conversion analysis
amanin
-
2025/07/01
(sis) branch geoapi-4.0 updated: Hide default geometry implementations in a privy package, add geometry factory class as replacement
jsorel
-
2025/06/30
(sis) 01/04: Fix documentation relative to EPSG in the `README` files and in Javadoc of installation script providers. Some sentences where from the days when the EPSG optional modules were on the SVN source code repository.
desruisseaux
-
2025/06/30
(sis) 03/04: Replace the MS-Access SQL dialect by ANSI SQL in EPSG factory. For example, use "Datum" instead of [Datum] in hard-coded queries (before this commit, [Datum] was replaced by "Datum" at runtime).
desruisseaux
-
2025/06/30
(sis) branch geoapi-4.0 updated (ad6153efb4 -> 6e7b9ad37e)
desruisseaux
-
2025/06/30
(sis) 02/04: Write catalog name in a way more compliant with what the database driver expects. Omit the catalog name and/or schema name when they are the current catalog/schema.
desruisseaux
-
2025/06/30
(sis) 04/04: Add enumeration values for new tables and new types introduced in EPSG 10. Update the documentation about the new tables.
desruisseaux
-
2025/06/30
(sis) 01/01: Minor editions to new matrix methods:
desruisseaux
-
2025/06/30
(sis) branch geoapi-4.0 updated (0dc0e3f417 -> ad6153efb4)
desruisseaux
-
2025/06/30
(sis) branch geoapi-4.0 updated: Formatting, documentaton and consolidation of argument check.
desruisseaux
-
2025/06/30
(sis) branch geoapi-4.0 updated: Refactor matrix classes between sis referencing Matrix and the new geometry module matrix classes
jsorel
-
2025/06/30
(sis) branch geoapi-4.0 updated: Fix a code of `TransformSeparator` where the accurracy of matrix elements could be lost.
desruisseaux
-
2025/06/25
(sis) 03/03: Remove the call to `PGSimpleDataSource.setCurrentSchema(String)` as it does not work anymore with PostgreSQL 16. https://github.com/pgjdbc/pgjdbc/issues/3685
desruisseaux
-
2025/06/25
(sis) 01/02: Rename `getLogRecord` as `createLogRecord` (internal method).
desruisseaux
-
2025/06/24
(sis) branch main updated (95d808c404 -> 42a3d15915)
desruisseaux
-
2025/06/24
(sis) 01/01: Merge branch 'geoapi-3.1', excluding the `org.apache.sis.geometry` module (incubator). That geometry module depends on GeoAPI interfaces that are not released (and may not). A review of the geometry module is necessary before it can be merged to the main branch.
desruisseaux
-
2025/06/24
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the introduction of a "geometries" experimental module - this is not committed API.
desruisseaux
-
2025/06/24
(sis) branch geoapi-3.1 updated (3abad8c520 -> cb32b1b2f0)
desruisseaux
-
2025/06/24
(sis) 02/02: Rely less on `CommonCRS` and more on `HardCodedCRS` in JUnit tests, for making them less sensitive to whether an EPSG database is present.
desruisseaux
-
2025/06/24
(sis) branch geoapi-4.0 updated (e0a62e0a05 -> 9f73d3edf5)
desruisseaux
-
2025/06/24
(sis) 02/03: Documentation fixes.
desruisseaux
-
2025/06/24
(sis) branch geoapi-4.0 updated (1f863a3c4f -> e0a62e0a05)
desruisseaux
-
2025/06/24
(sis) 01/03: Upgrade some dependencies.
desruisseaux
-
2025/06/22
(sis) branch geoapi-4.0 updated: Be more conservative when analyzing the matrix for pass-through coordinates during the concatenation of two `MathTransform` instances.
desruisseaux
-
2025/06/20
(sis) 02/04: Better error message saying why a `LinearInterpolator1D` cannot be inverted.
desruisseaux
-
2025/06/20
(sis) branch geoapi-4.0 updated (b1ab7de505 -> 652680e4d7)
desruisseaux
-
2025/06/20
(sis) 03/04: Fix a `NonInvertibleTransformException` in calls to `GridGeometry.createTransformTo(…)` when the number of dimensions is not the same in source and target and some dimensions are non-linear.
desruisseaux
-
2025/06/20
(sis) 01/04: Review of the changes in the endorsed part of Apache SIS regarding geometries. Replaced the parameterization of `ensureWinding(…)` by method overloading for avoiding unsafe casts.
desruisseaux
-
2025/06/12
(sis) 02/02: Implement ExportableTransform for EllipsoidToRadiusTransform
jsorel
-
2025/06/12
(sis) 01/02: Add ExportableTransform interface
jsorel
-
2025/06/12
(sis) branch feat/exportableTransform updated (cb366ebe13 -> 9386f8fe78)
jsorel
-
2025/06/11
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2025/06/11
(sis) branch main updated (3d377745a9 -> 95d808c404)
desruisseaux
-
2025/06/11
(sis) branch feat/exportableTransform created (now cb366ebe13)
jsorel
-
2025/06/11
(sis) branch feat/exportableTransform deleted (was eaae1fe01c)
jsorel
-
2025/06/11
(sis) 01/01: Add ExportableTransform interface
jsorel
-
2025/06/11
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains support for conversion from geographic to spherical coordinates without going through Cartesian coordinates, and improvements in `SQLStore` with projections (in SQL sense) of properties that are links (e.g. "sis:identifier").
desruisseaux
-
2025/06/11
(sis) branch geoapi-3.1 updated (ffa96dbde4 -> 3abad8c520)
desruisseaux
-
2025/06/11
(sis) branch feat/exportableTransform created (now eaae1fe01c)
jsorel
-
2025/06/11
(sis) 01/01: Add ExportableTransform interface
jsorel
-
2025/06/10
(sis) branch feat/ogr deleted (was afbaafb4f9)
jsorel
-
2025/06/10
(sis) branch geoapi-4.0 updated (f416e5744b -> b1ab7de505)
jsorel
-
2025/06/10
(sis) 01/02: Create an initially empty geometry module.
jsorel
-
2025/06/08
(sis) branch geoapi-4.0 updated: Refactor the `CoordinateOperationFinder.createOperationStep(GeodeticCRS source, GeodeticCRS target)` method for adding a "spherical to ellipsoidal" step (or its inverse) when needed, including addition of radius coordinate ("spherical 2D to 3D").
desruisseaux
-
2025/06/01
(sis) branch geoapi-4.0 updated: Find a coordinate operation path between two CRS when a step requires a change from spherical coordinates to geodetic coordinates. Note: when the spherical coordinates are two-dimensional, current version assumes a radius of zero, which is incorrect. The missing radius problem will be adressed in a separated commit.
desruisseaux
-
2025/05/29
svn commit: r1925964 - in /sis/analysis/Geographic to spherical: ./ Derivatives.txt Derivatives.wxmx Simplify.xml
desruisseaux
-
2025/05/29
(sis) branch geoapi-4.0 updated: Add a conversion from geographic to spherical coordinates. https://issues.apache.org/jira/browse/SIS-302
desruisseaux
-
2025/05/26
(sis) branch feat/geometry deleted (was f48d2d32b1)
jsorel
-
2025/05/24
(sis) 01/02: Documentation fix: "did not specified" → "did not specify".
desruisseaux
-
2025/05/24
(sis) 02/02: Remove `FeatureCatalogBuilder`, which was not really used.
desruisseaux
-
2025/05/24
(sis) branch geoapi-4.0 updated (3a5fcfaa4a -> 94597927c0)
desruisseaux
-
2025/05/24
(sis) branch geoapi-4.0 updated: Generalize the update of properties of operations to all kinds of `AbstractOperation` instead of only links. This is a generalization of the previous commit ("recreate the result types of the links if they changed"). The intent is to the CRS characteristic updated not only for links, but also for the envelope operation.
desruisseaux
-
2025/05/22
(sis) branch geoapi-4.0 updated: When a `FeatureQuery` contains a projection (in SQL sense), and if some properties in the projection are links, recreate the result types of the links if they changed.
desruisseaux
-
2025/05/21
(sis) 02/02: Missing EOF detection when using HTTP ranges or S3.
desruisseaux
-
2025/05/21
(sis) 01/02: Clarification in required dependencies.
desruisseaux
-
2025/05/21
(sis) branch geoapi-4.0 updated (305ae17810 -> 906fcdf516)
desruisseaux
-
2025/05/21
(sis) 01/01: Merge branch 'geoapi-3.1'. Contains improvements in: `SQLStore`, ShapeFile (incubator), conversions from AWT shapes to JTS, partial DuckDB support, and use of HTTP ranges in GeoHEIF.
desruisseaux
-
2025/05/21
(sis) branch main updated (ac4ad3f36a -> 3d377745a9)
desruisseaux
-
2025/05/19
(sis) branch geoapi-3.1 updated (3e609d464e -> ffa96dbde4)
desruisseaux
-
2025/05/19
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains improvements in `SQLStore`.
desruisseaux
-
2025/05/18
(sis) 01/01: Add image to polygon area algorithm
desruisseaux
-
2025/05/18
(sis) branch feat/image2polygon updated (caf730f09f -> c199c7e63f)
desruisseaux
-
2025/05/18
(sis) 01/01: Improve AWT to JTS conversion logic.
desruisseaux
-
2025/05/18
(sis) branch geoapi-4.0 updated (d169152a6e -> 305ae17810)
desruisseaux
-
2025/05/18
(sis) branch geoapi-4.0 updated: Improve AWT to JTS conversion logic.
desruisseaux
-
2025/05/17
(sis) branch geoapi-4.0 updated: Move flexibility for configuring the builder wrapped by `FeatureProjectionBuilder.Item`. More conservative check of whether the FeatureType is different than the source.
desruisseaux
-
2025/05/14
(sis) branch geoapi-4.0 updated: Add a test for the new support of "sis:identifier" in FeatureQuery.
desruisseaux
-
2025/05/13
(sis) 03/04: Add a `PropertyTypeBuilder.replaceBy(…)` method.
desruisseaux
-
2025/05/13
(sis) 02/04: Add a `Features.getLinkTargets(PropertyType)` method in complement to `getLinkTarget(PropertyType)` method (plural versus singular). Bug fix in `SQLStore` where foreigner keys in queries were followed in the wrong directions (foreigner keys in tables were okay). Minor simplification in exception handling of `DeferredStream` and minor javadoc editions.
desruisseaux
-
2025/05/13
(sis) 01/04: More reliable determination of the path to the metadata file used for opening a Landsat store. Opportunistic minor editions.
desruisseaux
-
2025/05/13
(sis) branch geoapi-4.0 updated (12d68ec5d1 -> 0db3b21989)
desruisseaux
-
2025/05/06
(sis) branch geoapi-4.0 updated: Resolve shapefile sibling files without going trought parent path which may be null
jsorel
-
2025/04/30
(sis) branch geoapi-4.0 updated: Implement getFileSet() on landsat resources
jsorel
-
2025/04/25
(sis) 01/02: Simplify the default implementation of `getContentPath()`. Add `@since 1.5` Javadoc tag and adjust `{@link}` versus `{@linkplain}`. Minor editions to the Javadoc sentences and a bit of formatting (one sentence per line).
desruisseaux
-
2025/04/25
(sis) branch geoapi-4.0 updated (aefe5d2936 -> 90aaa358f1)
desruisseaux
-
2025/04/25
(sis) 02/02: Clarification about the circumstances when `guessCRS` may be invoked.
desruisseaux
-
2025/04/24
(sis) branch geoapi-4.0 updated: Add getContentPath() method on Tile to allow access to the raw tile content without opening a resource
jsorel
-
2025/04/24
(sis) 01/02: Improve AWT to JTS conversion logic
jsorel
-
2025/04/24
(sis) branch feat/image2polygon updated (5d7e5f99e6 -> caf730f09f)
jsorel
-
2025/04/24
(sis) 02/02: Add image to polygon area algorithm
jsorel
-
2025/04/23
(sis) branch geoapi-4.0 updated: Add a fallback for trying to guess the SRID when the table of a column is unknown. This is a workaround for incomplete JDBC drivers (in this case, DuckDB 1.2.2.0).
desruisseaux
-
2025/04/22
(sis) branch geoapi-4.0 updated: Add explicit `ST_AsBinary` or `ST_AsText` functions when requesting a geometry.
desruisseaux
-
2025/04/17
(sis) branch feat/image2polygon updated: Fix AWT Shape to JTS Geometry adding unwanted NaN Z values
jsorel
-
2025/04/16
(sis) 04/04: Change Predicate<Double> to DoublePredicate, add test for ImageProcessor.areas
jsorel
-
2025/04/16
(sis) 01/04: Improve AWT to JTS conversion logic
jsorel
-
2025/04/16
(sis) 02/04: Add image to polygon area algorithm
jsorel
-
2025/04/16
(sis) 03/04: Rework ImageProcessor areas operation, use Predicate and DoubleToIntFunction to classify points
jsorel
-
2025/04/16
(sis) branch feat/image2polygon updated (151d4d885f -> e9c53951a4)
jsorel
-
2025/04/11
(sis) 03/04: Workaround for limitations observed in DuckDB 1.2.1: - Ignore the catalog name when the database is DuckDB. - Do not add SRID argument in geometries because not supported.
desruisseaux
-
2025/04/11
(sis) 04/04: Remove the hack for DuckDB 1.2.1 since it has been fixed in DuckDB 1.2.2.0. Document DuckDB 1.2.2.0 as the minimal version required by Apache SIS.
desruisseaux