You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: Add limited options to `ExtentSelector` for configuring the selection criteria. - posted by de...@apache.org on 2021/12/01 17:29:20 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (de04f27 -> 78d9505) - posted by de...@apache.org on 2021/12/02 17:46:21 UTC, 0 replies.
- [sis] 01/03: Avoid creation of an unused `Accordion` control. Remember which title pane was expanded when switching view. - posted by de...@apache.org on 2021/12/02 17:46:22 UTC, 0 replies.
- [sis] 02/03: Fix a problem of image now shown when selecting "New window" menu. - posted by de...@apache.org on 2021/12/02 17:46:23 UTC, 0 replies.
- [sis] 03/03: Fix a typo: "to shown" → 'to show". - posted by de...@apache.org on 2021/12/02 17:46:24 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (5a19a70 -> c248954) - posted by de...@apache.org on 2021/12/02 17:48:57 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2021/12/02 17:48:58 UTC, 1 replies.
- [sis] branch master updated (b94a500 -> da97f66) - posted by de...@apache.org on 2021/12/02 18:11:05 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2021/12/02 18:11:06 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated (78d9505 -> 9824159) - posted by de...@apache.org on 2021/12/05 16:54:08 UTC, 0 replies.
- [sis] 01/03: Need to discard fully the old data when new data are loaded. - posted by de...@apache.org on 2021/12/05 16:54:09 UTC, 0 replies.
- [sis] 02/03: Subset of wrapper should continue to delegate to the wrapper. - posted by de...@apache.org on 2021/12/05 16:54:10 UTC, 0 replies.
- [sis] 03/03: Handle reduced-resolution (overview) images as levels in a pyramid of images (Cloud Optimized GeoTIFF convention). - posted by de...@apache.org on 2021/12/05 16:54:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (9824159 -> 570e087) - posted by de...@apache.org on 2021/12/06 15:15:30 UTC, 0 replies.
- [sis] 01/03: `ComputedImage.prefetch(Rectangle)` method for notifying that many tiles will be fetched. It allows implementations to allocate and release resources once for the group of tiles, or to compute them in some specific order (e.g. sequential order during I/O operations). - posted by de...@apache.org on 2021/12/06 15:15:31 UTC, 0 replies.
- [sis] 02/03: Support the reading of tiles at `RenderedImage.getTile(int, int)` invocation time. This is enabled when loading mode is `RasterLoadingStrategy.AT_GET_TILE_TIME`. - posted by de...@apache.org on 2021/12/06 15:15:32 UTC, 0 replies.
- [sis] 03/03: Parameter values were not properly compared when the value is a `double[]` array. - posted by de...@apache.org on 2021/12/06 15:15:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Partial workaround of unnamed netCDF dimensions considered equal. This workaround does not completely solve the problem because a fix relative to `ucar.nc2.dataset.CoordinateSystem` is also needed. - posted by de...@apache.org on 2021/12/07 13:29:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (658a46a -> 5c39a43) - posted by de...@apache.org on 2021/12/08 14:52:41 UTC, 0 replies.
- [sis] 01/04: Reverse the order of elements in `GridCoverageResource.getResolutions()`: from finest (smallest numbers) to coarsest (larger numbers). - posted by de...@apache.org on 2021/12/08 14:52:42 UTC, 0 replies.
- [sis] 02/04: Javadoc clarifications. - posted by de...@apache.org on 2021/12/08 14:52:43 UTC, 0 replies.
- [sis] 03/04: Change Interpolation interface to an abstract class. Needed for addition of package-private method in next commit. - posted by de...@apache.org on 2021/12/08 14:52:44 UTC, 0 replies.
- [sis] 04/04: Fix a problem of incompatible (SampleModel, ColorModel) pair when `Visualization` determined that it can not apply interpolations. - posted by de...@apache.org on 2021/12/08 14:52:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (5c39a43 -> 3963a3a) - posted by de...@apache.org on 2021/12/08 18:03:11 UTC, 0 replies.
- [sis] 01/01: Merge branch 'fix/jts3d' into geoapi-4.0 with modifications: for consistency with `Wrapper.getCoordinatesDimension(…)` expectation, replace all `new Coordinate(x,y)` by `new CoordinateXY(x,y)` in SIS code base. - posted by de...@apache.org on 2021/12/08 18:03:12 UTC, 0 replies.
- [sis] branch fix/jts3d deleted (was fbff2d9) - posted by de...@apache.org on 2021/12/08 18:03:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (3963a3a -> a8edb40) - posted by de...@apache.org on 2021/12/09 17:33:46 UTC, 0 replies.
- [sis] 01/02: Require CRS dimension to be strictly equal to JTS geometry dimension. This is made possible by configuring `WKTReader` for constructing 2D geometries when there is no explicit Z or M. - posted by de...@apache.org on 2021/12/09 17:33:47 UTC, 0 replies.
- [sis] 02/02: Add an implementation of JTS `CoordinateSequenceFactory` interface which stores coordinate values in packed arrays (like what JTS `PackedCoordinateSequence` does) but without retaining a copy in a `SoftReference` (because we want to save memory for bigger uses, such as rendered images). - posted by de...@apache.org on 2021/12/09 17:33:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Deprecate `LoggerFactory` for removal. https://issues.apache.org/jira/browse/SIS-531 - posted by de...@apache.org on 2021/12/10 10:23:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8796eb1 -> a1f8e94) - posted by de...@apache.org on 2021/12/12 17:34:44 UTC, 0 replies.
- [sis] 01/03: Review and merge branch 'feat/toShape' into geoapi-4.0. Implementation of `JTS.fromAwt(…)` methods moved to a separated class `ShapeConverter`. Implementation of `AbstractJTSShape` and related classes where refactored. Tests added in `JTSTest` class have been moved to dedicated classes. - posted by de...@apache.org on 2021/12/12 17:34:45 UTC, 0 replies.
- [sis] 02/03: Post-merge refactoring: rename classes and move `DecimatedShape` to `j2d` package because it does not depend on JTS. - posted by de...@apache.org on 2021/12/12 17:34:46 UTC, 0 replies.
- [sis] 03/03: Fix a mismatched dimension error when the JTS geometry to transform is associated to a three-dimensional CRS. - posted by de...@apache.org on 2021/12/12 17:34:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: More reliable detecting of Java2D geometries backed by single-precision floating point numbers. - posted by de...@apache.org on 2021/12/12 18:12:11 UTC, 0 replies.
- [sis] branch feat/toShape deleted (was d3b3ce3) - posted by de...@apache.org on 2021/12/12 18:12:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make Shape implementations serializable. - posted by de...@apache.org on 2021/12/17 14:40:24 UTC, 0 replies.
- svn commit: r51578 - /release/sis/1.0/ - posted by de...@apache.org on 2021/12/18 23:06:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Initial support of PostGIS raster format. This is an adaptation of Johann's work. - posted by de...@apache.org on 2021/12/20 02:50:21 UTC, 0 replies.
- [sis] branch feat/postgis-raster deleted (was 288c7de) - posted by de...@apache.org on 2021/12/20 15:33:35 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add `InfoStatements.findSRID(CoordinateReferenceSystem)` method and use it in `RasterWriter`. Initial draft of test cases for WKB raster in the context of PostGIS database. - posted by de...@apache.org on 2021/12/21 21:53:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Refactor the parsing of hexadecimal strings for making possible to control the decoding algorithm according the database driver. The mechanism is applied on geometries and shared by rasters. Tests are consolidated in a "SpatialFeatures" database schema. - posted by de...@apache.org on 2021/12/24 01:52:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Complete the implementation of `GeometryGetter` with the use of `InfoStatements` for fetching the CRS from a SRID code. - posted by de...@apache.org on 2021/12/25 03:18:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make the `Gridcoverage` available as a `Feature` property. With this commit, PostGIS rasters are now available through the Feature API. - posted by de...@apache.org on 2021/12/25 20:58:30 UTC, 0 replies.
- [sis] branch fix/postgis deleted (was ec007be9) - posted by de...@apache.org on 2021/12/25 22:48:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Resolve links during the optimization phase of a filter expression. It allows SQL statements where we previously missed opportunities. - posted by de...@apache.org on 2021/12/26 20:52:39 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8e338b7 -> a70874e) - posted by de...@apache.org on 2021/12/27 04:52:01 UTC, 0 replies.
- [sis] 01/02: Add a test and comment explaining why resolving links is an important optimization. It makes the difference between using or not a database index. - posted by de...@apache.org on 2021/12/27 04:52:02 UTC, 0 replies.
- [sis] 02/02: Implement `FeatureSet.getEnvelope()` with an estimation computed from PostgreSQL statistics. This is derived from Alexis's work on the "fix/fast-envelope" branch. - posted by de...@apache.org on 2021/12/27 04:52:03 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a70874e -> dda6e20) - posted by de...@apache.org on 2021/12/27 16:44:49 UTC, 0 replies.
- [sis] 01/02: Execute PostgreSQL `ANALYZE` at most once per table. Add documentation about the rational for not using `ST_Extent`. - posted by de...@apache.org on 2021/12/27 16:44:50 UTC, 0 replies.
- [sis] 02/02: Add tests on H2 database. This is derived from Alexis's work on "fix/fast-envelope" branch. - posted by de...@apache.org on 2021/12/27 16:44:51 UTC, 0 replies.
- [sis] branch wip/h2gis created (now f6d7586) - posted by de...@apache.org on 2021/12/27 18:25:47 UTC, 0 replies.
- [sis] 01/01: Initial attempt to support H2GIS (work in progress). Current version fails with the following exception: - posted by de...@apache.org on 2021/12/27 18:25:48 UTC, 0 replies.
- [sis] branch fix/fast-envelope deleted (was b3ac6a5) - posted by de...@apache.org on 2021/12/27 19:01:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (dda6e20 -> d1b7ace) - posted by de...@apache.org on 2021/12/27 19:48:12 UTC, 0 replies.
- [sis] 01/03: Fix a test failure caused by the upgrade of PostgreSQL JDBC driver version. The driver now reports ""public"."geometry"" (including inner quotes) as the object type instead of "geometry". - posted by de...@apache.org on 2021/12/27 19:48:13 UTC, 0 replies.
- [sis] 02/03: Upgrade UCAR netCDF dependency to latest version. That version was released for patching Log4J security issue. We think that Apache SIS was not impacted because it does not use Log4J at all and the UCAR netCDF library is an optional dependency. Even when the UCAR library is present, we use the bridge to standard `java.util.logging` framework. But we upgrade anyway as a safety. - posted by de...@apache.org on 2021/12/27 19:48:14 UTC, 0 replies.
- [sis] 03/03: Spelling fixes. - posted by de...@apache.org on 2021/12/27 19:48:15 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (c248954 -> a63fa19) - posted by de...@apache.org on 2021/12/27 19:54:37 UTC, 0 replies.
- [sis] branch master updated (da97f66 -> e621d10) - posted by de...@apache.org on 2021/12/27 20:15:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d1b7ace -> cbe0457) - posted by de...@apache.org on 2021/12/29 04:39:06 UTC, 0 replies.
- [sis] 01/06: Improvements in the handling of "Copy" actions from contextual menu. - posted by de...@apache.org on 2021/12/29 04:39:07 UTC, 0 replies.
- [sis] 02/06: Parse `GEO_METADATA` and `GDAL_METADATA` tags as XML. For now they are shown only in the native metadata view. - posted by de...@apache.org on 2021/12/29 04:39:08 UTC, 0 replies.
- [sis] 03/06: Add a menu item for showing a metadata value in a dialog window. - posted by de...@apache.org on 2021/12/29 04:39:09 UTC, 0 replies.
- [sis] 04/06: Add a menu for opening the folder containing a file. - posted by de...@apache.org on 2021/12/29 04:39:10 UTC, 0 replies.
- [sis] 05/06: Fix a bug in the application of longitude wraparound when the objective CRS is different than the source CRS. The bug caused the image to disapear at some zoom levels. - posted by de...@apache.org on 2021/12/29 04:39:11 UTC, 0 replies.
- [sis] 06/06: Add a safety check for tile size before to reuse a tile from the cache. - posted by de...@apache.org on 2021/12/29 04:39:12 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (cbe0457 -> 3c3b0d8) - posted by de...@apache.org on 2021/12/30 05:24:40 UTC, 0 replies.
- [sis] 01/02: Layout TIFF "image description" on a single line. - posted by de...@apache.org on 2021/12/30 05:24:41 UTC, 0 replies.
- [sis] 02/02: Rewrite the horizontal predictor for fixing a bug in the handling of types other than byte. Contains an opportunistic renaming of `setInput(long, long)` method as `setInputRegion(…)`. - posted by de...@apache.org on 2021/12/30 05:24:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make easier to build a sample dimension with a background value but no category. This is necessary for keeping RGB images as "for visualization only" images. - posted by de...@apache.org on 2021/12/30 16:08:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (09ee4ee -> e13ceef) - posted by de...@apache.org on 2021/12/30 20:14:07 UTC, 0 replies.
- [sis] 01/02: Share common code in the way to format property values in the JavaFX application, and put a limit on the string length. - posted by de...@apache.org on 2021/12/30 20:14:08 UTC, 0 replies.
- [sis] 02/02: Fix an exception when opening a netCDF file with one-dimensional variables. - posted by de...@apache.org on 2021/12/30 20:14:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e13ceef -> a83df8e) - posted by de...@apache.org on 2021/12/31 02:00:20 UTC, 0 replies.
- [sis] 01/02: Merge remote-tracking branch 'origin/fix/projection_name_clash' into geoapi-4.0 together with correction for the bug demonstrated by the new test. - posted by de...@apache.org on 2021/12/31 02:00:21 UTC, 0 replies.
- [sis] 02/02: Trivial comment formatting. - posted by de...@apache.org on 2021/12/31 02:00:22 UTC, 0 replies.
- [sis] branch fix/projection_name_clash deleted (was 7b8a6a6) - posted by de...@apache.org on 2021/12/31 02:02:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Remove the static `FeatureExpression.expectedType(…)` method because its heuristic (return the type of the singleton property if a feature contains only one property) is dangerous: there is no reason for an operation to have results of the same type. - posted by de...@apache.org on 2021/12/31 04:30:48 UTC, 0 replies.
- [sis] branch feat/featureset-subset-abstract updated (97e798b -> a34b9e8) - posted by de...@apache.org on 2021/12/31 05:35:38 UTC, 0 replies.
- [sis] 01/01: FeatureSet : support simple query using a property unknowned by the feature type - posted by de...@apache.org on 2021/12/31 05:35:39 UTC, 0 replies.