You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated (02d0e99b52 -> ac6a4fdb02) - posted by de...@apache.org on 2022/08/03 08:26:34 UTC, 0 replies.
- [sis] 01/02: Make the netCDF reader more robust to the case where a coordinate system axis has zero dimension. Such axes are omitted, but we need to adjust the number of dimensions accordingly. - posted by de...@apache.org on 2022/08/03 08:26:35 UTC, 0 replies.
- [sis] 02/02: Allow to fetch statistics in last resort if min/max are not specified in a netCDF file. This is disabled by default, because this operation is potentially costly. - posted by de...@apache.org on 2022/08/03 08:26:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ac6a4fdb02 -> dc743d4a4d) - posted by de...@apache.org on 2022/08/03 16:51:44 UTC, 0 replies.
- [sis] 01/03: Avoid an `AssertionError` when sub-classing a `Builder` subclass. Allow subclassing of `GeodeticObjectBuilder`. - posted by de...@apache.org on 2022/08/03 16:51:45 UTC, 0 replies.
- [sis] 02/03: Construct a better CRS from grid mapping attributes: - More informative ellipsoid/datum name than "Unnamed". - If the CRS inferred from coordinate variables has 0°…360° longitude range, apply that range to the CRS created from grid mapping attributes. - posted by de...@apache.org on 2022/08/03 16:51:46 UTC, 0 replies.
- [sis] 03/03: More robust check for wraparound in `GridEvaluator` when the given point has less dimensions than the grid geometry. - posted by de...@apache.org on 2022/08/03 16:51:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Replace `GridEvaluator` class by `GridCoverage.Evaluator` interface. - posted by de...@apache.org on 2022/08/04 14:30:47 UTC, 0 replies.
- [sis-site] branch main updated: Add instruction about how to set a custom `DataSource` for connection to EPSG database. - posted by de...@apache.org on 2022/08/04 16:04:23 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Regenerate the web site with updated `epsg.html` page. Changes in other files are due to an upgrade of Hugo generator. - posted by de...@apache.org on 2022/08/04 16:05:28 UTC, 0 replies.
- [sis-site] branch asf-site updated (3f14849d -> f94fe91c) - posted by de...@apache.org on 2022/08/04 16:06:46 UTC, 0 replies.
- [sis-site] 01/01: Merge branch 'asf-staging' into asf-site: update of `epsg.html` page. - posted by de...@apache.org on 2022/08/04 16:06:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Slightly more accurate documentation of projection implementation methods and typo fixes. There is no code change in this commit (documentation only). - posted by de...@apache.org on 2022/08/05 21:34:05 UTC, 0 replies.
- [sis] branch dependabot/maven/org.postgresql-postgresql-42.4.1 created (now ac0e7fba2d) - posted by gi...@apache.org on 2022/08/06 06:03:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (71894a912f -> dfb9f31b65) - posted by de...@apache.org on 2022/08/07 18:30:16 UTC, 0 replies.
- [sis] 01/02: Rename `GridEvaluator` as `DefaultEvaluator` as a consequence of the replacement of `GridEvaluator` by an interface. - posted by de...@apache.org on 2022/08/07 18:30:17 UTC, 0 replies.
- [sis] 02/02: Reverse the logic of "synchronized window": instead of check boxes for windows to follow, the check boxes specify the windows on which to replicate gestures. It is more convenient that way, because after checking a box we are already in the window where to apply gestures. - posted by de...@apache.org on 2022/08/07 18:30:18 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (dfb9f31b65 -> bbdefb11e2) - posted by de...@apache.org on 2022/08/08 14:21:03 UTC, 0 replies.
- [sis] 01/03: Relax access to constructors. There is sometime good reasons for a caller to create an e.g. "Ellipsoid to geocentric" transform without the normalization/denormalization matrices (i.e. witn inputs in radians). - posted by de...@apache.org on 2022/08/08 14:21:04 UTC, 0 replies.
- [sis] 02/03: Allow to request parameter value in a unit of measurement different than the one specified by the parameter descriptor. Add a clarification in javadoc about implicit map projection parameters. - posted by de...@apache.org on 2022/08/08 14:21:05 UTC, 0 replies.
- [sis] 03/03: Add "Geocentric/topocentric conversions" (EPSG:9836). - posted by de...@apache.org on 2022/08/08 14:21:06 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add "Geographic/topocentric conversions" (EPSG:9837). - posted by de...@apache.org on 2022/08/08 22:04:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (586f44a6d9 -> 1638e57791) - posted by de...@apache.org on 2022/08/10 14:31:44 UTC, 0 replies.
- [sis] 01/04: Replace `Context.setSource(EllipsoidalCS, Ellipsoid)` method by `setSource(GeodeticCRS)`. The rational which was in previous method is actually inexact: we may need the ellipsoid even with non-ellipsoidal CS, if the CRS is geocentric. - posted by de...@apache.org on 2022/08/10 14:31:45 UTC, 0 replies.
- [sis] 02/04: Fix an ambiguity in the parsing of the WKT of a derived CRS using "[Geographic|Geocentric]/Topocentric" conversions. The problem is that the `BaseGeodCRS` element does not specify if the CS of the base CRS is ellipsoidal or Cartesian, so we have to infer that information from the operation method. - posted by de...@apache.org on 2022/08/10 14:31:46 UTC, 0 replies.
- [sis] 03/04: WKT of DerivedCRS should exclude semi-major and semi-minor parameters when they can be inferred from the geodetic datum. This is the same policy than the one currently applied on ProjectedCRS WKT. - posted by de...@apache.org on 2022/08/10 14:31:47 UTC, 0 replies.
- [sis] 04/04: Complete documentation and remove an exclusion for a test which now passes. - posted by de...@apache.org on 2022/08/10 14:31:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Upgeade dependencies. - posted by de...@apache.org on 2022/08/10 14:51:01 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (43debe04f2 -> 1beb63780c) - posted by de...@apache.org on 2022/08/10 14:56:06 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2022/08/10 14:56:07 UTC, 0 replies.
- [sis] branch master updated (3362ae7b9b -> a546a473a8) - posted by de...@apache.org on 2022/08/10 15:04:58 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2022/08/10 15:04:59 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Parsing of `` should accept `` elements in addition of the more specific ``, ``, etc. Note that this commit does not completly fix the issue, because the CRS type is not correctly resolved. - posted by de...@apache.org on 2022/08/11 13:49:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Revert https://issues.apache.org/jira/browse/SIS-166 for `DefaultEngineeringCRS`. That class appears to have the same problem than coordinate system in other CRS: the array of axes is empty for an unknown reason. - posted by de...@apache.org on 2022/08/12 10:03:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add an `IsolineViewer` widget for watching isoline generation step-by-step. For debugging purposes only. - posted by de...@apache.org on 2022/08/12 16:13:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (357e4d946b -> d81b368aef) - posted by de...@apache.org on 2022/08/13 21:39:54 UTC, 0 replies.
- [sis] 01/03: Move isoline generation code to its own package. - posted by de...@apache.org on 2022/08/13 21:39:55 UTC, 0 replies.
- [sis] 02/03: Move isoline `Tracer.Polyline` to a top-level class `PolylineBuffer`. There is no code change other than this move and documentation updates. - posted by de...@apache.org on 2022/08/13 21:39:56 UTC, 0 replies.
- [sis] 03/03: Move the `Unclosed` inner class to a top-level class, renamed `Fragments`. There is no code change (other than move/renaming) in this commit. - posted by de...@apache.org on 2022/08/13 21:39:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d81b368aef -> 50f768333d) - posted by de...@apache.org on 2022/08/14 22:27:53 UTC, 0 replies.
- [sis] 01/03: Move the `Joiner` inner class to a top-level class. There is no code change (other than move) in this commit. - posted by de...@apache.org on 2022/08/14 22:27:54 UTC, 0 replies.
- [sis] 02/03: When debugging isoline generations using `StepsViewer`, use different colors for polylines at different stages. - posted by de...@apache.org on 2022/08/14 22:27:55 UTC, 0 replies.
- [sis] 03/03: Try to show more debugging information during isoline generation. - posted by de...@apache.org on 2022/08/14 22:27:56 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (50f768333d -> 531be33a78) - posted by de...@apache.org on 2022/08/15 11:18:01 UTC, 0 replies.
- [sis] 01/02: Show data in background and show the final result of isoline generation. - posted by de...@apache.org on 2022/08/15 11:18:02 UTC, 0 replies.
- [sis] 02/02: Move `Result` inner class as a top-level class. There is no code change other than this move. - posted by de...@apache.org on 2022/08/15 11:18:03 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Bug fix: isoline lost when the values at both extremities is NaN. - posted by de...@apache.org on 2022/08/15 14:49:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move the `Process` inner class to a top-level class, renamed `Parallelized`. There is no code change (other than move/renaming) in this commit. - posted by de...@apache.org on 2022/08/15 18:48:14 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (1beb63780c -> 947dfd9042) - posted by de...@apache.org on 2022/08/15 19:01:26 UTC, 0 replies.
- [sis] 01/01: Merge fixes from branch 'geoapi-4.0' into geoapi-3.1; - posted by de...@apache.org on 2022/08/15 19:01:27 UTC, 0 replies.
- [sis] branch master updated (a546a473a8 -> 61f9c7be79) - posted by de...@apache.org on 2022/08/15 19:06:53 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2022/08/15 19:06:54 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated: Channel : avoid raising an exception when a flush is called with an index before current position, call has no effect - posted by js...@apache.org on 2022/08/16 14:19:25 UTC, 0 replies.
- [sis] branch dependabot/maven/org.postgresql-postgresql-42.4.1 deleted (was ac0e7fba2d) - posted by de...@apache.org on 2022/08/16 14:52:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e109a4954d -> d1d9870de2) - posted by de...@apache.org on 2022/08/16 14:56:29 UTC, 0 replies.
- [sis] 01/04: Channel: avoid raising an exception when a flush is called with an index before current position, call has no effect. - posted by de...@apache.org on 2022/08/16 14:56:30 UTC, 0 replies.
- [sis] 02/04: Show data start time and elevation range in metadata summary. - posted by de...@apache.org on 2022/08/16 14:56:31 UTC, 0 replies.
- [sis] 03/04: Apply the dependency upgrade of commit 1a2bc02b6f to the NetBeans project as well. - posted by de...@apache.org on 2022/08/16 14:56:32 UTC, 0 replies.
- [sis] 04/04: MapInfo producer "Pitney Bowes Inc." renamed "Precisely". Remove test for MapInfo code space because it changes often. - posted by de...@apache.org on 2022/08/16 14:56:33 UTC, 0 replies.
- [sis] branch master updated (61f9c7be79 -> 6b6f91b255) - posted by de...@apache.org on 2022/08/16 15:03:40 UTC, 0 replies.
- [sis] 01/01: Merge branch from GitHub bot for documentation purpose. - posted by de...@apache.org on 2022/08/16 15:03:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move aggregation classes to a separated package, in anticipation for more classes to be added. - posted by de...@apache.org on 2022/08/16 15:35:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f057125eea -> 696dfafa87) - posted by de...@apache.org on 2022/08/17 16:05:29 UTC, 0 replies.
- [sis] 01/02: Optimization which replaces a "resample" operation by a translation can be applied only if the source and target coverages has the same size. - posted by de...@apache.org on 2022/08/17 16:05:30 UTC, 0 replies.
- [sis] 02/02: Allow `ChannelImageInputStream` to wrap an array of `byte[]` containing all data. - posted by de...@apache.org on 2022/08/17 16:05:31 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (696dfafa87 -> 99a1d79f15) - posted by de...@apache.org on 2022/08/18 16:46:10 UTC, 0 replies.
- [sis] 01/03: Fix an EOF exception when reading a GeoTIFF image using LZW compression but without EOI (End Of Information) code. - posted by de...@apache.org on 2022/08/18 16:46:11 UTC, 0 replies.
- [sis] 02/03: Add an annotation for methods which may return `java.util.Optional` in a future SIS version. This is for documentation purpose only and a reminder for future development. We do not annotate all possible methods yet; annotations will be added progressively. - posted by de...@apache.org on 2022/08/18 16:46:12 UTC, 0 replies.
- [sis] 03/03: Add a `MatrixSIS.getInteger(j,i)` method returning a `long`. This method can be more accurate than `double` type when using `GeneralMatrix`. - posted by de...@apache.org on 2022/08/18 16:46:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (99a1d79f15 -> fa09713638) - posted by de...@apache.org on 2022/08/20 14:27:25 UTC, 0 replies.
- [sis] 01/02: More fixes of the use of "coordinate" word in documentation. It was used for a all coordinates of a point, while ISO 19111 uses "coordinate" for a single value in a coordinate tuple. - posted by de...@apache.org on 2022/08/20 14:27:26 UTC, 0 replies.
- [sis] 02/02: Partially revert commit 3fa0138 ("Apply a longitude wraparound on the Mercator projection"). Instead, the Mercator projection applies no wraparound by default (same behavior as SIS 1.2) and the wraparound can be requested by invoking `createWithWraparound(…)`. - posted by de...@apache.org on 2022/08/20 14:27:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix a `NullPointerException` when user is interrested only in the derivative. - posted by de...@apache.org on 2022/08/20 14:51:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (99c87cf118 -> e6d4c167a5) - posted by de...@apache.org on 2022/08/21 09:46:17 UTC, 0 replies.
- [sis] 01/02: Replace "inverse projection" by "reverse projection". This is a change in documentation only. - posted by de...@apache.org on 2022/08/21 09:46:18 UTC, 0 replies.
- [sis] 02/02: Merge remote-tracking branch 'origin/fix/zero-based-transform' into geoapi-4.0. - posted by de...@apache.org on 2022/08/21 09:46:19 UTC, 0 replies.
- [sis] branch fix/zero-based-transform deleted (was d972b4e44f) - posted by de...@apache.org on 2022/08/21 09:46:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e6d4c167a5 -> b5cccfe9ce) - posted by de...@apache.org on 2022/08/21 14:31:10 UTC, 0 replies.
- [sis] 01/01: Merge remote-tracking branch 'origin/fix/world-envelope-to-polygon' into geoapi-4.0. The fix, which adds intermediate points during the "envelope to JTS" conversion, is modified in two ways: - posted by de...@apache.org on 2022/08/21 14:31:11 UTC, 0 replies.
- [sis] branch fix/world-envelope-to-polygon deleted (was f5a308bb58) - posted by de...@apache.org on 2022/08/21 14:31:34 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Remove unnecessary `abstract Object readResolve()` for avoiding compiler warning. - posted by de...@apache.org on 2022/08/21 17:11:09 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (947dfd9042 -> 371e65c59f) - posted by de...@apache.org on 2022/08/21 17:15:41 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2022/08/21 17:15:42 UTC, 0 replies.
- [sis] branch master updated (6b6f91b255 -> a04bd4b298) - posted by de...@apache.org on 2022/08/21 17:56:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (cc19c1f3d5 -> 5d140fe701) - posted by de...@apache.org on 2022/08/22 15:02:06 UTC, 0 replies.
- [sis] 01/02: Add a test case provided by Michael about wraparound issue. - posted by de...@apache.org on 2022/08/22 15:02:07 UTC, 0 replies.
- [sis] 02/02: Fix a memory leak in `Cache` when elements are removed by explicit calls to `remove(…)`. The key change is the replacement of this line in `adjustReferences(…)`: - posted by de...@apache.org on 2022/08/22 15:02:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (5d140fe701 -> ab1c1baf1f) - posted by de...@apache.org on 2022/08/26 16:03:10 UTC, 0 replies.
- [sis] 01/03: Add overflow-safe `GridExtent.getMedian(int)` method. Leverage existing methods (minor update). - posted by de...@apache.org on 2022/08/26 16:03:11 UTC, 0 replies.
- [sis] 02/03: Documentation, localisation, minor code formatting. - posted by de...@apache.org on 2022/08/26 16:03:12 UTC, 0 replies.
- [sis] 03/03: First draft of `CoverageAggregator` for creating a concatenated grid coverage. The concatenation happens in a single dimension, for example the time, in which case the concatenation of many grid coverages create a time series. - posted by de...@apache.org on 2022/08/26 16:03:13 UTC, 0 replies.