Messages by Thread
-
(sis) branch geoapi-3.1 updated (d68a898653 -> 3a2127e98a)
desruisseaux
-
(sis) branch geoapi-4.0 updated (9c13d9f4f6 -> 1a246afc55)
desruisseaux
-
(sis) branch main updated (237edefa4c -> 9c3e588d3c)
desruisseaux
-
(sis) branch geoapi-3.1 updated (eb43834def -> d68a898653)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Removal of deprecated methods. - MathTransformFactory.createParameterizedTransform — replaced by builder. - CoordinateOperationFactory.createOperation(sourceCRS, targetCRS) — replaced by RegisterOperations.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Cleanup, including removal of an unused method and methods where the default implementation is okay.
desruisseaux
-
(sis) branch geoapi-4.0 updated (f1e6e58241 -> c3bbe954d8)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix an error message (wrong resource used).
desruisseaux
-
(sis) branch main updated (975aed6c18 -> 237edefa4c)
desruisseaux
-
(sis) branch geoapi-3.1 updated (1930d30455 -> eb43834def)
desruisseaux
-
(sis) branch geoapi-4.0 updated (c00f0421df -> 973019be6b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Deprecate `DefaultMathTransformFactory.createParameterizedTransform(ParameterValueGroup, Context)`. This is replaced by a builder.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add an implementation of `RegisterOperations` (a new interface added in ISO 19111:2019).
desruisseaux
-
(sis) branch geoapi-4.0 updated (6011e9f39f -> 114689a6d6)
jsorel
-
(sis) branch main updated (86b20ccbda -> 975aed6c18)
desruisseaux
-
(sis) branch geoapi-3.1 updated (b22144ecf8 -> 1930d30455)
desruisseaux
-
(sis-site) branch asf-site updated (d9e86421 -> 3da99470)
desruisseaux
-
(sis-site) branch asf-staging updated: Fix DOAP syntax (port of pull request #3) https://issues.apache.org/jira/browse/INFRA-25892
desruisseaux
-
(sis-site) branch main updated (066cfb0b -> 373b0d3e)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f358804252 -> b22144ecf8)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Consolidation in the way to get or create `OperationMethod`: - No longer specify the number of dimensions in constructor. - Search of predefined instance based only on `MathTransformFactory`, using a convenience method added in `ReferencingFactoryContainer`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: `ControlledVocabulary.identifier()` become optional. This change helped to see potential NullPointerException.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix shapefile DBF field parsing, tolerate character patterns as missing number values
jsorel
-
(sis) branch main updated (bb9d125402 -> 86b20ccbda)
desruisseaux
-
(sis) branch geoapi-3.1 updated (e9dd6d1621 -> f358804252)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Delegate `AxisDirections.opposite(…)` to the GeoAPI method.
desruisseaux
-
(sis) branch geoapi-4.0 updated (e520c8b28d -> 0edda0c161)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Formatting and bug fix in the setting of the buffer limit and the use of the Geopackage SRID.
desruisseaux
-
(sis) branch geoapi-4.0 updated (c1c5e12061 -> e50aa45469)
jsorel
-
(sis) branch geoapi-4.0 updated: Allow the association of GML identifiers to temporal object. It requires making temporal objects lenient comparable.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix shapefile index offset and length in incorrect unit
jsorel
-
(sis) branch geoapi-4.0 updated (90c0f789d7 -> 06a582ccd0)
desruisseaux
-
(sis) branch geoapi-4.0 updated (f2faacb692 -> 90c0f789d7)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Reintroduce `org.opengis.temporal.Instant` from ISO 19108, because this is not the same thing as `java.time.Instant` despite the name. Regroup all temporal objects in an `org.apache.sis.temporal` package, not exported for now.
desruisseaux
-
(sis) branch main updated (d4690f7f41 -> bb9d125402)
desruisseaux
-
(sis) branch geoapi-3.1 updated (06e105fa45 -> e9dd6d1621)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge import reorganization.
desruisseaux
-
(sis) branch main updated (6e63051a6f -> d4690f7f41)
desruisseaux
-
(sis) branch geoapi-3.1 updated (51124b9153 -> 06e105fa45)
desruisseaux
-
(sis) branch geoapi-4.0 updated: More replacements of `java.util.Date` by `java.time` in metadata.
desruisseaux
-
(sis) branch main updated (c1009799e7 -> 6e63051a6f)
desruisseaux
-
(sis) branch geoapi-3.1 updated (269d8e9759 -> 51124b9153)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Replace call to `LocalDate.parse(String)` by `LocalDate.of(year, month, day)` in tests.
desruisseaux
-
(sis) branch geoapi-4.0 updated: More dynamic and more efficient comparisons of temporal values depending on their type. This is required by the change of period beginning/ending times to `Temporal`. This work duplicates work already done in `ComparisonFilter`, but the latter will need to be refactored in order to delegate to the new temporal filters.
desruisseaux
-
(sis) branch main updated (485bf63bb3 -> c1009799e7)
desruisseaux
-
(sis) branch geoapi-3.1 updated (5dab0950ea -> 269d8e9759)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Introduce a `java.util.Date` subclass as a wrapper around a `Temporal` for situation where we have to mix legacy date API with new time API. Opportunistically move time constants to the `Constants` class.
desruisseaux
-
(sis) branch main updated (6027cd3d71 -> 485bf63bb3)
desruisseaux
-
(sis) branch geoapi-3.1 updated (715d2bf6ff -> 5dab0950ea)
desruisseaux
-
(sis) branch geoapi-4.0 updated: `PixelInCell` code list has been removed from ISO 19111:2019. Replaced by an enumeration in `org.opengis.coverage.grid`.
desruisseaux
-
(sis) branch geoapi-4.0 updated (9638dbbb64 -> a0eac41e9c)
desruisseaux
-
(sis) branch main updated (c49c79d2c5 -> 6027cd3d71)
desruisseaux
-
(sis) branch geoapi-3.1 updated (ecb7e5eb33 -> 715d2bf6ff)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge imports reorganization.
desruisseaux
-
(sis) branch geoapi-3.1 updated (9c83ff49c1 -> ecb7e5eb33)
desruisseaux
-
(sis) branch geoapi-4.0 updated (70549aeb3a -> 9e0e1fb26b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: `TM_Primitive` shall show the period or the instant, but not both.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for a change in GeoAPI-conformance module: WKT tests moved.
desruisseaux
-
(sis) branch geoapi-3.1 updated: Revert the change in `CoordinateOperation.getOperationMethod()` because that method was present in GeoAPI 3.
desruisseaux
-
(sis) branch main updated (6e795b173e -> c49c79d2c5)
desruisseaux
-
(sis) branch geoapi-3.1 updated (75f06b5712 -> 01b0b23c5b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for a change in GeoAPI. The following methods were made optional:
desruisseaux
-
(sis) branch main updated (670856df6a -> 6e795b173e)
desruisseaux
-
(sis) branch geoapi-3.1 updated (adb5e5fd85 -> 75f06b5712)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Make `AbstractConverter` public and add an `Units.logarithm(Unit)` method. The intend is to make easier for users to define their own "decibel watt" unit.
desruisseaux
-
(sis) branch geoapi-4.0 updated (021b5413be -> e0fe9c0bac)
desruisseaux
-
(sis) branch main updated (a95eaf7f5a -> 670856df6a)
desruisseaux
-
(sis) branch geoapi-3.1 updated (ea550df01a -> adb5e5fd85)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Automatic imports reorganization for taking in account the differences between the branches.
desruisseaux
-
(sis) branch main updated (aad6819d0b -> a95eaf7f5a)
desruisseaux
-
(sis) branch geoapi-3.1 updated (b0a78e75af -> ea550df01a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove usage of `org.opengis.temporal.TemporalFactory`. The latter was related to ISO 19108, which has not been updated since 2002, overlaps with `java.time`, overlaps with ISO 19111 and may overlap with the ongoing work in OGC temporal working group.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove dependency to `org.opengis.temporal.Instant`, replaced by `java.time.Instant`. https://github.com/opengeospatial/geoapi/issues/79
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for ISO 19108 interfaces and methods removed from GeoAPI-pending.
desruisseaux
-
(sis) branch geoapi-4.0 updated (a65df89e7f -> 24277ad9f9)
desruisseaux
-
(sis) branch main updated (dadfde5d17 -> aad6819d0b)
desruisseaux
-
(sis) branch geoapi-3.1 updated (12371196a0 -> b0a78e75af)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add Robinson projection. https://issues.apache.org/jira/browse/SIS-599
desruisseaux
-
(sis) branch geoapi-4.0 updated: Replace "http://geotiff.maptools.org/proj_list/" links by "https://gdal.org/proj_list/".
desruisseaux
-
(sis) branch geoapi-4.0 updated (11975baa18 -> 013a20ae66)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add "Longitude of natural origin" EPSG parameter name to `Sinusoidal` and `Mollweide.CENTRAL_MERIDIAN` because some WKT definitions appear to use it. Add missing declaration for `EquidistantCylindrical` projection in the workaround for applications that do not use module-path.
desruisseaux
-
(sis) branch geoapi-4.0 updated (eeb214ce1a -> 97ad5ebac8)
desruisseaux
-
(sis) branch geoapi-4.0 updated (7574429b2d -> eeb214ce1a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix documentation that became innacurate after the improvement done in previous commit.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Increase the maximum number of coefficients that we can compute for Clenshaw summation. This is a generator of generator of code. Needed for "Equidistant Cylindrical" projection because the number of coefficients exceed the previous limit (which was 6).
desruisseaux
-
(sis) branch geoapi-4.0 updated (db9cbe5b13 -> 011426fc99)
desruisseaux
-
(sis) branch geoapi-4.0 updated: More extensive documentation on the new `getMetadata()` methods. Provide default implementation using the information provided by existing methods.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add getMetadata method on Tile,TileMatrix,TileMatrixSet
jsorel
-
(sis) branch geoapi-4.0 updated: Provide more context in the internal `createMapProjection(…)` method. This is needed when the projection needs to delegate to another method. This change replaces `NormalizedProjection.delegate(…)`.
desruisseaux
-
(sis) branch main updated (428919e44a -> dadfde5d17)
desruisseaux
-
(sis) branch geoapi-3.1 updated (ff6542a3f7 -> 12371196a0)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge cleanup: automatic reorder of commits.
desruisseaux
-
(sis) branch main updated (1483fcf71b -> 428919e44a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge adjustments in `VerticalDatumTypes`.
desruisseaux
-
(sis) branch geoapi-3.1 updated (43241772b6 -> ff6542a3f7)
desruisseaux
-
(sis) branch geoapi-3.1 updated (74a6061f9e -> 43241772b6)
desruisseaux
-
(sis) branch geoapi-4.0 updated: ISO 19111 upgrade: VerticalDatumType removed, replaced by RealizationMethod.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Avoid usage of the deprecated `AxisDirection.OTHER` code list value.
desruisseaux
-
(sis) branch main updated (66a5fa5253 -> 1483fcf71b)
desruisseaux
-
(sis) branch geoapi-3.1 updated (883dfe7e9b -> 74a6061f9e)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for the removal of the non-standard `org.opengis.referencing.operation.Projection` interface.
desruisseaux
-
(sis) branch main updated (161a5fe3c8 -> 66a5fa5253)
desruisseaux
-
(sis) branch geoapi-3.1 updated (20ded9bfa1 -> 883dfe7e9b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Change in the type of ProjectedCRS.baseCRS: relaxed from GeographicCRS to GeodeticCRS for conformance to ISO 19111.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove usage of `PlanarProjection`, `ConicProjection` and `CylindricalProjection` sub-interfaces.
desruisseaux
-
(sis) branch main updated (00b4a72d2f -> 161a5fe3c8)
desruisseaux
-
(sis) branch geoapi-3.1 updated (d9303f1d7d -> 20ded9bfa1)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for the removal of `GeneralDerivedCRS` from GeoAPI 4.0. This is replaced by direct usage of `DerivedCRS`.
desruisseaux
-
(sis) branch geoapi-3.1 updated: Temporarily use "2.0" as the version number for methods that are deprecated in the `geoapi-3.1` branch but not yet on main.
desruisseaux
-
(sis) branch geoapi-4.0 updated: 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.
desruisseaux
-
(sis) branch main updated (2c90ee97ab -> 00b4a72d2f)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f0d4a254e4 -> 798a145e1e)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for change in GeoAPI 4.0: deprecated `GeocentricCRS` interface is removed.
desruisseaux
-
(sis) branch main updated (d98b7a3e07 -> 2c90ee97ab)
desruisseaux