4
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 10 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'geoapi-3.1': automatic imports reorganization. More... about 22 hours ago
Merge branch 'geoapi-4.0' into geoapi-3.1: automatic reorganization of imports. More... about 22 hours ago
Post-merge cleanup: automatic reorder of commits. More... about 22 hours ago
Merge branch 'geoapi-3.1': reduce usage of `AxisDirection.OTHER` and `VerticalDatumType`. More... about 22 hours ago
Merge 'geoapi-4.0' into geoapi-3.1. More... 1 day ago
Post-merge adjustments in `VerticalDatumTypes`. More... 1 day ago
Merge branch 'geoapi-4.0' into geoapi-3.1: reduce usage of deprecated `AxisDirection.OTHER` and `VerticalDatumType`. More... 4 days ago
ISO 19111 upgrade: VerticalDatumType removed, replaced by RealizationMethod. More... 4 days ago
Avoid usage of the deprecated `AxisDirection.OTHER` code list value. More... 4 days ago
Merge branch 'geoapi-3.1' More... 5 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1: quasi-removal of non-standard `Projection` interface. More... 5 days ago
Update for the removal of the non-standard `org.opengis.referencing.operation.Projection` interface. More... 5 days ago
Merge branch 'geoapi-3.1' https://issues.apache.org/jira/browse/SIS-597 More... 5 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1: removal of non-standard PlanarProjection, ConicProjection and CylindricalProjection interfaces. More... 5 days ago
Change in the type of ProjectedCRS.baseCRS: relaxed from GeographicCRS to GeodeticCRS for conformance to ISO 19111. More... 6 days ago
Remove usage of `PlanarProjection`, `ConicProjection` and `CylindricalProjection` sub-interfaces. More... 6 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... 7 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1, but keep checking for `GeneralDerivedCRS` in `instanceof` checks. More... 7 days ago
Update for the removal of `GeneralDerivedCRS` from GeoAPI 4.0. This is replaced by direct usage of `DerivedCRS`. More... 7 days ago
Add warnings about `GeodeticCRS` type that may be replaced by `GeodeticCRS` type in a future version. More... 7 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... 7 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... 7 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... 7 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... 8 days ago
Update for change in GeoAPI 4.0: deprecated `GeocentricCRS` interface is removed. More... 8 days ago
Merge branch 'geoapi-3.1'. More... 10 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. More... 10 days ago
Minor cleaning for a method which is no longer worth to define. More... 11 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... 11 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... 12 days ago