You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated (bd56303 -> 0701a79) - posted by de...@apache.org on 2021/09/01 16:30:13 UTC, 0 replies.
- [sis] 01/03: Use enumeration and `EnumMap` instead of masks for managing the bands. - posted by de...@apache.org on 2021/09/01 16:30:14 UTC, 0 replies.
- [sis] 02/03: Add a `StoreMetadata.isLowPriority` boolean for testing a provider last. This is used when a provider is too generic and we want to allow more specialized providers to be tested first. - posted by de...@apache.org on 2021/09/01 16:30:15 UTC, 0 replies.
- [sis] 03/03: Allow Landsat file to be opened from its directory, without requerying to point specifically to the metadata file. Cleanup in Landsat metadata builder and the JavaFX metadata summary. - posted by de...@apache.org on 2021/09/01 16:30:16 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0701a79 -> d89277b) - posted by de...@apache.org on 2021/09/03 16:52:27 UTC, 0 replies.
- [sis] 01/05: Document better the purpose of the "parent" list of listeners. - posted by de...@apache.org on 2021/09/03 16:52:28 UTC, 0 replies.
- [sis] 02/05: Revisit the way GeoTIFF metadata are built: - Group more information on an image-by-image basis. - Build `DataStore` metadata by merging images metadata. - posted by de...@apache.org on 2021/09/03 16:52:29 UTC, 0 replies.
- [sis] 03/05: Landsat data store use GeoTIFF data store for providing components. - posted by de...@apache.org on 2021/09/03 16:52:30 UTC, 0 replies.
- [sis] 04/05: Bug fix: the temporary buffer for data decompression must use the same byte order than the direct buffer used for reading data. - posted by de...@apache.org on 2021/09/03 16:52:31 UTC, 0 replies.
- [sis] 05/05: Rename `isLowPriority` as `yieldPriority`. - posted by de...@apache.org on 2021/09/03 16:52:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d89277b -> 8e62803) - posted by de...@apache.org on 2021/09/05 21:11:30 UTC, 0 replies.
- [sis] 01/03: Replace the undocumented hack by a documented extension mechanism. Remove the Numerics.isUnsignedInteger(…) method since it was not used elsewhere. - posted by de...@apache.org on 2021/09/05 21:11:31 UTC, 0 replies.
- [sis] 02/03: Replace `SchemaModifier` interface by `SQLStore.customize(…)` protected method for consistency with the approach applied in `GeoTiffStore`. - posted by de...@apache.org on 2021/09/05 21:11:32 UTC, 0 replies.
- [sis] 03/03: `RecoloredImage` works with `IndexColorModel` in addition of gray scale. - posted by de...@apache.org on 2021/09/05 21:11:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8e62803 -> 38a389d) - posted by de...@apache.org on 2021/09/06 17:16:38 UTC, 0 replies.
- [sis] 01/03: Modify (again) the way schema is customized, reverting back to an interface but specifying it with `OptionKey` instead than by the provider. The interface is kept in internal package for now, waiting to gain more experience with its use before to move (with changes) in public API. - posted by de...@apache.org on 2021/09/06 17:16:39 UTC, 0 replies.
- [sis] 02/03: Use an interface for customizing GeoTIFF metadata instead than protected methods (same change than for sql-store). Use that interface in `LandsatStore`. Contains a transfer function change from "radiance" to "reflectance". - posted by de...@apache.org on 2021/09/06 17:16:40 UTC, 0 replies.
- [sis] 03/03: Rename Landsat implementation classes, add localization, group bands in Reflective/Panchromatic/Thermal groups. - posted by de...@apache.org on 2021/09/06 17:16:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (38a389d -> f32bc87) - posted by de...@apache.org on 2021/09/06 17:17:27 UTC, 0 replies.
- [sis] 01/01: Rename Landsat implementation classes, add localization, group bands in Reflective/Panchromatic/Thermal groups. - posted by de...@apache.org on 2021/09/06 17:17:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f32bc87 -> 7b885ef) - posted by de...@apache.org on 2021/09/07 16:51:12 UTC, 0 replies.
- [sis] 01/03: Add a comment about future work. - posted by de...@apache.org on 2021/09/07 16:51:13 UTC, 0 replies.
- [sis] 02/03: Throws exception in case of invalid property values in `ImageProcessor.recolor(…)` method instead of silently ignoring. - posted by de...@apache.org on 2021/09/07 16:51:14 UTC, 0 replies.
- [sis] 03/03: Move and refactor `FeatureComparator` in a test package. - posted by de...@apache.org on 2021/09/07 16:51:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (7b885ef -> bc2b551) - posted by de...@apache.org on 2021/09/08 16:39:48 UTC, 0 replies.
- [sis] 01/09: Update links to TIFF/GeoTIFF specifications. - posted by de...@apache.org on 2021/09/08 16:39:49 UTC, 0 replies.
- [sis] 02/09: Rename `SpatialFunction` as `BinarySpatialFilter`. - posted by de...@apache.org on 2021/09/08 16:39:50 UTC, 0 replies.
- [sis] 03/09: Rename `DefaultLike` as `LikeFilter`. - posted by de...@apache.org on 2021/09/08 16:39:51 UTC, 0 replies.
- [sis] 04/09: Rename `LogicalFunction` as `LogicalFilter`. - posted by de...@apache.org on 2021/09/08 16:39:52 UTC, 0 replies.
- [sis] 05/09: Rename `TemporalFunction` as `TemporalFilter`. - posted by de...@apache.org on 2021/09/08 16:39:53 UTC, 0 replies.
- [sis] 06/09: Rename `ComparisonFunction` as `ComparisonFilter`. - posted by de...@apache.org on 2021/09/08 16:39:54 UTC, 0 replies.
- [sis] 07/09: Rename `FilterByIdentifier` as `IdentifierFilter`. - posted by de...@apache.org on 2021/09/08 16:39:55 UTC, 0 replies.
- [sis] 08/09: Rename `DefaultSortBy` as `DefaultSortProperty`. - posted by de...@apache.org on 2021/09/08 16:39:56 UTC, 0 replies.
- [sis] 09/09: Update for change in GeoAPI: parameterize `SortBy` and `SortProperty`. Use `SortBy` instead of `SortProperty[]` where appropriate. - posted by de...@apache.org on 2021/09/08 16:39:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (bc2b551 -> fa65ecf) - posted by de...@apache.org on 2021/09/09 14:11:25 UTC, 0 replies.
- [sis] 01/03: Generalize `SortByComparator`. - posted by de...@apache.org on 2021/09/09 14:11:26 UTC, 0 replies.
- [sis] 02/03: Filter implementations override Predicate.and/or/not methods. - posted by de...@apache.org on 2021/09/09 14:11:27 UTC, 0 replies.
- [sis] 03/03: Move Query sub-types to public package. - posted by de...@apache.org on 2021/09/09 14:11:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (fa65ecf -> d058d30) - posted by de...@apache.org on 2021/09/09 14:41:47 UTC, 0 replies.
- [sis] 01/02: Specialize the resource type of SQL store to `FeatureSet`. - posted by de...@apache.org on 2021/09/09 14:41:48 UTC, 0 replies.
- [sis] 02/02: Fix a NullPointerException occurring when a table has no primary key. - posted by de...@apache.org on 2021/09/09 14:41:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Upgrade dependencies. - posted by de...@apache.org on 2021/09/09 22:04:03 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (96e85e7 -> d65b2a0) - posted by de...@apache.org on 2021/09/10 10:36:15 UTC, 0 replies.
- [sis] 01/02: Apply filter optimization before to create a feature subset. - posted by de...@apache.org on 2021/09/10 10:36:16 UTC, 0 replies.
- [sis] 02/02: Provide a common ground between `FeatureQuery` and `CoverageQuery`. - posted by de...@apache.org on 2021/09/10 10:36:17 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Update Maven dependencies, JavaFX dependency, and fix a broken javadoc link. - posted by de...@apache.org on 2021/09/10 12:36:25 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (1105c74 -> 152b383) - posted by de...@apache.org on 2021/09/10 13:53:47 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2021/09/10 13:53:48 UTC, 0 replies.
- [sis] branch the-big-merge created (now 00d085c) - posted by de...@apache.org on 2021/09/13 13:35:24 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' to master (through a temporary branch for approval). This merge contains 2 years of work. - posted by de...@apache.org on 2021/09/13 13:35:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Post-merge cleanup. - posted by de...@apache.org on 2021/09/13 15:04:38 UTC, 0 replies.
- [sis] branch master updated (6d06749 -> 700b457) - posted by de...@apache.org on 2021/09/14 07:40:31 UTC, 0 replies.
- [sis] 01/01: Remove a JTS dependency not yet needed. - posted by de...@apache.org on 2021/09/14 07:40:32 UTC, 0 replies.
- [sis] branch the-big-merge deleted (was 00d085c) - posted by de...@apache.org on 2021/09/14 07:41:56 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (6ef97a5 -> 53f9af5) - posted by de...@apache.org on 2021/09/14 09:04:34 UTC, 0 replies.
- [sis] 01/04: (Javadoc only): Replace

tags by

or

, except when they are used for a note instead than a section. - posted by de...@apache.org on 2021/09/14 09:04:35 UTC, 0 replies.
- [sis] 02/04: Fix mistake in English sentences: "instead than" → "instead of". - posted by de...@apache.org on 2021/09/14 09:04:36 UTC, 0 replies.
- [sis] 03/04: Update copyright years. - posted by de...@apache.org on 2021/09/14 09:04:37 UTC, 0 replies.
- [sis] 04/04: Renamed "subsamplings" as "subsampling" because considered uncountable. - posted by de...@apache.org on 2021/09/14 09:04:38 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (152b383 -> f0b9441) - posted by de...@apache.org on 2021/09/14 09:18:16 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains mostly documentation fixes. - posted by de...@apache.org on 2021/09/14 09:18:17 UTC, 0 replies.
- [sis] branch master updated (700b457 -> 4863545) - posted by de...@apache.org on 2021/09/14 10:05:05 UTC, 0 replies.
- [sis] 01/02: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2021/09/14 10:05:06 UTC, 0 replies.
- [sis] 02/02: Remove from NetBeans project configuration an empty test directory. - posted by de...@apache.org on 2021/09/14 10:05:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Improve the support of ESRI geometry library. - posted by de...@apache.org on 2021/09/14 16:54:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (143f5ae -> face965) - posted by de...@apache.org on 2021/09/15 13:15:56 UTC, 0 replies.
- [sis] 01/02: Add basic Java2D support for a few filter/expression operations. - posted by de...@apache.org on 2021/09/15 13:15:57 UTC, 0 replies.
- [sis] 02/02: Fix a `NullPointerException` when arithmetic operation results in a `Quantity` having no pre-defined specialized interface. - posted by de...@apache.org on 2021/09/15 13:15:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix the Lanczos interpolation. - posted by de...@apache.org on 2021/09/16 12:38:01 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b7a6c8c -> 747d9bd) - posted by de...@apache.org on 2021/09/16 15:04:20 UTC, 0 replies.
- [sis] 01/03: Modify Lanczos implementation for: - reducing the amount of `Math.sin(x)` computation - create only one temporary array instead of two - make unnecessary the call to `Arrays.fill(…)`. - posted by de...@apache.org on 2021/09/16 15:04:21 UTC, 0 replies.
- [sis] 02/03: Avoid a null `ColorModel` with some image shown in JavaFX applications. - posted by de...@apache.org on 2021/09/16 15:04:22 UTC, 0 replies.
- [sis] 03/03: Minor cleanup following the port of `org.apache.sis.measure` to Seshat. - posted by de...@apache.org on 2021/09/16 15:04:23 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (747d9bd -> e354739) - posted by de...@apache.org on 2021/09/16 16:43:38 UTC, 0 replies.
- [sis] 01/01: Minor cleanup following the port of `org.apache.sis.measure` to Seshat. - posted by de...@apache.org on 2021/09/16 16:43:39 UTC, 0 replies.
- [jira] [Commented] (SIS-512) Can't create transformation from wkt - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/16 17:35:00 UTC, 0 replies.
- [jira] [Updated] (SIS-84) Setter methods in metadata objects shall check for ISO 19115 constraints - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 08:53:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e354739 -> 8ff80c8) - posted by de...@apache.org on 2021/09/17 08:55:26 UTC, 0 replies.
- [sis] 01/02: Bug fix in Lanczos optimisation: first row of pixel values in the "interpolation window" were not correctly used. - posted by de...@apache.org on 2021/09/17 08:55:27 UTC, 0 replies.
- [sis] 02/02: Fix a “Missing value for tgt_semi_major parameter” error when parsing coordinate operation from WKT. - posted by de...@apache.org on 2021/09/17 08:55:28 UTC, 0 replies.
- [jira] [Resolved] (SIS-512) Can't create transformation from wkt - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 08:57:00 UTC, 0 replies.
- [jira] [Updated] (SIS-86) Refactor @Configuration annotation into a real Configuration class - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 08:58:00 UTC, 0 replies.
- [jira] [Updated] (SIS-162) Provide an AbstractCRS.subCRS(int lower, int upper) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 08:58:00 UTC, 0 replies.
- [jira] [Updated] (SIS-212) Coordinate operation methods to implement - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 08:59:00 UTC, 0 replies.
- [jira] [Updated] (SIS-342) Support temporal CRS in URL - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 09:00:01 UTC, 0 replies.
- [jira] [Updated] (SIS-361) NetCDF to ISO 19115:2014 mapping - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 09:01:00 UTC, 0 replies.
- [jira] [Updated] (SIS-378) Too aggressive simplification of some units of measurement - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 09:50:00 UTC, 1 replies.
- [jira] [Commented] (SIS-378) Too aggressive simplification of some units of measurement - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 09:51:00 UTC, 0 replies.
- [jira] [Updated] (SIS-393) Missing META-INF service declarations for authority factories - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:05:00 UTC, 0 replies.
- [jira] [Updated] (SIS-400) Complete MarshallingTest and add UnmarshallingTest - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:06:00 UTC, 0 replies.
- [jira] [Updated] (SIS-401) Use of GML 3.2 implies the use of ISO 19139:2007 metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:10:00 UTC, 0 replies.
- [jira] [Updated] (SIS-411) GPX data store should implement WritableFeatureSet - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:12:00 UTC, 0 replies.
- [jira] [Updated] (SIS-403) Upgrade org.apache.sis.test.integration.MetadataTest to ISO 19115-3 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:12:00 UTC, 0 replies.
- [jira] [Updated] (SIS-442) Cache CRS.findOperation(…, areaOfInteret) when area of interest is non null - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:13:00 UTC, 0 replies.
- [jira] [Assigned] (SIS-484) Avoid use of same package name in two different modules - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 10:21:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8ff80c8 -> 9d36a8d) - posted by de...@apache.org on 2021/09/17 11:06:58 UTC, 0 replies.
- [sis] 01/02: Record some "too aggressive simplification" problems that still need to be fixed. - posted by de...@apache.org on 2021/09/17 11:06:59 UTC, 0 replies.
- [sis] 02/02: Move `InternationalString` implementations to `org.apache.sis.util` package. This is in anticipation for Jigsaw modularization. - posted by de...@apache.org on 2021/09/17 11:07:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-484) Avoid use of same package name in two different modules - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 11:10:00 UTC, 0 replies.
- [jira] [Updated] (SIS-500) Deprecate (for removal) InterpolatedMolodenskyTransform - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 12:20:00 UTC, 0 replies.
- [jira] [Updated] (SIS-510) Remove sis-gdal module - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 12:27:00 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated (9d36a8d -> 32936ed) - posted by de...@apache.org on 2021/09/17 13:32:16 UTC, 0 replies.
- [sis] 01/02: Remove the sis-gdal module. It is replaced by the https://github.com/OSGeo/PROJ-JNI project. - posted by de...@apache.org on 2021/09/17 13:32:17 UTC, 0 replies.
- [sis] 02/02: Following removal of "sis-gdal" module in previous commit, remove (for now) the `SpecializedOperationFactory` interface. Remove also the code for loading a native library (not used anymore). - posted by de...@apache.org on 2021/09/17 13:32:18 UTC, 0 replies.
- [jira] [Resolved] (SIS-510) Remove sis-gdal module - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:38:00 UTC, 0 replies.
- [jira] [Updated] (SIS-125) ModifiableMetadata.nonNullCollection(...) should determine more accuratly if the metadata object is being marshalled - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:42:00 UTC, 0 replies.
- [jira] [Comment Edited] (SIS-513) When rounding grids, allow per axis strategy instead of a single global one. - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:42:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-513) When rounding grids, allow per axis strategy instead of a single global one. - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:42:00 UTC, 0 replies.
- [jira] [Updated] (SIS-136) Fused multiply-add in org.apache.sis.referencing.operation - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:43:00 UTC, 0 replies.
- [jira] [Updated] (SIS-206) Verify axis name, abbreviation and direction constraints at format time - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:44:00 UTC, 0 replies.
- [jira] [Updated] (SIS-193) Remove the workaround for ServiceLoader bug - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:44:00 UTC, 0 replies.
- [jira] [Updated] (SIS-207) Support Bearing element in axes - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:45:00 UTC, 0 replies.
- [jira] [Updated] (SIS-210) Enforce precedence of EPSG codes over names at parsing time - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:45:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-237) Modified Azimuthal Equidistant (EPSG:9832) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:46:00 UTC, 0 replies.
- [jira] [Updated] (SIS-300) Complete the information provided in Citations constants - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:51:00 UTC, 0 replies.
- [jira] [Updated] (SIS-318) Support PassThroughTransform directly into AbstractMathTransform - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:52:00 UTC, 0 replies.
- [jira] [Updated] (SIS-336) URL to EPSG installation instructions should be customizable - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:53:00 UTC, 0 replies.
- [jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:53:00 UTC, 0 replies.
- [jira] [Updated] (SIS-339) Feature attribute should verify the CRS of geometric value - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:54:00 UTC, 0 replies.
- [jira] [Updated] (SIS-357) EPSG factory should be able to create geocentric CRS as derived CRS - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:55:00 UTC, 0 replies.
- [jira] [Updated] (SIS-359) Support coordinate transformations between CRS having duplicated axis orientations - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:56:00 UTC, 0 replies.
- [jira] [Updated] (SIS-365) CRS.findOperation(…) should take current locale in account when there is ambiguity - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:56:00 UTC, 0 replies.
- [jira] [Updated] (SIS-370) Improve CoordinateOperation WKT for axis changes and Molodensky parameters - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:57:00 UTC, 0 replies.
- [jira] [Updated] (SIS-369) Better selection of datum shift method depending on desired accuracy - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:57:00 UTC, 0 replies.
- [jira] [Updated] (SIS-398) MI_PolarizationOrientationCode as an alias of MI_PolarisationOrientationCode - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:58:00 UTC, 0 replies.
- [jira] [Updated] (SIS-384) (Affine → Passthrough → Affine) should be simplified as (Affine → Passthrough) or (Passthrough → Affine) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 13:58:00 UTC, 0 replies.
- [jira] [Assigned] (SIS-447) NumericCoverage as a parent of GridCoverage - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 14:00:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-447) NumericCoverage as a parent of GridCoverage - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 14:01:00 UTC, 0 replies.
- [jira] [Updated] (SIS-469) Remove support for JAXB internal implementation (JDK 8) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 14:02:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (32936ed -> f05d801) - posted by de...@apache.org on 2021/09/17 14:20:03 UTC, 0 replies.
- [sis] 01/02: Document that derivative is not yet supported. - posted by de...@apache.org on 2021/09/17 14:20:04 UTC, 0 replies.
- [sis] 02/02: Upgrade OpenOffice dependency. Four JAR files are replaced by a single one. - posted by de...@apache.org on 2021/09/17 14:20:05 UTC, 0 replies.
- [jira] [Resolved] (SIS-505) Upgrade OpenOffice/LibreOffice dependency - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/17 14:21:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f05d801 -> 2bdcb91) - posted by de...@apache.org on 2021/09/17 17:05:05 UTC, 0 replies.
- [sis] 01/02: Add JAXB dependency (required for avoiding a ClassNotFoundError). Update debug instruction, reformat license text on multi-lines. - posted by de...@apache.org on 2021/09/17 17:05:06 UTC, 0 replies.
- [sis] 02/02: Fix type and wrong path to a runtime dependency. - posted by de...@apache.org on 2021/09/17 17:05:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: `MD_Scope` should be marshalled as `DQ_Scope` when writing legacy ISO 19139 document. - posted by de...@apache.org on 2021/09/18 16:17:30 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (f0b9441 -> e495c9f) - posted by de...@apache.org on 2021/09/19 15:32:23 UTC, 0 replies.
- [sis] 01/02: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2021/09/19 15:32:24 UTC, 0 replies.
- [sis] 02/02: Fix the lost of `Scope` element in `DataQuality` at unmarshalling time. The problem and the fix are specific to the geoapi-3.x branches. - posted by de...@apache.org on 2021/09/19 15:32:25 UTC, 0 replies.
- [sis] branch master updated (4863545 -> a56028b) - posted by de...@apache.org on 2021/09/19 17:03:50 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2021/09/19 17:03:51 UTC, 3 replies.
- [jira] [Resolved] (SIS-508) MD_Scope in place of DQ_Scope when generating old 2007 iso 19139 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/19 17:07:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8a6d8c3 -> 19acaac) - posted by de...@apache.org on 2021/09/22 10:52:42 UTC, 0 replies.
- [sis] 01/04: Rename the `metadata` parameter for avoiding confusion with the `metadata` field. They do not always have the same value because of the same class being used both as a `XmlAdapter` and a wrapper object. - posted by de...@apache.org on 2021/09/22 10:52:43 UTC, 0 replies.
- [sis] 02/04: Update SIS version number. - posted by de...@apache.org on 2021/09/22 10:52:44 UTC, 0 replies.
- [sis] 03/04: Compatibility with Java 17 and upgrade to NetBeans 12.5. - posted by de...@apache.org on 2021/09/22 10:52:45 UTC, 0 replies.
- [sis] 04/04: Fix unmarshalling of . - posted by de...@apache.org on 2021/09/22 10:52:46 UTC, 0 replies.
- [jira] [Updated] (SIS-511) build failed on AArch64, Fedora 33 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/22 12:24:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-511) build failed on AArch64, Fedora 33 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/22 12:26:00 UTC, 0 replies.
- [jira] [Created] (SIS-516) Read and write filters in XML and KVP formats - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/22 14:02:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (19acaac -> a493472) - posted by de...@apache.org on 2021/09/22 16:26:05 UTC, 0 replies.
- [sis] 01/07: Move `RasterLoadingStrategy` to public API. - posted by de...@apache.org on 2021/09/22 16:26:06 UTC, 0 replies.
- [sis] 02/07: Move `WraparoundAdjustment` outside of `sis-referencing` module. It is specific to grid coverage support. - posted by de...@apache.org on 2021/09/22 16:26:07 UTC, 0 replies.
- [sis] 03/07: Rename `FolderStoreProvider` as `StoreProvider` for consistency with other internal store provider. The `Folder` prefix is redundant with package names and these providers are no expected to be used directly. - posted by de...@apache.org on 2021/09/22 16:26:08 UTC, 0 replies.
- [sis] 04/07: Use better method names for some `SQLBuilder` methods. - posted by de...@apache.org on 2021/09/22 16:26:09 UTC, 0 replies.
- [sis] 05/07: Rename `insert(…)` as `insertDimension` and `reduce(…)` as `reduceDimension`. - posted by de...@apache.org on 2021/09/22 16:26:10 UTC, 0 replies.
- [sis] 06/07: Remove link to UCAR Javadoc. The link seems to not work anymore. - posted by de...@apache.org on 2021/09/22 16:26:11 UTC, 0 replies.
- [sis] 07/07: Remove provided in declarations of Jakarta API dependency. Environments providing JAXB by default are rare now. - posted by de...@apache.org on 2021/09/22 16:26:12 UTC, 0 replies.
- svn commit: r1893515 - in /sis/data/non-free: pom.xml sis-embedded-data/pom.xml sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/Generator.java sis-epsg/pom.xml - posted by de...@apache.org on 2021/09/22 16:27:26 UTC, 0 replies.
- [jira] [Created] (SIS-517) Update EPSG geodetic dataset to version 9.9.1 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/22 19:27:00 UTC, 0 replies.
- [jira] [Created] (SIS-518) Update EPSG geodetic dataset to version 10.x - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/22 19:36:00 UTC, 0 replies.
- svn commit: r1893538 [1/2] - /sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/Data.sql - posted by de...@apache.org on 2021/09/23 08:47:27 UTC, 0 replies.
- svn commit: r1893538 [2/2] - /sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/Data.sql - posted by de...@apache.org on 2021/09/23 08:47:27 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (e495c9f -> d859b67) - posted by de...@apache.org on 2021/09/23 10:08:04 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2021/09/23 10:08:05 UTC, 2 replies.
- [sis] branch master updated (a56028b -> 880d42d) - posted by de...@apache.org on 2021/09/23 10:25:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Changes for consistency with EPSG geodetic dataset 9.9.1. Some EPSG codes have been deprecated. - posted by de...@apache.org on 2021/09/23 11:06:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (1dec837 -> 28a532b) - posted by de...@apache.org on 2021/09/23 11:08:16 UTC, 0 replies.
- [sis] 01/01: Changes for consistency with EPSG geodetic dataset 9.9.1. Some EPSG codes have been deprecated. - posted by de...@apache.org on 2021/09/23 11:08:17 UTC, 0 replies.
- [jira] [Resolved] (SIS-517) Update EPSG geodetic dataset to version 9.9.1 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/23 12:12:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-491) sis-embedded-data database fails to start on Apache Spark - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/23 12:29:00 UTC, 0 replies.
- [jira] [Closed] (SIS-44) Update the 'demo.jsp' file in the SIS webapp to use an open source maps API - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/23 12:31:00 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Update the lists of supported CRS and coordinate operation methods. - posted by de...@apache.org on 2021/09/23 13:19:15 UTC, 0 replies.
- [jira] [Assigned] (SIS-489) Inaccurate result for MGI Ferro transform (see test case attached) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/23 13:24:00 UTC, 0 replies.
- [jira] [Commented] (SIS-489) Inaccurate result for MGI Ferro transform (see test case attached) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/23 16:30:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (28a532b -> 313cbc9) - posted by de...@apache.org on 2021/09/23 16:48:53 UTC, 0 replies.
- [sis] 01/02: Update the classes that generate the list of supported EPSG codes and coordinate operations. This is a follow up of https://issues.apache.org/jira/browse/SIS-517 - posted by de...@apache.org on 2021/09/23 16:48:54 UTC, 0 replies.
- [sis] 02/02: Add a test case for https://issues.apache.org/jira/browse/SIS-489 For now, we assume that Apache SIS is correct (see issue comment). - posted by de...@apache.org on 2021/09/23 16:48:55 UTC, 0 replies.
- [jira] [Resolved] (SIS-489) Inaccurate result for MGI Ferro transform (see test case attached) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 08:54:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (313cbc9 -> 4347742) - posted by de...@apache.org on 2021/09/24 12:09:05 UTC, 0 replies.
- [sis] 01/02: Remove rounding errors that are below 1 ULP. - posted by de...@apache.org on 2021/09/24 12:09:06 UTC, 0 replies.
- [sis] 02/02: Move Landsat store implementation from "earthobservation" to "landsat" package. - posted by de...@apache.org on 2021/09/24 12:09:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: "France geocentric interpolation" is renamed "Geocentric translation by Grid Interpolation (IGN)" in recent EPSG geodetic dataset. The new operation has additional parameters that are references EPSG codes. Those new parameters need to be handled in a special way in `EPSGDataAccess`. - posted by de...@apache.org on 2021/09/24 15:20:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Require Java 17 for compilation (not execution). @Deprecation annotation on packages is not allowed with older versions. - posted by de...@apache.org on 2021/09/24 16:07:53 UTC, 0 replies.
- [jira] [Closed] (SIS-417) Metadata panel - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:34:00 UTC, 0 replies.
- [jira] [Closed] (SIS-379) Upgrade to ISO 19103:2015 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:35:00 UTC, 0 replies.
- [jira] [Closed] (SIS-32) Integrate Tika GDAL support - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:35:00 UTC, 0 replies.
- [jira] [Closed] (SIS-499) CommonCRS.WGS84.geographic() fails to initialize with JDK 11.0.8 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:37:00 UTC, 0 replies.
- [jira] [Closed] (SIS-493) Raster reprojection - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:38:00 UTC, 0 replies.
- [jira] [Closed] (SIS-496) GridCoverage.forConvertedValues(true) sometime creates an image that can not store NaN values - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:39:00 UTC, 0 replies.
- [jira] [Closed] (SIS-485) Replace GridCoverage.evaluate(DirectPosition, …) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:39:00 UTC, 0 replies.
- [jira] [Closed] (SIS-495) Resampling trims one pixel when transform is identity and interpolation is nearest - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:42:00 UTC, 0 replies.
- [jira] [Closed] (SIS-218) Cassini-Soldner (EPSG:9806) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 19:43:00 UTC, 0 replies.
- [jira] [Closed] (SIS-492) Remove support for JavaDB (JDK 8) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:29:00 UTC, 0 replies.
- [jira] [Closed] (SIS-282) Geographic Offset by Interpolation of Gridded Data (EPSG:9613, 9615, 9633) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:30:00 UTC, 0 replies.
- [jira] [Closed] (SIS-488) Handle wrap-around longitude in NADCON grid - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:30:00 UTC, 0 replies.
- [jira] [Closed] (SIS-479) Change default namespace of legacy "gmd" metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:32:00 UTC, 0 replies.
- [jira] [Closed] (SIS-477) Add GridCoverage.evaluate(DirectPosition) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:33:00 UTC, 0 replies.
- [jira] [Closed] (SIS-480) Change ISO schema locations from "http:" to "https:" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:33:00 UTC, 0 replies.
- [jira] [Closed] (SIS-483) Some CoordinateOperation created from EPSG database get wrong name/identifier/remarks - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:34:00 UTC, 0 replies.
- [jira] [Closed] (SIS-452) Satellite-tracking projections - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:34:00 UTC, 0 replies.
- [jira] [Closed] (SIS-486) Some map projections produce wrong results when |Δλ| > 180° - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:34:00 UTC, 0 replies.
- [jira] [Closed] (SIS-331) Verify the mapping from ISO 19115:2003 to ISO 19115:2014 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:35:00 UTC, 0 replies.
- [jira] [Closed] (SIS-223) Orthographic (EPSG:9840) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:35:00 UTC, 0 replies.
- [jira] [Closed] (SIS-395) Need a public way to get connection to "SpatialMetadata" database - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:36:00 UTC, 0 replies.
- [jira] [Closed] (SIS-386) Replace DefaultEllipsoid.orthodromicDistance(…) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:37:00 UTC, 0 replies.
- [jira] [Closed] (SIS-446) NetCDF store should be robust to non-linear localization grid - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:38:00 UTC, 0 replies.
- [jira] [Closed] (SIS-385) Inaccurate formulas in DistanceUtils - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:38:00 UTC, 0 replies.
- [jira] [Updated] (SIS-444) GridCoverageResource interface for raster data - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:39:00 UTC, 0 replies.
- [jira] [Closed] (SIS-444) GridCoverageResource interface for raster data - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:39:00 UTC, 0 replies.
- [jira] [Closed] (SIS-315) NetCDF: convention interface and parsing utilities - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:40:00 UTC, 0 replies.
- [jira] [Closed] (SIS-445) NetCDF store should be robust to localization grid crossing anti-meridian - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:40:00 UTC, 0 replies.
- [jira] [Closed] (SIS-430) Remove PACK200 usage - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:41:00 UTC, 0 replies.
- [jira] [Closed] (SIS-424) Create Feature instances from a SQL database - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:42:00 UTC, 0 replies.
- [jira] [Closed] (SIS-399) When renaming "xsi:type" value, may need to declare a new namespace - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:43:00 UTC, 0 replies.
- [jira] [Closed] (SIS-285) Make OSGi compatible - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/24 20:45:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Modify the API for allowing user to specify a SQL query instead of a table name for a resource. Refactor implementation for sharing more code between table analyzer and query analyzer. - posted by de...@apache.org on 2021/09/26 19:22:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (aaa0dd0 -> 56d681c) - posted by de...@apache.org on 2021/09/27 10:57:51 UTC, 0 replies.
- [sis] 01/02: Support "export" foreigner keys on queries as we did for tables. - posted by de...@apache.org on 2021/09/27 10:57:52 UTC, 0 replies.
- [sis] 02/02: Port tests written by Alexis Manin. - posted by de...@apache.org on 2021/09/27 10:57:53 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (d859b67 -> 255c910) - posted by de...@apache.org on 2021/09/27 13:00:40 UTC, 0 replies.
- [sis] branch master updated (880d42d -> 0bc0b39) - posted by de...@apache.org on 2021/09/27 13:02:40 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (56d681c -> 5a19844) - posted by de...@apache.org on 2021/09/28 17:03:52 UTC, 0 replies.
- [sis] 01/04: Clarification about the changes allowed on feature types. - posted by de...@apache.org on 2021/09/28 17:03:53 UTC, 0 replies.
- [sis] 02/04: Remove references to Java Native Interfaces (JNI) that do not apply anymore after removal of "sis-gdal" module. - posted by de...@apache.org on 2021/09/28 17:03:54 UTC, 0 replies.
- [sis] 03/04: Skip a test if the EPSG geodetic dataset is not present. - posted by de...@apache.org on 2021/09/28 17:03:55 UTC, 0 replies.
- [sis] 04/04: Move into a new class (`OptionalInstallations`) part of the `ResourceDownloader` code asking if user agrees with EPSG terms of use. The intend is to allow to reuse this code in JavaFX application in addition of console application. - posted by de...@apache.org on 2021/09/28 17:03:56 UTC, 0 replies.
- svn commit: r1893721 - in /sis/data/non-free/sis-epsg: ./ src/main/java/org/apache/sis/referencing/factory/sql/epsg/ src/main/resources/META-INF/ src/main/resources/org/apache/sis/referencing/factory/sql/epsg/ - posted by de...@apache.org on 2021/09/29 10:00:12 UTC, 0 replies.
- svn commit: r1893722 - in /sis/data/non-free/sis-embedded-data: pom.xml src/main/java/org/apache/sis/resources/embedded/EmbeddedResources.java src/main/java/org/apache/sis/resources/embedded/package-info.java - posted by de...@apache.org on 2021/09/29 10:04:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (5a19844 -> c18ff54) - posted by de...@apache.org on 2021/09/29 14:36:04 UTC, 0 replies.
- [sis] 01/02: Add the possibility to download automatically EPSG data if user agrees with EPSG terms of use. - posted by de...@apache.org on 2021/09/29 14:36:05 UTC, 0 replies.
- [sis] 02/02: Update the EPSG data URL to the next version to be published. - posted by de...@apache.org on 2021/09/29 14:36:06 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (255c910 -> 199a9f4) - posted by de...@apache.org on 2021/09/29 14:47:45 UTC, 0 replies.
- [sis] branch master updated (0bc0b39 -> 3c3b5c9) - posted by de...@apache.org on 2021/09/29 15:11:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (c18ff54 -> 5703473) - posted by de...@apache.org on 2021/09/29 16:59:36 UTC, 0 replies.
- [sis] 01/04: Update the "non-free" dependency to the next version to be published. - posted by de...@apache.org on 2021/09/29 16:59:37 UTC, 0 replies.
- [sis] 02/04: Edit README files. - posted by de...@apache.org on 2021/09/29 16:59:38 UTC, 0 replies.
- [sis] 03/04: Increment the version number of classes that have been excluded from SIS 1.1 release. We use this information as a note that the class can be changed during 1.2 development. - posted by de...@apache.org on 2021/09/29 16:59:39 UTC, 0 replies.
- [sis] 04/04: Move an internal class for avoiding to have a `org.apache.sis.internal.simple` package in two modules. - posted by de...@apache.org on 2021/09/29 16:59:40 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (199a9f4 -> 527f492) - posted by de...@apache.org on 2021/09/29 17:02:37 UTC, 0 replies.
- [sis] 01/02: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2021/09/29 17:02:38 UTC, 0 replies.
- [sis] 02/02: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2021/09/29 17:02:39 UTC, 0 replies.
- [sis] branch master updated (3c3b5c9 -> 6a08cfc) - posted by de...@apache.org on 2021/09/29 17:09:11 UTC, 0 replies.
- [sis] 01/02: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2021/09/29 17:09:12 UTC, 0 replies.
- [sis] 02/02: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2021/09/29 17:09:13 UTC, 0 replies.
- svn commit: r1893746 - in /sis/data/non-free: pom.xml sis-embedded-data/pom.xml sis-epsg/pom.xml - posted by de...@apache.org on 2021/09/30 09:10:41 UTC, 0 replies.
- svn commit: r1893749 - in /sis/release-test/maven: pom.xml src/main/java/org/apache/sis/test/referencing/CoordinateOperationComparator.java src/main/java/org/apache/sis/test/referencing/Proj4.java src/test/java/org/apache/sis/test/IntegrationTest.java - posted by de...@apache.org on 2021/09/30 09:39:19 UTC, 0 replies.
- svn commit: r50205 - in /dev/sis/1.1: ./ RC1/ - posted by de...@apache.org on 2021/09/30 13:44:21 UTC, 0 replies.
- [sis] branch 1.1-RC created (now dd47c56) - posted by de...@apache.org on 2021/09/30 13:51:33 UTC, 0 replies.
- [sis] 01/04: Remove sis-shapefile and sis-webapp modules (they are not ready for releases). - posted by de...@apache.org on 2021/09/30 13:51:34 UTC, 0 replies.
- [sis] 02/04: Remove `WritableGridCoverageResource` interface (not yet used, so we will take more time to experiment). - posted by de...@apache.org on 2021/09/30 13:51:35 UTC, 0 replies.
- [sis] 03/04: Set version number to 1.1. - posted by de...@apache.org on 2021/09/30 13:51:36 UTC, 0 replies.
- [sis] 04/04: Remove generation of C/C++ header files (not used anymore after removal of "sis-gdal" module). More paranoiac check for rounding errors in `normalizeColumns()`. - posted by de...@apache.org on 2021/09/30 13:51:37 UTC, 0 replies.
- [sis-site] branch main updated (79dbd23 -> b3fc902) - posted by de...@apache.org on 2021/09/30 14:52:54 UTC, 0 replies.
- [sis-site] 01/06: Replace instructions about web site management (CMS replaced by Hugo). - posted by de...@apache.org on 2021/09/30 14:52:55 UTC, 0 replies.
- [sis-site] 02/06: Release notes for Apache SIS 1.1. - posted by de...@apache.org on 2021/09/30 14:52:56 UTC, 0 replies.
- [sis-site] 03/06: Update the release management pages for various changes that happened since last release (migration from Subversion to Git, some hacks removed, etc.). - posted by de...@apache.org on 2021/09/30 14:52:57 UTC, 0 replies.
- [sis-site] 04/06: Update DOAP file and version numbers in source files. - posted by de...@apache.org on 2021/09/30 14:52:58 UTC, 0 replies.
- [sis-site] 05/06: Remove all references to MD5 sums and make explicit that SHA sums are SHA 512. https://issues.apache.org/jira/browse/SIS-475 - posted by de...@apache.org on 2021/09/30 14:52:59 UTC, 0 replies.
- [sis-site] 06/06: Remove references to GDAL module. - posted by de...@apache.org on 2021/09/30 14:53:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-475) Md5 and SHA are deprecated - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/09/30 14:55:00 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Initial web site update for SIS 1.1 release. - posted by de...@apache.org on 2021/09/30 15:14:50 UTC, 0 replies.
- [sis-site] branch main updated: Update the email templates. - posted by de...@apache.org on 2021/09/30 15:45:32 UTC, 0 replies.