You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: When no color is specified for a category or a range of sample values, and provided that `Colorizer` is used for styling an existing image, preserve the existing colors. - posted by de...@apache.org on 2023/04/01 16:38:01 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: `Colorizer.forCategories(Map)` should not keep a reference to the user-supplied map. - posted by de...@apache.org on 2023/04/01 18:26:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (1b6df63689 -> 03a6a48e26) - posted by de...@apache.org on 2023/04/03 15:28:52 UTC, 0 replies.
- [sis] 01/02: Allow `DimensionalityReduction` to be subclassed. - posted by de...@apache.org on 2023/04/03 15:28:53 UTC, 0 replies.
- [sis] 02/02: `BandAggregateImage` should share references to data arrays when possible. It avoids copying the sample values. - posted by de...@apache.org on 2023/04/03 15:28:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Bug fix: `ColorModelBuilder` sometime created a "compact" color model when it was not desired. - posted by de...@apache.org on 2023/04/04 10:55:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Refactor `WritableRenderedImage`support in `BandedSampleConverter` for sharing more code with other writable images. Refactor `BandAggregateImage` by moving its inner helper class outside, and add `WritableRenderedImage`support. `BandAggregateImage` is no longer an "all or nothing" implementation: can have a mix of shared and copied arrays. - posted by de...@apache.org on 2023/04/05 18:25:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (297e7a67fe -> 6c85b283c4) - posted by de...@apache.org on 2023/04/08 16:38:06 UTC, 0 replies.
- [sis] 01/03: Make `getTileWidth()` and `getTileHeight()` methods final in `ComputedImage`. Add design notes in Javadoc for explaining some rational. - posted by de...@apache.org on 2023/04/08 16:38:07 UTC, 0 replies.
- [sis] 02/03: Add a `MultiSourceImage` package-private abstract class and add support for prefetch operation. - posted by de...@apache.org on 2023/04/08 16:38:08 UTC, 0 replies.
- [sis] 03/03: Result of "band select" operation should be writable if the image is writable. - posted by de...@apache.org on 2023/04/08 16:38:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When doing an aggregation of "band select", verify if the operations cancel each other. - posted by de...@apache.org on 2023/04/09 20:56:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ed74a09dc9 -> e172934869) - posted by de...@apache.org on 2023/04/10 17:16:24 UTC, 0 replies.
- [sis] 01/02: "Band select" on a band aggregation should be able to return the original component. Aggregation of aggregations should use a flattened list or source images. - posted by de...@apache.org on 2023/04/10 17:16:25 UTC, 0 replies.
- [sis] 02/02: Spelling fixes in documentation. - posted by de...@apache.org on 2023/04/10 17:16:26 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Improvement: `BandAggregateImage` now merges the bands of repeated sources no matter their position in the array of sources. Before this commit, the bands of repeated sources where merged only for consecutive sources (e.g. at index `i` and `i+1`). The merging of repeated sources is necessary for `BandAggregateGridResource` implementation, which relies on that. While the merging of consecutive sources was sufficient in most cases, it was a risk of causing confusing behavior if not generaliz [...] - posted by de...@apache.org on 2023/04/11 18:03:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Chains of operations on images need `BufferedImage` to notify when data are changed. - posted by de...@apache.org on 2023/04/12 10:35:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Simplify the way to determine if a "band select" is an identity operation. - posted by de...@apache.org on 2023/04/12 17:27:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (38626a67da -> 9f8a402015) - posted by de...@apache.org on 2023/04/14 18:28:07 UTC, 0 replies.
- [sis] 01/02: Complete API with a few convenience methods: - `CoverageAggregator.add(GridCoverage)` method in addition to existing methods working on resources. - `GridCoverageProcessor.selectSampleDimensions(…)` in complement to `selectGridDimensions(…)`. - posted by de...@apache.org on 2023/04/14 18:28:08 UTC, 0 replies.
- [sis] 02/02: Relax the restriction that all inputs to `BandAggregateGridCoverage` have the same grid geometry. With this commit, they are allowed to have different translations but not yet more complex changes. - posted by de...@apache.org on 2023/04/14 18:28:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (9f8a402015 -> 0e2089b190) - posted by de...@apache.org on 2023/04/15 15:51:34 UTC, 0 replies.
- [sis] 01/04: More tests for `BandAggregateGridCoverage`. - posted by de...@apache.org on 2023/04/15 15:51:35 UTC, 0 replies.
- [sis] 02/04: Remove `BandAggregateGridResource` from public API. Instead, a new method is added in `CoverageAggregator`. - posted by de...@apache.org on 2023/04/15 15:51:36 UTC, 0 replies.
- [sis] 03/04: Allow `BandAggregateGridCoverage` and `BandAggregateGridResource` to unwrap the sources. It makes possible to detect when two consecutive sources are fundamentally the same source. - posted by de...@apache.org on 2023/04/15 15:51:37 UTC, 0 replies.
- [sis] 04/04: If the resources to aggregate are instances of `MemoryGridResource`, aggregate directly the underlying `GridCoverage` instances. - posted by de...@apache.org on 2023/04/15 15:51:38 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0e2089b190 -> 175b9f0ced) - posted by de...@apache.org on 2023/04/16 16:51:03 UTC, 0 replies.
- [sis] 01/02: The check for `MemoryGridResource` in `BandAggregateGridResource.create(…)` should not be an "all or nothing" operation. With this commit, shortcut is used even if only some of the resources to aggregate are `MemoryGridResource` instances. - posted by de...@apache.org on 2023/04/16 16:51:04 UTC, 0 replies.
- [sis] 02/02: Fix some javadoc errors. - posted by de...@apache.org on 2023/04/16 16:51:05 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (1437fa191c -> 33688738c6) - posted by de...@apache.org on 2023/04/16 17:14:11 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. The main work since previous merge is the integration of the "feat/resource-processor" branch. It brings "band aggregation" operations on images, grid coverages and grid resources. - posted by de...@apache.org on 2023/04/16 17:14:12 UTC, 0 replies.
- [sis] branch master updated (7d5dfd074e -> 0865c08dfb) - posted by de...@apache.org on 2023/04/16 17:42:29 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1', omitting `CopyVisitor` internal class. - posted by de...@apache.org on 2023/04/16 17:42:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Keep a reference to the `GridCoverageProcessor` to use for selecting bands in a `MemoryGridResource`. The coverage processor determines the color model to use when a band subset is requested. - posted by de...@apache.org on 2023/04/17 09:59:50 UTC, 0 replies.
- [sis-site] branch main updated (cb5a0716 -> ec90f7ec) - posted by de...@apache.org on 2023/04/17 15:31:24 UTC, 0 replies.
- [sis-site] 01/02: Fix historical GeoAPI version 1.0. https://github.com/opengeospatial/geoapi/issues/83 - posted by de...@apache.org on 2023/04/17 15:31:25 UTC, 0 replies.
- [sis-site] 02/02: Reorganize the "how to" examples with better separation of raster use cases. - posted by de...@apache.org on 2023/04/17 15:31:26 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Regenerate the "howto" pages with better separation of raster use cases. - posted by de...@apache.org on 2023/04/17 15:33:12 UTC, 0 replies.
- [sis-site] branch asf-site updated (53fcfe15 -> a1722094) - posted by de...@apache.org on 2023/04/17 15:35:56 UTC, 0 replies.
- [sis-site] 01/01: Merge branch 'asf-staging' into asf-site. - posted by de...@apache.org on 2023/04/17 15:35:57 UTC, 1 replies.
- [sis-site] branch main updated (ec90f7ec -> 1a25795a) - posted by de...@apache.org on 2023/04/18 14:42:29 UTC, 0 replies.
- [sis-site] 01/03: Clarify in which conditions the `GridCoverage` can be used outside the `try` block. - posted by de...@apache.org on 2023/04/18 14:42:30 UTC, 0 replies.
- [sis-site] 02/03: Add more "how to" examples for raster data. Add clarification about pixel coordinates and which exceptions are thrown. - posted by de...@apache.org on 2023/04/18 14:42:31 UTC, 0 replies.
- [sis-site] 03/03: Add two more examples in the referencing section. - posted by de...@apache.org on 2023/04/18 14:42:32 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Regenerate the "how to" pages with new examples. - posted by de...@apache.org on 2023/04/18 14:44:51 UTC, 0 replies.
- [sis-site] branch asf-site updated (a1722094 -> ee77ffc3) - posted by de...@apache.org on 2023/04/18 14:46:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f444cac9c0 -> 6161022503) - posted by de...@apache.org on 2023/04/18 18:28:09 UTC, 0 replies.
- [sis] 01/04: Add a convenience method for building a `GridGeometry` from only an envelope. - posted by de...@apache.org on 2023/04/18 18:28:10 UTC, 0 replies.
- [sis] 02/04: Reduce the use of
sections, replaced by headings. This commit replaces only a small fraction of them. More will be done progressively in other commits. - posted by de...@apache.org on 2023/04/18 18:28:11 UTC, 0 replies.
- [sis] 03/04: Typo fix: expansive → expensive - posted by de...@apache.org on 2023/04/18 18:28:12 UTC, 0 replies.
- [sis] 04/04: Fix some references in GeoTIFF documentation. - posted by de...@apache.org on 2023/04/18 18:28:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Replace more
elements by HTML headings in Javadoc. A few years ago we didn't used HTML headings because the policy about which numbers to use was not clear. But since Java 13 (approximately), the policy has been clarified by Apache SIS javadoc hasn't been updated. Using HTML headings is more readable in source code, but also produces better HTML output, with better semantic. It is also more readable in the Javadoc snippets shown in IDE. - posted by de...@apache.org on 2023/04/19 13:53:26 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (33688738c6 -> 8f68fc28fa) - posted by de...@apache.org on 2023/04/19 13:53:45 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 This merge contains mostly javadoc formatting. - posted by de...@apache.org on 2023/04/19 13:53:46 UTC, 0 replies.
- [sis] branch master updated (0865c08dfb -> 62c8552cf8) - posted by de...@apache.org on 2023/04/19 14:02:19 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. This is almost only javadoc. - posted by de...@apache.org on 2023/04/19 14:02:20 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move `CoverageCombiner` to public API. - posted by de...@apache.org on 2023/04/19 17:56:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Update for a change in localization data in Java 20: `Locale.CANADA` become more like US. We fix the tests by using `Locale.CANADA_FRENCH`, which keep the "year/month/day" format. - posted by de...@apache.org on 2023/04/22 10:05:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8f686ad270 -> e4fc9a54a7) - posted by de...@apache.org on 2023/04/23 17:03:35 UTC, 0 replies.
- [sis] 01/02: Fix a compilation error which was unnoticed before Java 20. - posted by de...@apache.org on 2023/04/23 17:03:36 UTC, 0 replies.
- [sis] 02/02: Make `CoverageCombiner` more suitable to public API: - infer `xdim` and `ydim` automatically. - check units of measurement. - posted by de...@apache.org on 2023/04/23 17:03:37 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: `MathTransforms.linear(MathTransform, DirectPosition)` and `tangent(…)` where duplicating functionality. Deprecate the former in favor of the latter. - posted by de...@apache.org on 2023/04/24 09:56:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f6509802be -> 511ec7b89f) - posted by de...@apache.org on 2023/04/28 13:31:28 UTC, 0 replies.
- [sis] 01/01: Merge remote-tracking branch 'origin/feat/computed-fields' into geoapi-4.0. - posted by de...@apache.org on 2023/04/28 13:31:29 UTC, 0 replies.
- [sis] branch feat/computed-fields deleted (was 3704683e32) - posted by de...@apache.org on 2023/04/28 13:32:39 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (511ec7b89f -> eef1a6a166) - posted by de...@apache.org on 2023/04/29 16:29:45 UTC, 0 replies.
- [sis] 01/02: Upgrade dependencies. - posted by de...@apache.org on 2023/04/29 16:29:46 UTC, 0 replies.
- [sis] 02/02: Replace the `` parameterized type by `` in filters and expressions. It is less generic, but the reason is because expressions and filters are often chained. Following a chain of filters become difficult if, when asking parameters of parameters, the `` type become a kind of `` type, which cannot be represented in the Java language and is reported by the compiler as ``. Experience with implementation shows that it is difficult to avo [...] - posted by de...@apache.org on 2023/04/29 16:29:47 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (8f68fc28fa -> 8d1d6522c4) - posted by de...@apache.org on 2023/04/29 16:29:55 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2023/04/29 16:29:56 UTC, 0 replies.
- [sis] branch master updated (62c8552cf8 -> ff2beab7ba) - posted by de...@apache.org on 2023/04/29 16:30:03 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2023/04/29 16:30:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Bug fix in the computation of image bounds by `ImageCombiner`. Workaround for `BufferedImage.setData(…)` bug, which does not handle float and double types correctly. - posted by de...@apache.org on 2023/04/30 17:40:29 UTC, 0 replies.