You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Updated] (SIS-509) Migrate the web site to another site generator tool - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/07/02 09:50:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-509) Migrate the web site to another site generator tool - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/07/02 09:52:00 UTC, 0 replies.
- [sis] branch GeoTIFF updated (e1bd0d9 -> bf4cb0c) - posted by de...@apache.org on 2021/07/06 15:39:52 UTC, 0 replies.
- [sis] 01/05: Added an internal method for converting `java.awt.image.DataBuffer` enumeration values to `org.apache.sis.util.Numbers` enumeration values. - posted by de...@apache.org on 2021/07/06 15:39:53 UTC, 0 replies.
- [sis] 02/05: Add a variant of `HyperRectangleReader.read(Region)` method for returning the data array wrapped in a `java.nio.Buffer`. - posted by de...@apache.org on 2021/07/06 15:39:54 UTC, 0 replies.
- [sis] 03/05: Add a Vector.fill(…) method as a convenient way to initialize the content of an array of unknown type. - posted by de...@apache.org on 2021/07/06 15:39:55 UTC, 0 replies.
- [sis] 04/05: Revisit GridDerivation: - Add a `GridDerivation.chunkSize(…)` method for expanding a grid extent to an integer amount of tiles. - Fix an inconsistency in the way clipping is handled by `GridCoverageDerivation`. We resolve this inconsistency by giving more control to the caller on clipping. - Deprecate some methods having a contract at odd with `subgrid(…)` methods - Documentation clarification. - posted by de...@apache.org on 2021/07/06 15:39:56 UTC, 0 replies.
- [sis] 05/05: Read GeoTIFF sample values from a potentially n-dimensional data cube. Whether the file has 3 or more dimensions is assumed already known; this commit does not yet include a convention for specifying that. - posted by de...@apache.org on 2021/07/06 15:39:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0d3851e -> bf4cb0c) - posted by de...@apache.org on 2021/07/06 15:41:28 UTC, 0 replies.
- [sis] branch GeoTIFF deleted (was bf4cb0c) - posted by de...@apache.org on 2021/07/06 15:41:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add the possibility to run `SelfConsistencyTest` on an arbitrary image put in the test data directory. - posted by de...@apache.org on 2021/07/06 16:19:53 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Apply self-consistency test on netCDF reader as well. - posted by de...@apache.org on 2021/07/06 18:07:19 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: fix(Storage): Prevent error on metadata creation when a feature typedeclares 0 records - posted by am...@apache.org on 2021/07/07 08:39:02 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (699afb3 -> 0df0bc4) - posted by de...@apache.org on 2021/07/07 09:53:00 UTC, 0 replies.
- [sis] 01/03: Minor documentation fixes. - posted by de...@apache.org on 2021/07/07 09:53:01 UTC, 0 replies.
- [sis] 02/03: Fix the name of the TemporalCRS created from CommonCRS.Temporal.JAVA. - posted by de...@apache.org on 2021/07/07 09:53:02 UTC, 0 replies.
- [sis] 03/03: Fix a wrong transform concatenation occurring when matrix coefficients are very close to zero. Bug identified by Johann Sorel. - posted by de...@apache.org on 2021/07/07 09:53:03 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0df0bc4 -> 99cafb6) - posted by de...@apache.org on 2021/07/07 11:06:14 UTC, 0 replies.
- [sis] 01/02: ProjectiveTransform wrongly optimized to translation when the scale coefficient is zero. Bug identified by Johann Sorel. - posted by de...@apache.org on 2021/07/07 11:06:15 UTC, 0 replies.
- [sis] 02/02: Avoid the use of `FeatureTypeBuilder` for keeping tests more isolated (i.e. for not being impacted by potential bugs in FeatureTypeBuilder). Use `TestUtilities.getSingleton(…)` method for checking the result. Keep `verifyCopyrightParsing(…)` close to the place where it is used. - posted by de...@apache.org on 2021/07/07 11:06:16 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix an `IllegalArgumentException` when creating a coverage with bands using incompatible units. - posted by de...@apache.org on 2021/07/07 11:12:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Values stored in `DefaultSampleDimension` should be physical values ("data values"), not the compressed values in the file ("cell values"). - posted by de...@apache.org on 2021/07/07 13:23:50 UTC, 0 replies.
- [jira] [Created] (SIS-515) CRS management for SQL/PostGIS filter - posted by "Alexís Manin (Jira)" <ji...@apache.org> on 2021/07/07 14:27:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (9690268 -> e33d72e) - posted by de...@apache.org on 2021/07/08 12:23:05 UTC, 0 replies.
- [sis] 01/02: Fix an `ArrayIndexOutOfBoundsException` occurring during sample value conversions because `lastUsed` unexpectedly became negative. - posted by de...@apache.org on 2021/07/08 12:23:06 UTC, 0 replies.
- [sis] 02/02: Make `ResampledGridCoverage` more robust to case where the `sliceExtent` has more than 2 dimensions, and the extra-dimensions may get a size greater than 1 after conversion to source grid coordinates. Also add a margin for interpolations. - posted by de...@apache.org on 2021/07/08 12:23:07 UTC, 0 replies.
- [jira] [Commented] (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/07/08 12:45:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e33d72e -> ced335d) - posted by de...@apache.org on 2021/07/10 19:14:41 UTC, 0 replies.
- [sis] 01/02: Try to reduce a problem of weak references cleaned too early, which caused the EPSG factory to recreate the same objects again and again. Factory is still creating more objects than we would expect during "search" operations, but the situation with this fix is a bit better. - posted by de...@apache.org on 2021/07/10 19:14:42 UTC, 0 replies.
- [sis] 02/02: Compute `PlanarImage.GRID_GEOMETRY_KEY` property for image read from GeoTIFF files. - posted by de...@apache.org on 2021/07/10 19:14:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ced335d -> e1b1ae8) - posted by de...@apache.org on 2021/07/11 20:17:09 UTC, 0 replies.
- [sis] 01/03: Fix ColorModel creation when there is a color palette or in the interleaved case. - posted by de...@apache.org on 2021/07/11 20:17:10 UTC, 0 replies.
- [sis] 02/03: Fix erroneous handling of TIFF images when bands are stored in separated planes. - posted by de...@apache.org on 2021/07/11 20:17:11 UTC, 0 replies.
- [sis] 03/03: Make `GridGeometry.translate(…)` more robust to cases where not all properties are defined. - posted by de...@apache.org on 2021/07/11 20:17:12 UTC, 0 replies.
- [sis] branch visual-test updated: Give a title to image window. Display it even if the image has no "grid to CRS" transform. - posted by de...@apache.org on 2021/07/11 20:17:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e1b1ae8 -> d853a03) - posted by de...@apache.org on 2021/07/12 15:51:58 UTC, 0 replies.
- [sis] 01/02: Make navigation a little bit easier in the JavaFX application by avoiding the need to expand `Aggregate` node for showing an image. - posted by de...@apache.org on 2021/07/12 15:51:59 UTC, 0 replies.
- [sis] 02/02: Allow to run `CoverageReadConsistency` for benchmarks instead than tests. - posted by de...@apache.org on 2021/07/12 15:52:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make canvas more robust to missing CRS information. - posted by de...@apache.org on 2021/07/12 17:17:46 UTC, 0 replies.
- [jira] [Assigned] (SIS-512) Can't create transformation from wkt - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/07/13 08:46:00 UTC, 0 replies.
- [jira] [Updated] (SIS-512) Can't create transformation from wkt - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/07/13 08:47:00 UTC, 0 replies.
- [jira] [Updated] (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/07/13 08:48:00 UTC, 0 replies.
- [jira] [Updated] (SIS-457) Migrate tests to JUnit 5 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/07/13 08:54:00 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated (351dbc1 -> 2f900ed) - posted by de...@apache.org on 2021/07/13 11:07:36 UTC, 0 replies.
- [sis] 01/02: Fix broken tests. - posted by de...@apache.org on 2021/07/13 11:07:37 UTC, 0 replies.
- [sis] 02/02: Downgrade from JUnit 5 to JUnit 4. The mix of JUnit 4 and 5 seems to cause some tests to be ignored. Full migration to JUnit 5 will be done later: https://issues.apache.org/jira/browse/SIS-457 - posted by de...@apache.org on 2021/07/13 11:07:38 UTC, 0 replies.
- [jira] [Commented] (SIS-457) Migrate tests to JUnit 5 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/07/13 11:12:00 UTC, 0 replies.
- [sis] branch master updated: Redirect comments on JIRA/GitHub issues to a separated mailing list. - posted by de...@apache.org on 2021/07/13 13:48:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (2f900ed -> b26a5d7) - posted by de...@apache.org on 2021/07/13 16:53:23 UTC, 0 replies.
- [sis] 01/04: Re-enable test execution as a test suite. - posted by de...@apache.org on 2021/07/13 16:53:24 UTC, 0 replies.
- [sis] 02/04: Document `QuerySpliteratorsBench`, use some services provide by testing framework and adjust build configuration. - posted by de...@apache.org on 2021/07/13 16:53:25 UTC, 0 replies.
- [sis] 03/04: Document other tests. - posted by de...@apache.org on 2021/07/13 16:53:26 UTC, 0 replies.
- [sis] 04/04: Fix a NullPointerException when converting an array of `float` containing unmapped values. - posted by de...@apache.org on 2021/07/13 16:53:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b26a5d7 -> 9c03b4f) - posted by de...@apache.org on 2021/07/15 16:05:23 UTC, 0 replies.
- [sis] 01/02: Bug fix: when `ImageRenderer` is applied on a 3-dimensional image (or more), it shall compute an offset taking in account all supplemental dimensions. - posted by de...@apache.org on 2021/07/15 16:05:24 UTC, 0 replies.
- [sis] 02/02: Add `GeometryWrapper.getSRID()` method. - posted by de...@apache.org on 2021/07/15 16:05:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Test also slicing in other dimensions than the 2 first dimensions. - posted by de...@apache.org on 2021/07/16 15:08:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ac4fe06 -> 3709ff1) - posted by de...@apache.org on 2021/07/19 14:42:48 UTC, 0 replies.
- [sis] 01/02: Source and target dimensions should not be considered dependent when the scale factor is 0. - posted by de...@apache.org on 2021/07/19 14:42:49 UTC, 0 replies.
- [sis] 02/02: Add a `DefinitionVerifier.compare(…)` method for comparing against an authoritative CRS already available. Contains opportunistic field renaming and localization. - posted by de...@apache.org on 2021/07/19 14:42:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Rename `SimpleQuery` as `FeatureQuery` and adapt property/method names to terminology used in OGC Filter specification ("projection" and "selection"). - posted by de...@apache.org on 2021/07/20 16:51:38 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8b96787 -> d53b8a5) - posted by de...@apache.org on 2021/07/29 13:07:15 UTC, 0 replies.
- [sis] 01/07: Define a mapping between `GeometryType` and the integer codes used in Well-Known Binary (WKB). - posted by de...@apache.org on 2021/07/29 13:07:16 UTC, 0 replies.
- [sis] 02/07: Replace `DataType.ordinal()` by `DataType.toDataBufferType()` for clarity. Various javadoc fixes. - posted by de...@apache.org on 2021/07/29 13:07:17 UTC, 0 replies.
- [sis] 03/07: Put in place the abstract classes needed for uncompression. Support uncompressed image of bytes for testing and for the case with subsampling along X axis (in which case we can not use `HyperRectangleReader`). - posted by de...@apache.org on 2021/07/29 13:07:18 UTC, 0 replies.
- [sis] 04/07: Fix the case where subsampling is larger than tile size. - posted by de...@apache.org on 2021/07/29 13:07:19 UTC, 0 replies.
- [sis] 05/07: Add AbstractGridCoverage.RangeArgument.select(SampleModel)` method with capability to "compress" the sample model for skipping bands at reading time (instead of ignoring them after they are in memory). - posted by de...@apache.org on 2021/07/29 13:07:20 UTC, 0 replies.
- [sis] 06/07: Get `SampleModel` and `ColorModel` managed by `TiledGridCoverage` base class. Add `TiledGridCoverage.selectedBands` field and clarifications in Javadoc. - posted by de...@apache.org on 2021/07/29 13:07:21 UTC, 0 replies.
- [sis] 07/07: Take in account the band subset specified by the `range` argument in a call to `GridCoverage.render(…)` on a GeoTIFF image. - posted by de...@apache.org on 2021/07/29 13:07:22 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d53b8a5 -> b71d71d) - posted by de...@apache.org on 2021/07/29 17:08:36 UTC, 0 replies.
- [sis] 01/02: Expand the support to all primitive types. - posted by de...@apache.org on 2021/07/29 17:08:37 UTC, 0 replies.
- [sis] 02/02: Use direct buffer by default instead of heap buffer for I/O operations. - posted by de...@apache.org on 2021/07/29 17:08:38 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Minor optimization for the case where the bands to read are consecutive. - posted by de...@apache.org on 2021/07/29 21:38:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Cache tiles at any resolution, not only at full resolution. - posted by de...@apache.org on 2021/07/30 08:53:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Read all tiles that are inside the requested domain at `GridCoverageResource.read(…)` invocation time by default, but provide a `RasterLoadingStrategy` enumeration for allowing developers to keep the previous mode if desired. This enumeration is not in public API for now; we will see how it works in practice first. - posted by de...@apache.org on 2021/07/30 16:29:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e16859b -> 7943c4e) - posted by am...@apache.org on 2021/07/30 16:49:36 UTC, 0 replies.
- [sis] 01/07: fix(Feature): Ensure coordinate order consistency when converting an envelope to a geometry - posted by am...@apache.org on 2021/07/30 16:49:37 UTC, 0 replies.
- [sis] 02/07: fix(Feature): When initializing a spatial operator, allow receiving bbox values - posted by am...@apache.org on 2021/07/30 16:49:38 UTC, 0 replies.
- [sis] 03/07: fix(Feature): Workaround to prevent optimisation shorting - posted by am...@apache.org on 2021/07/30 16:49:39 UTC, 0 replies.
- [sis] 04/07: chore(Storage): Add a test-case to verify that geometry CRS are properly synchronized (when possible) in comparison functions. - posted by am...@apache.org on 2021/07/30 16:49:40 UTC, 0 replies.
- [sis] 05/07: fix(Storage): better handling of CRS for spatial operators - posted by am...@apache.org on 2021/07/30 16:49:41 UTC, 0 replies.
- [sis] 06/07: fix(Feature): fix a corner case where an expression optimisation was not properly unwrapped. - posted by am...@apache.org on 2021/07/30 16:49:42 UTC, 0 replies.
- [sis] 07/07: fix(Feature): delegates expression value type conversion if needed. - posted by am...@apache.org on 2021/07/30 16:49:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (7943c4e -> 83ec78c) - posted by de...@apache.org on 2021/07/31 13:39:39 UTC, 0 replies.
- [sis] 01/05: Review the fix about axis order change: we still need to adapt the CRS for a change in number of dimensions. Some complexity about calculation of x and y dimensions are not needed anymore. The test is effective only if tested with an envelope of more than 2 dimensions. - posted by de...@apache.org on 2021/07/31 13:39:40 UTC, 0 replies.
- [sis] 02/05: Review the fix about accepting bounding boxes as filter initialization time. Move implementation to the location where decisions are done (which types to convert, wrap-around method to apply). A goal is also to keep in the same class the code that will need to be changed if we use more extensively the parameter type in filter implementations. - posted by de...@apache.org on 2021/07/31 13:39:41 UTC, 0 replies.
- [sis] 03/05: Keep type parameterization on `Node.unwrap(…)` with a minor change for resolving a compiler warning. This is in anticipation for more extensive use of the type parameterization in a future version. - posted by de...@apache.org on 2021/07/31 13:39:42 UTC, 0 replies.
- [sis] 04/05: Formatting, resolve compiler warning and use more specific test methods. - posted by de...@apache.org on 2021/07/31 13:39:43 UTC, 0 replies.
- [sis] 05/05: Reduce by one the number of exceptions created when the fallback is used or when an error occurs. - posted by de...@apache.org on 2021/07/31 13:39:44 UTC, 0 replies.