You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: Avoid blocking the event thread when asking for a label implies a calls to `Resource.getMetadata()`. - posted by de...@apache.org on 2021/11/01 17:17:35 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Better recording of recently used file (ordered by file closed instead of file opened, remove from menu the opened files). - posted by de...@apache.org on 2021/11/02 13:12:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b957357 -> 5c8868f) - posted by de...@apache.org on 2021/11/03 11:50:43 UTC, 0 replies.
- [sis] 01/03: GridCoverageResource API: - Add a `getResolutions()` method. - Add `throws DataStoreException` to `get|setLoadingStrategy(…)`. - posted by de...@apache.org on 2021/11/03 11:50:44 UTC, 0 replies.
- [sis] 02/03: Replace `Visualization.create(…)` method by a builder. It simplifies some code and made easier to fix a bug related to mismatched tile layout in the `converters == null` optimization case. - posted by de...@apache.org on 2021/11/03 11:50:45 UTC, 0 replies.
- [sis] 03/03: Fix an exception when rendering an image without "grid to CRS" conversion. - posted by de...@apache.org on 2021/11/03 11:50:46 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (5c8868f -> fed0a14) - posted by de...@apache.org on 2021/11/03 18:11:31 UTC, 0 replies.
- [sis] 01/02: Reduce the number of background threads created for fetching resource labels. - posted by de...@apache.org on 2021/11/03 18:11:32 UTC, 0 replies.
- [sis] 02/02: Fix `NullPointerException`, partially caused by changes in `MapCanvas` state when a rendering is in progress. We workaround this problem with a new `MapCanvas.runAfterRendering(Runnable)` method. - posted by de...@apache.org on 2021/11/03 18:11:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (fed0a14 -> 3f52106) - posted by de...@apache.org on 2021/11/04 09:38:15 UTC, 0 replies.
- [sis] 01/02: Do not interrupt threads that are blocked on I/O operations. This is necessary for avoiding to close InterruptibleChannel. - posted by de...@apache.org on 2021/11/04 09:38:16 UTC, 0 replies.
- [sis] 02/02: Document better who is in charge of closing JDBC connections. Check if the connection is closed in methods that do not use the connection immediately. - posted by de...@apache.org on 2021/11/04 09:38:17 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix an ArrayIndexOutOfBoundsException when the mask width is less than 64 pixels. - posted by de...@apache.org on 2021/11/04 15:42:46 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (657a69f -> b6f984f) - posted by de...@apache.org on 2021/11/04 15:45:56 UTC, 0 replies.
- [sis] 01/01: Fix an ArrayIndexOutOfBoundsException when the mask width is less than 64 pixels. - posted by de...@apache.org on 2021/11/04 15:45:57 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (1e0f827 -> 5a19a70) - posted by de...@apache.org on 2021/11/04 16:09:51 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2021/11/04 16:09:52 UTC, 0 replies.
- [sis] branch master updated (be181fa -> b94a500) - posted by de...@apache.org on 2021/11/04 16:25:01 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2021/11/04 16:25:02 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a constant for the number of bits in `Long.SIZE`. Used in bit shifts. - posted by de...@apache.org on 2021/11/04 18:19:52 UTC, 0 replies.
- [sis] branch fix/mask-image created (now 7b1ee54) - posted by am...@apache.org on 2021/11/05 15:39:04 UTC, 0 replies.
- [sis] 01/01: chore(Core): Add a simple unit test for image masks. - posted by am...@apache.org on 2021/11/05 15:39:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix a `NullPointerException` when visualizing an image with a "no data" value and no other category. In such case we have to synthetize a temporary category (not shown to user) for the remaining range of values. - posted by de...@apache.org on 2021/11/05 18:21:37 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (be6450a -> 1ec1320) - posted by de...@apache.org on 2021/11/07 17:06:39 UTC, 0 replies.
- [sis] 01/03: Fix the range of signed data type in GeoTIFF images. - posted by de...@apache.org on 2021/11/07 17:06:40 UTC, 0 replies.
- [sis] 02/03: More filtering of values on which statistics are computed: - Added a `DoubleUnaryOperator[] sampleFilters` argument as a way to specify "no data" values to ignore. - Finer check of `areaOfInterest` shape for determining which tiles need to be computed (optimization). - posted by de...@apache.org on 2021/11/07 17:06:41 UTC, 0 replies.
- [sis] 03/03: Specify the "no data" values when computing statistics for stretching the color ramp of an image. It makes a difference for image having no "quantitative" categories, because those images are not converted to units of measurement, which implies that their "no data" values were not set to NaN. - posted by de...@apache.org on 2021/11/07 17:06:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (1ec1320 -> 67a64fd) - posted by de...@apache.org on 2021/11/08 16:30:58 UTC, 0 replies.
- [sis] 01/03: Minor javadoc additions. - posted by de...@apache.org on 2021/11/08 16:30:59 UTC, 0 replies.
- [sis] 02/03: Fix `IndexOutOfBoundsException` when filling a tile having an origin other than (0, 0). Fix the conditions for deciding when to return an empty tile or the existing tile. - posted by de...@apache.org on 2021/11/08 16:31:00 UTC, 0 replies.
- [sis] 03/03: Merge branch 'fix/mask-image' into geoapi-4.0 - posted by de...@apache.org on 2021/11/08 16:31:01 UTC, 0 replies.
- [sis] branch fix/mask-image deleted (was 7b1ee54) - posted by de...@apache.org on 2021/11/08 16:32:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (67a64fd -> de57949) - posted by de...@apache.org on 2021/11/09 13:24:14 UTC, 0 replies.
- [sis] 01/02: Edit the tests (formatting, constants, some simplifications). There is no change in test data. - posted by de...@apache.org on 2021/11/09 13:24:15 UTC, 0 replies.
- [sis] 02/02: Add a convenience method for filling pixel values of a whole image. - posted by de...@apache.org on 2021/11/09 13:24:16 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (de57949 -> 0c89e86) - posted by de...@apache.org on 2021/11/09 17:58:40 UTC, 0 replies.
- [sis] 01/05: Filter: fix ST_GeomFromText evaluation (cherry-pick from Johann Sorel fix). - posted by de...@apache.org on 2021/11/09 17:58:41 UTC, 0 replies.
- [sis] 02/05: Fix the lost of items in the "recent files" list. - posted by de...@apache.org on 2021/11/09 17:58:42 UTC, 0 replies.
- [sis] 03/05: Fix a problem of TIFF files not shown when the "tiff" extension is upper-case. - posted by de...@apache.org on 2021/11/09 17:58:43 UTC, 0 replies.
- [sis] 04/05: Exception throws by `ComputedImage` in case of invalid tile index needs to be consistent with exception expected by `GridEvaluator.apply(…)`. - posted by de...@apache.org on 2021/11/09 17:58:44 UTC, 0 replies.
- [sis] 05/05: Rename the class in charge of opening data stores in background threads. - posted by de...@apache.org on 2021/11/09 17:58:45 UTC, 0 replies.
- [sis] branch fix/mask-image-is-back created (now 2d2f7ef) - posted by am...@apache.org on 2021/11/10 16:34:55 UTC, 0 replies.
- [sis] 01/01: chore(Core): add a new test case for mask images - posted by am...@apache.org on 2021/11/10 16:34:56 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0c89e86 -> 09243ef) - posted by de...@apache.org on 2021/11/10 17:44:51 UTC, 0 replies.
- [sis] 01/06: Minor clarification in the comment about NaN values in map projection results. - posted by de...@apache.org on 2021/11/10 17:44:52 UTC, 0 replies.
- [sis] 02/06: Simplify a little bit the layout of logging panel. The previous use of SplitPane + TitledPane was a workaround for the absence of something equivalent to `JSplitPane.setOneTouchExpandable(boolean)` in JavaFX, but that workaround was visually not very nice. - posted by de...@apache.org on 2021/11/10 17:44:53 UTC, 0 replies.
- [sis] 03/06: Consolidation on the widget showing a "coverage view + controls" pair: Avoid creating controls before needed, make locale more explicit, etc. - posted by de...@apache.org on 2021/11/10 17:44:54 UTC, 0 replies.
- [sis] 04/06: Use more complete resource identifiers as window title. The intend is to avoid identifiers that are only "1", "2", etc. - posted by de...@apache.org on 2021/11/10 17:44:55 UTC, 0 replies.
- [sis] 05/06: Verify that the sample model size is compatible with image tile size. Bug identified by Alexis Manin. - posted by de...@apache.org on 2021/11/10 17:44:56 UTC, 0 replies.
- [sis] 06/06: Merge branch 'fix/mask-image-is-back' into geoapi-4.0 - posted by de...@apache.org on 2021/11/10 17:44:57 UTC, 0 replies.
- [sis] branch fix/mask-image-is-back deleted (was 2d2f7ef) - posted by de...@apache.org on 2021/11/10 17:45:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (09243ef -> b6f2655) - posted by de...@apache.org on 2021/11/15 16:39:59 UTC, 0 replies.
- [sis] 01/02: Remove a hack which is not needed anymore when building with Java 17. - posted by de...@apache.org on 2021/11/15 16:40:00 UTC, 0 replies.
- [sis] 02/02: Dissociate the process loading data in `GridView` and `CoverageCanvas`. Previous version was systematically loading data in `GridView` (even if it was not visible) then gave the `GridCoverage` reference to `CoverageCanvas` in order to load data only once. This new version loads data independently; we will rely more on `DataStore` resource caching. This separation is needed because `GridView` and `CoverageCanvas` will not load the same data anymore after we take pyramid in account. It also [...] - posted by de...@apache.org on 2021/11/15 16:40:01 UTC, 0 replies.
- [sis] branch feat/toShape created (now 32dee92) - posted by js...@apache.org on 2021/11/23 10:25:40 UTC, 0 replies.
- [sis] 01/01: feat(JTS): add JTS.asShape functions to view a JTS Geometry as a Java2D Shape - posted by js...@apache.org on 2021/11/23 10:25:41 UTC, 0 replies.
- [sis] branch feat/toShape updated: feat(JTS): add fromAwt functions - posted by js...@apache.org on 2021/11/23 10:52:22 UTC, 0 replies.
- [sis] branch fix/projection_name_clash created (now 7b8a6a6) - posted by am...@apache.org on 2021/11/24 11:11:34 UTC, 0 replies.
- [sis] 01/01: chore(Storage): add a test case for column definition ambiguity. - posted by am...@apache.org on 2021/11/24 11:11:35 UTC, 0 replies.
- [sis] branch fix/jts3d created (now ec8da76) - posted by js...@apache.org on 2021/11/24 14:51:35 UTC, 0 replies.
- [sis] 01/01: fix(JTS): check crs and geometry dimensions compatibility on affectation - posted by js...@apache.org on 2021/11/24 14:51:36 UTC, 1 replies.
- [sis] branch feat/postgis-raster created (now 9a72e10) - posted by js...@apache.org on 2021/11/24 15:52:14 UTC, 0 replies.
- [sis] 01/01: feat(PostGIS): add WKB Raster reader/writer - posted by js...@apache.org on 2021/11/24 15:52:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b6f2655 -> 52cff9a) - posted by de...@apache.org on 2021/11/25 14:57:20 UTC, 0 replies.
- [sis] 01/05: Minor fixes for javadoc, formatting and state of immutable object. - posted by de...@apache.org on 2021/11/25 14:57:21 UTC, 0 replies.
- [sis] 02/05: Allow `GridDerivation.subgrid(GridGeometry)` to work when the query contains only a "grid to CRS" transform, without envelope or grid extent. - posted by de...@apache.org on 2021/11/25 14:57:22 UTC, 0 replies.
- [sis] 03/05: Add an `Extents.union(…)` method and modify implementations of `intersection` methods for sharing code. - posted by de...@apache.org on 2021/11/25 14:57:23 UTC, 0 replies.
- [sis] 04/05: Add a `CoverageCanvas.resourceProperty` in replacement of previous WeakReference to resource "originator". Add `MultiResolutionCoverageLoader` class for loading `GridCoverage` from a resource at different resolution. Together, those changes allow `CoverageCanvas` to use data loaded at a pyramid level determined from the zoom level. - posted by de...@apache.org on 2021/11/25 14:57:24 UTC, 0 replies.
- [sis] 05/05: Move `RenderingData` to the portrayal module without the pseudo-styling part. It will allows the reuse of this rendering code for targets other than JavaFX. - posted by de...@apache.org on 2021/11/25 14:57:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (52cff9a -> 0859cb9) - posted by de...@apache.org on 2021/11/25 15:01:31 UTC, 0 replies.
- [sis] 01/01: Move `RenderingData` to the portrayal module without the pseudo-styling part. It will allows the reuse of this rendering code for targets other than JavaFX. - posted by de...@apache.org on 2021/11/25 15:01:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: CQL : add query read/write support - posted by js...@apache.org on 2021/11/26 16:26:01 UTC, 0 replies.
- [sis] branch feat/toShape updated (5d32149 -> d3b3ce3) - posted by js...@apache.org on 2021/11/26 16:30:29 UTC, 0 replies.
- [sis] 01/02: feat(JTS): add JTS.asShape functions to view a JTS Geometry as a Java2D Shape - posted by js...@apache.org on 2021/11/26 16:30:30 UTC, 0 replies.
- [sis] 02/02: feat(JTS): add fromAwt functions - posted by js...@apache.org on 2021/11/26 16:30:31 UTC, 0 replies.
- [sis] branch fix/jts3d updated (ec8da76 -> fbff2d9) - posted by js...@apache.org on 2021/11/26 16:31:34 UTC, 0 replies.
- [sis] branch feat/postgis-raster updated (9a72e10 -> 288c7de) - posted by js...@apache.org on 2021/11/26 16:33:01 UTC, 0 replies.
- [sis] 01/02: fix(JTS): check crs and geometry dimensions compatibility on affectation - posted by js...@apache.org on 2021/11/26 16:33:02 UTC, 0 replies.
- [sis] 02/02: feat(PostGIS): add WKB Raster reader/writer - posted by js...@apache.org on 2021/11/26 16:33:03 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d41d829 -> 2034647) - posted by de...@apache.org on 2021/11/28 00:00:58 UTC, 0 replies.
- [sis] 01/02: Give a little bit of tickness to the lines drawn for representing missing tiles. - posted by de...@apache.org on 2021/11/28 00:00:59 UTC, 0 replies.
- [sis] 02/02: Fix an `IndexOutOfBoundsException` when stretching the colors of an `IndexColorModel`. - posted by de...@apache.org on 2021/11/28 00:01:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (2034647 -> 9edee11) - posted by de...@apache.org on 2021/11/28 13:08:05 UTC, 0 replies.
- [sis] 01/03: Remove the 100 pixels margin which was added to the image rendered by `CoverageCanvas`. The margin intend was to have some content ready in advance when user translates the view. But it also consumes more memory, slows down the rendering (because of larger surface) and makes the `ImagePropertyExplorer` content a little bit more confusing. - posted by de...@apache.org on 2021/11/28 13:08:06 UTC, 0 replies.
- [sis] 02/03: Better rendering of `ImagePropertyExplorer` content when the property value is another image. - posted by de...@apache.org on 2021/11/28 13:08:07 UTC, 0 replies.
- [sis] 03/03: In `PlanarImage.verify()`, an unexpected value for "width" and "height" properties may be normal. So those "anomalies" should be reported only if everything else is okay. - posted by de...@apache.org on 2021/11/28 13:08:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (9edee11 -> 9a8e548) - posted by de...@apache.org on 2021/11/28 17:01:26 UTC, 0 replies.
- [sis] 01/03: Reduce the number of image rendering events in the `PropertyView`. If rendering requests happen faster that we can redraw, only the last request is executed. - posted by de...@apache.org on 2021/11/28 17:01:27 UTC, 0 replies.
- [sis] 02/03: Fix a `NullPointerException` when a new resource is opened while another resource was visible. - posted by de...@apache.org on 2021/11/28 17:01:28 UTC, 0 replies.
- [sis] 03/03: Simplify the GUI on the left side: - Replace the split pane on the left side by an accordion. - Reduce the number of titled pane in the accordion for other controls. - posted by de...@apache.org on 2021/11/28 17:01:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: More stable behavior of the tree of resources when the second resource is added after the first one. - posted by de...@apache.org on 2021/11/28 21:07:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a24f3de -> 5b8c29b) - posted by de...@apache.org on 2021/11/29 23:22:22 UTC, 0 replies.
- [sis] 01/02: Subsampling computed by `GridDerivation.subgrid(GridGeometry)` must be integer (it was not when the given grid geometry has only a "grid to CRS" transform). Better determination of which grid between source and target must have a CRS. - posted by de...@apache.org on 2021/11/29 23:22:23 UTC, 0 replies.
- [sis] 02/02: Allow netCDF reader to distinguish "discrete coverage" from "continuous coverage". In GCOM-C case, the "QA_flag" (data quality) variable is a discrete coverage. - posted by de...@apache.org on 2021/11/29 23:22:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (5b8c29b -> 729a4e3) - posted by de...@apache.org on 2021/11/30 14:43:58 UTC, 0 replies.
- [sis] 01/03: Allow to specify default color palettes for netCDF variables. This is an internal API for now, with colors depending on conventions. - posted by de...@apache.org on 2021/11/30 14:43:59 UTC, 0 replies.
- [sis] 02/03: `CoverageCanvas` needs to take background value in account during "resample" operations. - posted by de...@apache.org on 2021/11/30 14:44:00 UTC, 0 replies.
- [sis] 03/03: Add a contextual menu for clearing the table of category colors. - posted by de...@apache.org on 2021/11/30 14:44:01 UTC, 0 replies.