You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch feat/filtercopy created (now bd9026738e) - posted by js...@apache.org on 2022/05/02 12:44:46 UTC, 0 replies.
- [sis] 01/01: Filter: add CopyVisitor implementation - posted by js...@apache.org on 2022/05/02 12:44:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (4a0ed7a1a3 -> a39fb97d1c) - posted by de...@apache.org on 2022/05/02 16:24:54 UTC, 0 replies.
- [sis] 01/04: Port `LambertAzimuthalEqualArea` from Geotk. We rewrote the equations from EPSG guidance notes. - posted by de...@apache.org on 2022/05/02 16:24:55 UTC, 0 replies.
- [sis] 02/04: Make the `qm(sinφ)` method always safe to the spherical case. The reason is because `Spherical` inner classes are not public. Consequently users creating their own map projection subclasses could have a non-working instance. - posted by de...@apache.org on 2022/05/02 16:24:56 UTC, 0 replies.
- [sis] 03/04: Before to replace a map projection by a spherical optimization, verify if it is safe to do so. If user created a subclasses, we should not do such replacement because it would ignore user's code. - posted by de...@apache.org on 2022/05/02 16:24:57 UTC, 0 replies.
- [sis] 04/04: Javadoc updates. - posted by de...@apache.org on 2022/05/02 16:24:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a39fb97d1c -> 9a87ff27c0) - posted by de...@apache.org on 2022/05/03 17:25:13 UTC, 0 replies.
- [sis] 01/05: Rename `EqualAreaProjection` as `AuthalicConversion`. - posted by de...@apache.org on 2022/05/03 17:25:14 UTC, 0 replies.
- [sis] 02/05: Slight modification of `AuthalicConversion` parameters for making clearer that this is a conversion between geodetic latitude φ and authalic latitude β. - posted by de...@apache.org on 2022/05/03 17:25:15 UTC, 0 replies.
- [sis] 03/05: Fix the unicode character for Greek Beta letter. - posted by de...@apache.org on 2022/05/03 17:25:16 UTC, 0 replies.
- [sis] 04/05: Implement ESRI "Mercator Auxiliary Sphere" type 3 (with conversion of geodetic latitudes to authalic latitudes). This feature requires an additional degree of flexibility in the package-private projection constructors. - posted by de...@apache.org on 2022/05/03 17:25:17 UTC, 0 replies.
- [sis] 05/05: `skipBytes` method implementation should skip all specified bytes when possible, because some `ImageReader` implementation don't check the return value. - posted by de...@apache.org on 2022/05/03 17:25:18 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (9a87ff27c0 -> 9e5697263d) - posted by de...@apache.org on 2022/05/04 17:00:47 UTC, 0 replies.
- [sis] 01/03: Leverage more a simple helper method for getting the filename without suffix. - posted by de...@apache.org on 2022/05/04 17:00:48 UTC, 0 replies.
- [sis] 02/03: Add a boolean argument to `AbstractResource` for making possible to use the parent listeners directly. The use case for direct use is when the resource is only a proxy for a "real" resource. - posted by de...@apache.org on 2022/05/04 17:00:49 UTC, 0 replies.
- [sis] 03/03: If the World File uses a format which is known to support only one image (PNG, BMP, WBMP and maybe JPEG), returns a data store which implements directly `GridCoverageResource` instead of `Aggregate`. - posted by de...@apache.org on 2022/05/04 17:00:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a safety against `ImageReader` implementations that do not check if there is enough bytes in the stream. - posted by de...@apache.org on 2022/05/04 17:39:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Revert the check for EOFException. Instead, a patch is submitted to OpenJDK for fixing `ImageReaderSpi.canDecodeInput(Object)` implementations. - posted by de...@apache.org on 2022/05/05 10:52:48 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (15f1d671c9 -> 8f4b197bc6) - posted by de...@apache.org on 2022/05/05 13:45:37 UTC, 0 replies.
- [sis] 01/02: Post-merge cleanup. - posted by de...@apache.org on 2022/05/05 13:45:38 UTC, 0 replies.
- [sis] 02/02: Merge branch 'geoapi-4.0' into geoapi-3.1. Includes new map projection and improvements on World File data store. - posted by de...@apache.org on 2022/05/05 13:45:39 UTC, 0 replies.
- [sis] branch master updated (0beabad754 -> e0503ad983) - posted by de...@apache.org on 2022/05/05 14:41:22 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2022/05/05 14:41:23 UTC, 2 replies.
- [sis] branch geoapi-4.0 updated (bae538e77a -> b62ce391e5) - posted by de...@apache.org on 2022/05/05 16:33:46 UTC, 0 replies.
- [sis] 01/02: Post-merge cleaning. - posted by de...@apache.org on 2022/05/05 16:33:47 UTC, 0 replies.
- [sis] 02/02: Remove all usage of `java.util.security.AccessController` because this class is deprecated since Java 17. The `src/main/config/security.policy` file is deleted. - posted by de...@apache.org on 2022/05/05 16:33:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make `WorldFileStore` class public for giving access to the `getFormatNames(boolean)` method. Remove a method which is not used anymore. - posted by de...@apache.org on 2022/05/06 09:20:39 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move some URLs in a class for easier maintenance. Change "http:sis.apache.org" to "https:". Allow configuration of the URL to EPSG installation. - posted by de...@apache.org on 2022/05/06 12:48:06 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f5e80273b3 -> fa39844ccd) - posted by de...@apache.org on 2022/05/06 17:58:25 UTC, 0 replies.
- [sis] 01/03: Make the name separator configurable when using a S3 storage service. - posted by de...@apache.org on 2022/05/06 17:58:26 UTC, 0 replies.
- [sis] 02/03: Add a "main class" attribute for JavaFX application. - posted by de...@apache.org on 2022/05/06 17:58:27 UTC, 0 replies.
- [sis] 03/03: Upgrade dependency versions. - posted by de...@apache.org on 2022/05/06 17:58:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (fa39844ccd -> 8e7b1a515c) - posted by de...@apache.org on 2022/05/06 18:15:56 UTC, 0 replies.
- [sis] 01/01: Upgrade dependency versions. - posted by de...@apache.org on 2022/05/06 18:15:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8e7b1a515c -> 4c2f877889) - posted by de...@apache.org on 2022/05/09 09:53:12 UTC, 0 replies.
- [sis] 01/02: Add documentation and missing annotations. Fix some javadoc errors. - posted by de...@apache.org on 2022/05/09 09:53:13 UTC, 0 replies.
- [sis] 02/02: English spelling: "The later" → "The latter". - posted by de...@apache.org on 2022/05/09 09:53:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Better handling of directory on S3 storage. - posted by de...@apache.org on 2022/05/09 11:08:29 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (8f4b197bc6 -> c654790fde) - posted by de...@apache.org on 2022/05/09 11:59:44 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2022/05/09 11:59:45 UTC, 1 replies.
- [sis] branch master updated (e0503ad983 -> cf19121ee4) - posted by de...@apache.org on 2022/05/09 12:16:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0666ddb3dd -> fda2336cee) - posted by de...@apache.org on 2022/05/09 13:05:44 UTC, 0 replies.
- [sis] 01/02: Set to 1.2 in anticipation for 1.2 release. Update README and NOTICE files. - posted by de...@apache.org on 2022/05/09 13:05:45 UTC, 0 replies.
- [sis] 02/02: Rename `sis-cloud-S3` module as `sis-cloud-aws`. - posted by de...@apache.org on 2022/05/09 13:05:46 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: CQL : support date, period and duration literals - posted by js...@apache.org on 2022/05/09 13:08:07 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (c654790fde -> 2b32e74c22) - posted by de...@apache.org on 2022/05/09 13:08:27 UTC, 0 replies.
- [sis] branch master updated (cf19121ee4 -> 97a5c714de) - posted by de...@apache.org on 2022/05/09 13:15:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Set the type of "North/South Pole Rotation" operation method, which is `Conversion`. - posted by de...@apache.org on 2022/05/09 14:51:29 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (2b32e74c22 -> 1eaa4fa82c) - posted by de...@apache.org on 2022/05/09 14:54:23 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 for getting last fixes before release. - posted by de...@apache.org on 2022/05/09 14:54:24 UTC, 0 replies.
- [sis] branch master updated (97a5c714de -> 62d82cc847) - posted by de...@apache.org on 2022/05/09 14:57:04 UTC, 0 replies.
- [sis] 01/02: Avoid javadoc links to interfaces that do not exist in GeoAPI 3.0. - posted by de...@apache.org on 2022/05/09 14:57:05 UTC, 0 replies.
- [sis] 02/02: Merge branch 'geoapi-3.1' for last fixes before release. - posted by de...@apache.org on 2022/05/09 14:57:06 UTC, 0 replies.
- [sis-site] branch main updated (b0ebd1e1 -> 297b42d4) - posted by de...@apache.org on 2022/05/09 15:20:14 UTC, 0 replies.
- [sis-site] 01/03: Remove warning about bug in URL for downloading EPSG data and add a list of supported formats. - posted by de...@apache.org on 2022/05/09 15:20:15 UTC, 0 replies.
- [sis-site] 02/03: Update the list CRS and operation methods supported by Apache SIS 1.2. - posted by de...@apache.org on 2022/05/09 15:20:16 UTC, 0 replies.
- [sis-site] 03/03: Release notes for Apache SIS 1.2. - posted by de...@apache.org on 2022/05/09 15:20:17 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Generate the web site with SIS 1.2 release notes, list of formats and updated list of CRS and operation methods. - posted by de...@apache.org on 2022/05/09 15:25:51 UTC, 0 replies.
- [sis] branch 1.2-RC created (now 8491f5f027) - posted by de...@apache.org on 2022/05/09 15:26:52 UTC, 0 replies.
- [sis] 01/02: Remove the modules to be excluded from 1.2 release. - posted by de...@apache.org on 2022/05/09 15:26:53 UTC, 0 replies.
- [sis] 02/02: Set version number to 1.2. - posted by de...@apache.org on 2022/05/09 15:26:54 UTC, 0 replies.
- svn commit: r1900780 - in /sis/data/non-free: pom.xml sis-embedded-data/pom.xml sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/EmbeddedResources.java sis-epsg/pom.xml - posted by de...@apache.org on 2022/05/10 12:18:46 UTC, 0 replies.
- svn commit: r1900781 - /sis/release-test/maven/pom.xml - posted by de...@apache.org on 2022/05/10 12:42:16 UTC, 0 replies.
- [sis] branch 1.2-RC updated (8491f5f027 -> 6aa660bd49) - posted by de...@apache.org on 2022/05/10 15:04:52 UTC, 0 replies.
- [sis] 01/02: Fix compilation errors caused by mismatched versions. - posted by de...@apache.org on 2022/05/10 15:04:53 UTC, 0 replies.
- [sis] 02/02: Remove `sis-webapp` module, since it is not ready. - posted by de...@apache.org on 2022/05/10 15:04:54 UTC, 0 replies.
- svn commit: r1900784 - in /sis/site: README branches/ trunk/ - posted by de...@apache.org on 2022/05/10 15:23:56 UTC, 0 replies.
- svn commit: r1900785 - /sis/release-test/maven/pom.xml - posted by de...@apache.org on 2022/05/10 15:33:33 UTC, 0 replies.
- svn commit: r1900786 - in /sis/release-test: integration/ integration/pom.xml maven/pom.xml maven/src/test/java/org/apache/sis/test/IntegrationTest.java maven/src/test/java/org/apache/sis/test/SelfConsistencyTest.java - posted by de...@apache.org on 2022/05/10 15:53:29 UTC, 0 replies.
- svn commit: r54413 - in /dev/sis/1.2: ./ RC1/ - posted by de...@apache.org on 2022/05/10 16:53:06 UTC, 0 replies.
- svn commit: r1900807 - in /sis: branches/Shapefile2/ data/unclassified/ sandbox/ - posted by de...@apache.org on 2022/05/11 12:30:31 UTC, 0 replies.
- svn commit: r1900808 - /sis/site/README - posted by de...@apache.org on 2022/05/11 12:41:20 UTC, 0 replies.
- svn commit: r1900810 - in /sis: archives/ archives/README archives/branches/ archives/site/ archives/site/README archives/tags/ archives/trunk/ branches/ site/ tags/ trunk/ - posted by de...@apache.org on 2022/05/11 12:50:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d2eca32ddb -> 58cd2d406c) - posted by de...@apache.org on 2022/05/11 16:09:26 UTC, 0 replies.
- [sis] 01/03: Keep (for now) the Java 8 layout (no module page) in generated javadoc. - posted by de...@apache.org on 2022/05/11 16:09:27 UTC, 0 replies.
- [sis] 02/03: Remove `LoggerFactory` and related classes and methods. - posted by de...@apache.org on 2022/05/11 16:09:28 UTC, 0 replies.
- [sis] 03/03: Remove deprecated methods that do not override an abstract methods. - posted by de...@apache.org on 2022/05/11 16:09:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Apply a longitude wraparound on the Mercator projection. - posted by de...@apache.org on 2022/05/12 10:26:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Partial revert of commit 58cd2d4: the null check is still needed. - posted by de...@apache.org on 2022/05/12 15:05:23 UTC, 0 replies.
- [sis-site] branch main updated (297b42d4 -> 3f67ee1d) - posted by de...@apache.org on 2022/05/12 15:58:27 UTC, 0 replies.
- [sis-site] 01/04: Online examples need to use "https" in URLs. - posted by de...@apache.org on 2022/05/12 15:58:28 UTC, 0 replies.
- [sis-site] 02/04: Repeat link to mailing lists and add link to GitHub. - posted by de...@apache.org on 2022/05/12 15:58:29 UTC, 0 replies.
- [sis-site] 03/04: Update release instructions. - posted by de...@apache.org on 2022/05/12 15:58:30 UTC, 0 replies.
- [sis-site] 04/04: Update information about SIS 1.2 release. - posted by de...@apache.org on 2022/05/12 15:58:31 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Web site for SIS 1.2 release candidate 1. - posted by de...@apache.org on 2022/05/12 16:06:43 UTC, 0 replies.
- [sis-site] branch main updated: Expand the release vote template. - posted by de...@apache.org on 2022/05/12 17:01:55 UTC, 0 replies.
- [sis] branch master updated: Set version to 1.3-SNAPSHOT. - posted by de...@apache.org on 2022/05/12 17:22:47 UTC, 0 replies.
- [sis-site] branch main updated (688bd2fd -> 96eb2fb4) - posted by de...@apache.org on 2022/05/13 16:57:51 UTC, 0 replies.
- [sis-site] 01/02: Remove the generated developer guide from the `main` branch. Instead, those documents will be generated directly in the `asf-staging` branch. - posted by de...@apache.org on 2022/05/13 16:57:52 UTC, 0 replies.
- [sis-site] 02/02: Table Of Content (TOC) highlights the viewed item in the main document. - posted by de...@apache.org on 2022/05/13 16:57:53 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f91de6eb21 -> 7d88d4c0f3) - posted by de...@apache.org on 2022/05/13 16:58:44 UTC, 0 replies.
- [sis] 01/03: Increment version number from 1.2 to 1.3. - posted by de...@apache.org on 2022/05/13 16:58:45 UTC, 0 replies.
- [sis] 02/03: Generate the developer guide directly in the `asf-staging` branch. - posted by de...@apache.org on 2022/05/13 16:58:46 UTC, 0 replies.
- [sis] 03/03: Remove the generation of TOC fragment in each chapter. Will be replaced by better navigation pane. - posted by de...@apache.org on 2022/05/13 16:58:47 UTC, 0 replies.
- [sis-site] branch main updated: List modules in the download pages. Minor editions. - posted by de...@apache.org on 2022/05/16 11:07:03 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (7d88d4c0f3 -> bc23143019) - posted by de...@apache.org on 2022/05/17 17:12:22 UTC, 0 replies.
- [sis] 01/02: Avoid misleading error message for unsupported JPEG compression in GeoTIFF. Documentation update. - posted by de...@apache.org on 2022/05/17 17:12:23 UTC, 0 replies.
- [sis] 02/02: Add a `GridCoverageProcessor.convert(…)` method. - posted by de...@apache.org on 2022/05/17 17:12:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: JTS : fix empty geometry transform exception - posted by js...@apache.org on 2022/05/18 07:20:30 UTC, 0 replies.
- [sis] branch feat/style updated: Style : update hashcode and equals formating - posted by js...@apache.org on 2022/05/18 08:12:16 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add missing synchronization. - posted by de...@apache.org on 2022/05/18 13:15:19 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (40350f09ea -> ceb6064e23) - posted by de...@apache.org on 2022/05/18 14:12:25 UTC, 0 replies.
- [sis] 01/01: Add missing synchronization. - posted by de...@apache.org on 2022/05/18 14:12:26 UTC, 0 replies.
- svn commit: r54614 - /dev/sis/1.2/RC1/ /release/sis/1.2/ - posted by de...@apache.org on 2022/05/18 19:29:17 UTC, 0 replies.
- svn commit: r54615 - /dev/sis/1.2/ - posted by de...@apache.org on 2022/05/18 19:30:21 UTC, 0 replies.
- [sis-site] branch main updated: Rename "Formats" as "Data formats" and add information about AWS S3 access. - posted by de...@apache.org on 2022/05/18 22:51:54 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Regenerate the stated web site, except the developer guide and javadoc. - posted by de...@apache.org on 2022/05/18 22:53:04 UTC, 0 replies.
- [sis-site] branch asf-staging updated (4cfc951a -> e5bada61) - posted by de...@apache.org on 2022/05/18 22:53:41 UTC, 0 replies.
- [sis-site] 01/01: Regenerate the staged web site, except the developer guide and javadoc. - posted by de...@apache.org on 2022/05/18 22:53:42 UTC, 0 replies.
- [sis-site] branch main updated: Reorganise the developer guide with more text moved to annex. - posted by de...@apache.org on 2022/05/19 17:37:54 UTC, 0 replies.
- [sis-site] branch main updated: Style and minor edition of developer guide. - posted by de...@apache.org on 2022/05/19 22:18:20 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Regenerate the developer guide. - posted by de...@apache.org on 2022/05/19 22:19:31 UTC, 0 replies.
- [sis-site] branch javadoc updated: Update javadoc for SIS 1.2. - posted by de...@apache.org on 2022/05/19 22:24:10 UTC, 0 replies.
- [sis-site] branch asf-site updated (857e6562 -> 3f14849d) - posted by de...@apache.org on 2022/05/19 22:30:10 UTC, 0 replies.
- [sis-site] 01/01: Merge branch 'asf-staging' into asf-site for publication of 1.2 release. - posted by de...@apache.org on 2022/05/19 22:30:11 UTC, 0 replies.
- svn commit: r54645 - /release/sis/1.1/ - posted by de...@apache.org on 2022/05/20 08:25:43 UTC, 0 replies.
- [sis-site] branch main updated: Minor edition for making the documentation more up-to-date. - posted by de...@apache.org on 2022/05/20 08:37:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ceb6064e23 -> 9b361070f3) - posted by de...@apache.org on 2022/05/20 16:46:09 UTC, 0 replies.
- [sis] 01/05: Add assertions relative to synchronization. - posted by de...@apache.org on 2022/05/20 16:46:10 UTC, 0 replies.
- [sis] 02/05: Rename logging level relative to slow operations. - posted by de...@apache.org on 2022/05/20 16:46:11 UTC, 0 replies.
- [sis] 03/05: Fix the number of fraction digits shown in the table of values. - posted by de...@apache.org on 2022/05/20 16:46:12 UTC, 0 replies.
- [sis] 04/05: Ignore soft-hyphens when searching keyword. Reduce the number of heading levels used for the table of content. - posted by de...@apache.org on 2022/05/20 16:46:13 UTC, 0 replies.
- [sis] 05/05: Upgrade JavaFX dependencies. Minor documentation fixes. - posted by de...@apache.org on 2022/05/20 16:46:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Handle the status bar layout outside `GridView`. Handle more common properties in the `ViewAndControls` parent class. - posted by de...@apache.org on 2022/05/21 17:25:41 UTC, 0 replies.
- [sis] branch feat/matrixutils created (now d63bee034a) - posted by js...@apache.org on 2022/05/23 09:04:24 UTC, 0 replies.
- [sis] 01/01: TileMatrix : add utility method for tiling scheme detection - posted by js...@apache.org on 2022/05/23 09:04:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add sliders for selecting the slice to show in a 3 (or more) dimensional data cube. Slider graduation is okay but selecting a value does not yet have an effect. - posted by de...@apache.org on 2022/05/23 15:28:00 UTC, 0 replies.
- [sis] branch fix/sql-temporal created (now 213249a4d7) - posted by am...@apache.org on 2022/05/23 17:27:11 UTC, 0 replies.
- [sis] 01/02: chore(Storage): add a test class dedicated to temporal value conversion. - posted by am...@apache.org on 2022/05/23 17:27:12 UTC, 0 replies.
- [sis] 02/02: fix(Storage): properly handle SQL timestamps to avoid ambiguity - posted by am...@apache.org on 2022/05/23 17:27:13 UTC, 0 replies.
- [sis] branch fix/sql-temporal updated (213249a4d7 -> 95cc840866) - posted by am...@apache.org on 2022/05/24 08:52:33 UTC, 0 replies.
- [sis] 01/03: chore(Storage): rename some tests methods - posted by am...@apache.org on 2022/05/24 08:52:34 UTC, 0 replies.
- [sis] 02/03: chore(Storage): Add tests for sql Time and Time with timezone conversion to java.time objects. - posted by am...@apache.org on 2022/05/24 08:52:35 UTC, 0 replies.
- [sis] 03/03: fix(Storage): remove incorrect timezone shift on sql time conversion - posted by am...@apache.org on 2022/05/24 08:52:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (9adfa358f6 -> 270416850b) - posted by de...@apache.org on 2022/05/24 16:49:09 UTC, 0 replies.
- [sis] 01/05: Fix an erroneous temporal coordinate shown in the status bar with the CRS is (x,y,t). - posted by de...@apache.org on 2022/05/24 16:49:10 UTC, 0 replies.
- [sis] 02/05: More compact representation of the temporal coordinate in a (x,y,t) tuple. - posted by de...@apache.org on 2022/05/24 16:49:11 UTC, 0 replies.
- [sis] 03/05: Add a `GridExtent.setRange(…)` method. Change the order of some other methods for grouping related methods. - posted by de...@apache.org on 2022/05/24 16:49:12 UTC, 0 replies.
- [sis] 04/05: Build new `GridExtent` from slider positions. - posted by de...@apache.org on 2022/05/24 16:49:13 UTC, 0 replies.
- [sis] 05/05: More tolerant parsing of NaN value for GDAL_NODATA in TIFF file. It is sometime written as "nan" (all lower case). - posted by de...@apache.org on 2022/05/24 16:49:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (270416850b -> b82266fafa) - posted by de...@apache.org on 2022/05/25 17:16:03 UTC, 0 replies.
- [sis] 01/02: Show the currently selected value in the status bar during slider adjustment. - posted by de...@apache.org on 2022/05/25 17:16:04 UTC, 0 replies.
- [sis] 02/02: Use CRS axis name instead of grid axis name when possible. - posted by de...@apache.org on 2022/05/25 17:16:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b82266fafa -> e26c2825bf) - posted by de...@apache.org on 2022/05/26 23:02:29 UTC, 0 replies.
- [sis] 01/03: Rename `GridExtent.setRange(…)` as `withRange(…)` because it does not modify the current instance. - posted by de...@apache.org on 2022/05/26 23:02:30 UTC, 0 replies.
- [sis] 02/03: Add a `PixelInCell` argument to the `GridExtent.getPointOfInterest()` method. It matter when we use that method for getting the coordinates of a slice. - posted by de...@apache.org on 2022/05/26 23:02:31 UTC, 0 replies.
- [sis] 03/03: Change of slider position now cause the rendering of corresponding slice of data. It works for `GridView` only at this stage, not yet for `CoverageCanvas`. - posted by de...@apache.org on 2022/05/26 23:02:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e26c2825bf -> fbde8a0a60) - posted by de...@apache.org on 2022/05/27 16:30:49 UTC, 0 replies.
- [sis] 01/02: Add a `Envelopes.transformWraparounds(…)` method for getting the individual envelopes before their union is computed. This method is useful only if the transforms chain contains at least one `WraparoundTransform` step. - posted by de...@apache.org on 2022/05/27 16:30:50 UTC, 0 replies.
- [sis] 02/02: Avoid wraparound when the result does not intersect the base grid geometry. The fix use `GridExtent.toEnvelopes(…)` (note the pluarl form) is applied in only once place for now, but we should check if it applies to more places. - posted by de...@apache.org on 2022/05/27 16:30:51 UTC, 0 replies.
- [sis] tag 1.2 created (now 6aa660bd49) - posted by de...@apache.org on 2022/05/27 16:51:05 UTC, 0 replies.
- [sis] branch 1.2-RC deleted (was 6aa660bd49) - posted by de...@apache.org on 2022/05/27 16:51:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (fbde8a0a60 -> c112a871b4) - posted by de...@apache.org on 2022/05/30 15:20:01 UTC, 0 replies.
- [sis] 01/03: Method renaming, documentation update, more specific exception. - posted by de...@apache.org on 2022/05/30 15:20:02 UTC, 0 replies.
- [sis] 02/03: Revert commit 58cd2d406c5703fc029b0ad402bdbec30401e662 (removal of `sliceExtentProperty`) but without public access for now. We need this property for taking in account the slice selected by the slider. - posted by de...@apache.org on 2022/05/30 15:20:03 UTC, 0 replies.
- [sis] 03/03: Initial version of a `CoverangeCanvas` capable to navigate in dimensions over 2 (using sliders). It required a change in the ways controls are managed, e.g. with `StatusBar` now managed by `ViewAndControls`. - posted by de...@apache.org on 2022/05/30 15:20:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Various bug fixes related to the navigation in two-dimensional slices: - Random `MismatchedDimensionException` in the status bar. - Slice not updated when navigating using keyboard. - Map projection and zoom level lost when changing slice. - `CoverageExplorer` resource and coverage properties set to null. - posted by de...@apache.org on 2022/05/31 10:39:39 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When the position given to `GridEvaluator.apply(…)` does not have enough dimensions, default to the grid coordinates specified by `setDefaultSlice(…)` method call. - posted by de...@apache.org on 2022/05/31 17:14:18 UTC, 0 replies.