You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: Portrayal : add SEPortrayer aggregated resource test - posted by js...@apache.org on 2021/02/01 07:43:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ce89d94 -> b389939) - posted by de...@apache.org on 2021/02/01 23:31:12 UTC, 0 replies.
- [sis] 01/02: Refactor `ValueColorMapper` as a `Widget` subclass. The intent is to allow more complex GUI later (with controls for specifying a range of isoline levels instead than entering values one-by-one). - posted by de...@apache.org on 2021/02/01 23:31:13 UTC, 0 replies.
- [sis] 02/02: Provide a contextual menu for generating isolines at a constant interval in a range. This work required a refactoring of the way we validate `TextField` value in order to share code. - posted by de...@apache.org on 2021/02/01 23:31:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b389939 -> e05a30a) - posted by de...@apache.org on 2021/02/02 23:11:57 UTC, 0 replies.
- [sis] 01/02: Use `BigDecimal` for computation of intermediate levels for making sure that we do not surprise users with rounding errors before final conversion to `double`. - posted by de...@apache.org on 2021/02/02 23:11:58 UTC, 0 replies.
- [sis] 02/02: Add a `CoverageCanvasApp` for manual & visual testing of `CoverageCanvas`. - posted by de...@apache.org on 2021/02/02 23:11:59 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e05a30a -> c40cdfb) - posted by de...@apache.org on 2021/02/03 22:46:39 UTC, 0 replies.
- [sis] 01/02: Fix Javadoc links. - posted by de...@apache.org on 2021/02/03 22:46:40 UTC, 0 replies.
- [sis] 02/02: Replace `Consumer` by a new `ErrorHandler` interface. It allows us to provide more information about failures, in particular a list of tiles that failed. - posted by de...@apache.org on 2021/02/03 22:46:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Clarify which `LogRecord` properties are initialised when an error is reported. - posted by de...@apache.org on 2021/02/04 15:22:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add the possibility to substitute a tile placeholder in "prefetch" operation if an error handler has been specified. - posted by de...@apache.org on 2021/02/05 22:55:06 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Try to provide a better coverage of error handling during `CoverageCanvas` rendering: - Replace the various `ErrorHander.Report.addFoo(…)` methods by a single `add(…)` method giving more control on the `LogRecord` content. - Make `ErrorHandler.Report` thread-safe and document the synchronization lock to use when modifying the `LogRecord` content. - Allow `PrefetchedImage` to perform rendering in a mode where exceptions are caught and tiles are replaced by place-holders. - Use above-cit [...] - posted by de...@apache.org on 2021/02/08 15:24:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (4fd2a67 -> d6ca8ba) - posted by de...@apache.org on 2021/02/10 15:11:50 UTC, 0 replies.
- [sis] 01/02: Apply `ErrorHandler` during sequential operations too, not only during parallel operations. - posted by de...@apache.org on 2021/02/10 15:11:51 UTC, 0 replies.
- [sis] 02/02: Better catching of exceptions to be reported to user. - posted by de...@apache.org on 2021/02/10 15:11:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d6ca8ba -> 2e68ca4) - posted by de...@apache.org on 2021/02/11 00:31:30 UTC, 0 replies.
- [sis] 01/03: Remove `transformOnNewImage`, which was not necessary. It simplifies the handling of transforms and seems to resolve a discontinuity sometime observed during pan events. - posted by de...@apache.org on 2021/02/11 00:31:31 UTC, 0 replies.
- [sis] 02/03: Increase the off-screen margin for smother pan gestures. - posted by de...@apache.org on 2021/02/11 00:31:32 UTC, 0 replies.
- [sis] 03/03: Add a public API for isolines. - posted by de...@apache.org on 2021/02/11 00:31:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Better error messages. - posted by de...@apache.org on 2021/02/12 12:52:01 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make possible to apply linearizers on localization grid and have the final coordinates in the "linearized" CRS, without converting them back to the original CRS. The use case is the application of Universal Transverse Mercator (UTM) projection on GCOM rasters for making their "grid to CRS" closer to affine transforms. In this case, we want to keep UTM coordinates in the final result, not reconverting them back to geographic coordinates. - posted by de...@apache.org on 2021/02/16 23:40:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Upgrade dependencies. - posted by de...@apache.org on 2021/02/17 19:56:30 UTC, 0 replies.
- [jira] [Created] (SIS-509) Migrate the web site to another site generator tool - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/02/18 18:40:00 UTC, 0 replies.
- [jira] [Commented] (SIS-509) Migrate the web site to another site generator tool - posted by "Bruno P. Kinoshita (Jira)" <ji...@apache.org> on 2021/02/18 21:13:00 UTC, 9 replies.
- [sis] branch geoapi-4.0 updated: Portrayal : add SEPortrayer preserve properties hint and testcase - posted by js...@apache.org on 2021/02/19 08:59:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Portrayal : fix cases where rule filter properties are not returned - posted by js...@apache.org on 2021/02/19 09:33:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Portrayal : fix exception when using a property on a sub-featuretype in style definition - posted by js...@apache.org on 2021/02/19 11:10:58 UTC, 0 replies.
- [sis] branch master updated: Fix `NoSuchMethodException` when cloning an array and `NullPointerException` when writing legacy metadata properties. This is a side-effect of work done in ASF-OGC-OSGeo join code sprint. - posted by de...@apache.org on 2021/02/21 21:50:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix `NoSuchMethodException` when cloning an array and `NullPointerException` when writing legacy metadata properties. This is a side-effect of work done in ASF-OGC-OSGeo join code sprint. - posted by de...@apache.org on 2021/02/21 21:51:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Upgrade UCAR netCDF dependency from version 4.6.15 to 5.4.1. Changes in UCAR API are documented at there: https://docs.unidata.ucar.edu/netcdf-java/current/userguide/upgrade_to_50.html - posted by de...@apache.org on 2021/02/23 15:21:53 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Restore the same set of `NetcdfDataset.Enhance` mode than before the upgrade to UCAR library version 5. It is important in particular to NOT put the `ConvertUnsigned` mode, because Apache SIS handles unsigned integers in a different way than what UCAR does. Remove usage of deprecated `enhance` method. - posted by de...@apache.org on 2021/02/23 20:33:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Finer determination of Transverse Mercator domain of validity. - posted by de...@apache.org on 2021/02/24 15:13:57 UTC, 0 replies.
- svn commit: r1886895 - in /sis/analysis/French: ./ Notes on distances calculation.odt - posted by de...@apache.org on 2021/02/24 22:03:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: After having verified that `TransverseMercator` now behave like a monotonic function up to 90° of longitude, remove the limit previously set at 70°. Add notes saying that results for longitude larger than 60° are inexact. We nevertheless allow computations between 60° and 90° because they are required for handling some raster data. - posted by de...@apache.org on 2021/02/25 00:00:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b0c3203 -> 5d86b40) - posted by de...@apache.org on 2021/02/25 14:51:58 UTC, 0 replies.
- [sis] 01/04: Add clarification in comments. - posted by de...@apache.org on 2021/02/25 14:51:59 UTC, 0 replies.
- [sis] 02/04: Replace ≧ by ≥ and ≦ by ≤. - posted by de...@apache.org on 2021/02/25 14:52:00 UTC, 0 replies.
- [sis] 03/04: Replace some http: protocols by https: and remove links that seem not active anymore. - posted by de...@apache.org on 2021/02/25 14:52:01 UTC, 0 replies.
- [sis] 04/04: Remove the `netcdf.version` property. It is not needed anymore since we have only one dependency. - posted by de...@apache.org on 2021/02/25 14:52:02 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Avoid use of the deprecated `ucar.nc2.dataset.CoordSysBuilder` class. It forces us to register a `ucar.nc2.dataset.spi.CoordSystemBuilderFactory` using Service Provider Interface (SPI), which is a bit unfortunate because it has a global effect on system configuration. But we do this registration only if the `sis-japan-profile` is in the classpath. - posted by de...@apache.org on 2021/02/26 22:43:20 UTC, 0 replies.