4
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'geoapi-3.1' More... 1 day ago
Merge branch 'geoapi-4.0' into geoapi-3.1: quasi-removal of non-standard `Projection` interface. More... 1 day ago
Update for the removal of the non-standard `org.opengis.referencing.operation.Projection` interface. More... 2 days ago
Merge branch 'geoapi-3.1' https://issues.apache.org/jira/browse/SIS-597 More... 2 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1: removal of non-standard PlanarProjection, ConicProjection and CylindricalProjection interfaces. More... 2 days ago
Change in the type of ProjectedCRS.baseCRS: relaxed from GeographicCRS to GeodeticCRS for conformance to ISO 19111. More... 3 days ago
Remove usage of `PlanarProjection`, `ConicProjection` and `CylindricalProjection` sub-interfaces. More... 3 days ago
Merge branch 'geoapi-3.1', but without the assumption that `ProjectedCRS` extends `DerivedCRS`. IT means that `GeneralDerivedCRS` needs to be used more often than on the `geoapi-3.1` branch. More... 4 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1, but keep checking for `GeneralDerivedCRS` in `instanceof` checks. More... 4 days ago
Update for the removal of `GeneralDerivedCRS` from GeoAPI 4.0. This is replaced by direct usage of `DerivedCRS`. More... 4 days ago
Add warnings about `GeodeticCRS` type that may be replaced by `GeodeticCRS` type in a future version. More... 4 days ago
Temporarily use "2.0" as the version number for methods that are deprecated in the `geoapi-3.1` branch but not yet on main. More... 4 days ago
Merge branch 'geoapi-3.1': reduce usage of `GeocentricCRS`, to be deprecated in GeoAPI 3.1. This merge skips the replacement of `createGeocentricCRS(…)` by `createGeodeticCRS(…)` because the GeoAPI 3.0 factory interfaces does not have the latter methods. More... 4 days ago
Use the SIS-specific `DefaultGeocentricCRS` class in one place where we removed the `GeocentricCRS` interface. This is needed for avoiding an ambiguity when searching codes in an EPSG database. More... 4 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1, but keep implementing the `GeocentricCRS` interface even if deprecated. However with this commit, the code now avoids to depend on that interface. More... 5 days ago
Update for change in GeoAPI 4.0: deprecated `GeocentricCRS` interface is removed. More... 5 days ago
Merge branch 'geoapi-3.1'. More... 7 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. More... 7 days ago
Minor cleaning for a method which is no longer worth to define. More... 8 days ago
As a consequence of the change in previous commit, remove the SIS-specific "dim" parameter in Geographic/Geocentric conversions. That parameter was not part of OGC standard neither in EPSG database. It was a hack needed by SIS as a way to specify the desired number of dimensions, but this hack is no longer needed now. More... 8 days ago
Upgrade for the removal of `OperationMethod.getSourceDimensions()` and `getTargetDimensions()` methods from GeoAPI. This change implies the removal of `AbstractProvider.redimension(int, int)` method from Apache SIS internal API, which is a major simplification but requires that we specify the desired source/target dimensions in another way. This is done by adding a `MathTransformProvider.Context` interface. More... 9 days ago
Merge branch 'geoapi-3.1'. More... 11 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. More... 11 days ago
Add a safety for parsing a CRS code as an HTTP URL when using the fallback factory. It seems necessary for the tests on the Jenkins server. The reason why the code doesn't go through `MultiAuthoritiesFactory` on the Jenkins server is unknown (we cannot reproduce this test failure locally). More... 11 days ago
Post-merge cleanup: edit documentation, remove unnecessary `@SuppressWarnings`. More... 11 days ago
Merge branch 'geoapi-3.1': automatic post-merge import reorganization. More... 11 days ago
Post-merge automatic import reorganization. More... 11 days ago
Post-merge automatic import reorganization. More... 11 days ago
Merge branch 'geoapi-3.1'. More... 11 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. This merge avoid deprecated `getScope()` and `getDomainOfValidity()` methods. Those methods are replaced by `getDomains()`. More... 11 days ago