jso...@apache.org |
[sis] branch geoapi-4.0 updated: Filter : fix ST_Point and ST_LineString not parsing crs when integer or string |
Wed, 01 Apr, 09:48 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Make a best effort for reusing existing computation results, for avoiding spending CPU for e.g. resampling twice the same image. |
Wed, 01 Apr, 12:18 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Make processor configuration cloneable and use them in `ResampledGridCoverage`. |
Wed, 01 Apr, 21:32 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Interpolation should be done on floating point values when they exist. This is required for handling correctly the missing values. |
Thu, 02 Apr, 20:45 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Begin the port from Geotk project of the code using a precomputed grid of coordinate values for image resampling operations. |
Thu, 02 Apr, 20:47 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: ResampleGrid implements MathTransform2D. |
Fri, 03 Apr, 16:32 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Checkstyle correction. |
Fri, 03 Apr, 16:39 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Add more tests for ResamplingGrid. |
Sat, 04 Apr, 21:20 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (307f3cf -> c0ad361) |
Sun, 05 Apr, 20:31 |
desruisse...@apache.org |
[sis] 01/04: Minor formatting. |
Sun, 05 Apr, 20:31 |
desruisse...@apache.org |
[sis] 02/04: Try to be a little bit stricter on the check about whether a ResamplingGrid tile is close enough to a linear transform. |
Sun, 05 Apr, 20:31 |
desruisse...@apache.org |
[sis] 03/04: Remove (at least for now) roundIfAlmostInteger(AffineTransform) since it is not sure that the benefit is worth the risk. |
Sun, 05 Apr, 20:31 |
desruisse...@apache.org |
[sis] 04/04: Add more interpolation tests. Contains a correction about the size of ResampledImage tiles. |
Sun, 05 Apr, 20:31 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Rearrange tests with a separated class focussing on `Interpolation` only (without going through `ResampledImage`). |
Mon, 06 Apr, 17:01 |
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-494) Implement bicubic interpolation on rasters |
Mon, 06 Apr, 17:22 |
desruisse...@apache.org |
[sis] branch feat/bicubic created (now c18d424) |
Mon, 06 Apr, 17:25 |
desruisse...@apache.org |
[sis] 01/01: First attempt to implement bicubic interpolation. Current code produces wrong results; more work is needed before potential merge. |
Mon, 06 Apr, 17:25 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Include the Japan profile in JavaFX application because it provides access to more file formats. Opportunistic replacement of 0 literal by constant value. |
Mon, 06 Apr, 22:58 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix an IndexOfBoundsException when the "visible band" is -1 (sentinel value for information not available). |
Mon, 06 Apr, 23:31 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (5c85521 -> 54c4fc6) |
Tue, 07 Apr, 17:01 |
desruisse...@apache.org |
[sis] 01/03: Provides an icon for making easier to identify SIS when switching between different applications. |
Tue, 07 Apr, 17:01 |
desruisse...@apache.org |
[sis] 02/03: Add a button for getting more information about an error while loading resources. Fix exceptions in netCDF reader which occurred when a variable is not a coverage. |
Tue, 07 Apr, 17:01 |
desruisse...@apache.org |
[sis] 03/03: Basic zoom and pane services on the map view, not yet using the full resolution available. |
Tue, 07 Apr, 17:01 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Repaint the map after a zoom or pan gesture. It allows the viewer to fetch new data for the new region and resolution. |
Tue, 07 Apr, 22:04 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix an application freeze when an image operation executed by `TileOpExecutor` recursively uses `TileOpExecutor` on another image. |
Wed, 08 Apr, 12:43 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Make code a little bit more type safe. |
Wed, 08 Apr, 12:53 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix some anomalies observed when zooming or panning the map for a time long enough that some rendering happen during the gesture. This commit fixes some problems but not all of them; more investigations are needed. |
Wed, 08 Apr, 20:05 |
Martin Desruisseaux (Jira) |
[jira] [Commented] (SIS-237) Modified Azimuthal Equidistant (EPSG:9832) |
Thu, 09 Apr, 10:08 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (6f8ff41 -> cac009d) |
Thu, 09 Apr, 16:56 |
desruisse...@apache.org |
[sis] 01/03: Replace http links by https and minor documentation fixes. |
Thu, 09 Apr, 16:56 |
desruisse...@apache.org |
[sis] 02/03: Add missing parameters in the internal `toString()` representation of some map projections. |
Thu, 09 Apr, 16:56 |
desruisse...@apache.org |
[sis] 03/03: Simplify the handling of transforms by updating a single Affine instance instead than adding/removing instances in the ObservableList. |
Thu, 09 Apr, 16:56 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix the anomalies (jumps in image position) that we observed when zooming and panning faster than the repaint events. |
Thu, 09 Apr, 19:36 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Consolidation of the rendering process. |
Fri, 10 Apr, 16:47 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (4973476 -> 89ec44d) |
Fri, 10 Apr, 22:42 |
desruisse...@apache.org |
[sis] 01/02: Removed unecessary calls to super.succeeded()/cancelled()/failed(). |
Fri, 10 Apr, 22:42 |
desruisse...@apache.org |
[sis] 02/02: Separate the case of nodes to move together with the map ("floatingPane") with the nodes to keep at fixed positions regardless pans, zooms and rotations ("fixedPane"). |
Fri, 10 Apr, 22:42 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (89ec44d -> f2f5771) |
Sat, 11 Apr, 21:18 |
desruisse...@apache.org |
[sis] 01/03: Add listeners to keyboard, track pad or touch screen for navigation. |
Sat, 11 Apr, 21:18 |
desruisse...@apache.org |
[sis] 02/03: Check for spherical case in Modified Azimuthal Equidistant projection. |
Sat, 11 Apr, 21:18 |
desruisse...@apache.org |
[sis] 03/03: separate the Java2D-specific rendering code in MapCanvasAWT subclass. It allows to use MapCanvas base class with pure JavaFX graphics. |
Sat, 11 Apr, 21:18 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix wrong position when performing pan or zooms with keyboard while the map is rendering in background thread. |
Sun, 12 Apr, 09:46 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Provides a Widget base class for making easier to locate SIS widgets. |
Sun, 12 Apr, 22:03 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Improve StatusBar, make it public and make it useable with arbitrary MapCanvas. |
Mon, 13 Apr, 10:59 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (2f96f80 -> f9154f7) |
Mon, 13 Apr, 21:06 |
desruisse...@apache.org |
[sis] 01/03: Rename CoverageView as CoverageCanvas and make public with better separation of tasks. |
Mon, 13 Apr, 21:06 |
desruisse...@apache.org |
[sis] 02/03: More control on the initial coverage view (image versus tabular data). |
Mon, 13 Apr, 21:06 |
desruisse...@apache.org |
[sis] 03/03: Move `PlanarCanvas` and dependencies in public package. They were already visible because of `MapCanvas` extending `PlanarCanvas`. |
Mon, 13 Apr, 21:06 |
jso...@apache.org |
[sis] branch feat/geojson updated (993d7d4 -> 979f433) |
Tue, 14 Apr, 07:02 |
jso...@apache.org |
[sis] 01/01: GeoJson : add GeoJson DataStore |
Tue, 14 Apr, 07:02 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix a NullPointerException caused by the absence of CRS in the envelope inferred from a GridExtent. |
Tue, 14 Apr, 23:14 |
jso...@apache.org |
[sis] branch feat/geojson updated: GeoJson : reuse FeatureComparator in tests |
Wed, 15 Apr, 10:03 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Pom : disable trimStackTrace by default in surefire plugin |
Wed, 15 Apr, 10:04 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Make a better effort to take the `gridToCRS` transform in account when determining a CRS for a GridExtent. |
Wed, 15 Apr, 10:22 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Feature : add FeatureComparator utility test class |
Wed, 15 Apr, 12:26 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Provides more guidance to user when selecting a CRS by warning when the CRS domain of validity does not intersect the area of interest. |
Wed, 15 Apr, 16:42 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: First draft of a `ChoiceBox` for choosing a CRS in a list of more recently used CRS. |
Sun, 19 Apr, 21:47 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Take in account the geographic area of data shown when building the list of CRS. |
Sun, 19 Apr, 22:19 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Consolidation of CRSChooser in situations where an error occurs during the construction of a CRS. Before this commit, the CRSChooser behavior in such case was confusion (e.g. filtering not working anymore). |
Mon, 20 Apr, 16:18 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix a NullPointerException. |
Mon, 20 Apr, 16:23 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Give public access to `ImageLayout` constructor for allowing the use of different preferred tile size. |
Mon, 20 Apr, 20:09 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (3734fbe -> 11f8694) |
Tue, 21 Apr, 23:09 |
desruisse...@apache.org |
[sis] 01/02: Deprecate a method which is not used in practice and cause compatibility problem with JDK 14. |
Tue, 21 Apr, 23:09 |
desruisse...@apache.org |
[sis] 02/02: Keep a relationship between the CRS of coordinates shown in the status bar and the CRS of the displayed raster. |
Tue, 21 Apr, 23:09 |
ama...@apache.org |
[sis] branch geoapi-4.0 updated: doc(Referencing): minor note on envelope utility method. |
Wed, 22 Apr, 09:07 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix a NullPointerException when building a `GridCoverage2D` with domain set to `GridGeometry.UNDEFINED`. |
Wed, 22 Apr, 10:23 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (bd836fa -> 0707557) |
Wed, 22 Apr, 17:16 |
desruisse...@apache.org |
[sis] 01/02: Change `GeneralEnvelope.setTimeRange(…)` contract regarding null values in a way more convenient for creating "is before" and "is after" filters. Add some documentation. |
Wed, 22 Apr, 17:16 |
desruisse...@apache.org |
[sis] 02/02: Make `CoordinateFormat` more robust to change of CRS. |
Wed, 22 Apr, 17:16 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Apply CRS choice on the coordinate values displayed. |
Wed, 22 Apr, 22:50 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Resolve numerous problems with the display of geographic/projected coordinates under change of CRS. |
Thu, 23 Apr, 17:55 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Show CRS name in a tooltip and axis abbreviations. |
Thu, 23 Apr, 21:38 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Make check for JNDI context a little bit more robust. |
Fri, 24 Apr, 07:49 |
jso...@apache.org |
[sis] branch feat/javafx-on-11 created (now 2b50ed5) |
Fri, 24 Apr, 14:02 |
jso...@apache.org |
[sis] 01/01: feat(JavaFx): build for java 11, add maven dependencies |
Fri, 24 Apr, 14:02 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix a problem at initialization of CRS choices (was initialized to the wrong CRS). |
Fri, 24 Apr, 17:38 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Fix other CRS selection problems (wrong CRS checked in menu items, "Other…" not working). This commit fixes the last problems we have seen so far. |
Sat, 25 Apr, 10:21 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Refactor StatusBar API with some method renaming, property definitions and javadoc completionS. No change in functionalities. |
Sat, 25 Apr, 18:59 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: When formatting projected coordinates, give also the axis direction. Example: "-100 m E 300 m N". Maybe a future version should replace "E" by "W" when the value is negative, but current version is enough for resolving the ambiguity problem. |
Sun, 26 Apr, 23:37 |
jso...@apache.org |
[sis] branch feat/javafx-on-11 updated (2b50ed5 -> 89a6262) |
Mon, 27 Apr, 07:11 |
jso...@apache.org |
[sis] 01/01: feat(JavaFx): build for java 11, add maven dependencies |
Mon, 27 Apr, 07:11 |
jso...@apache.org |
[sis] branch feat/javafx-on-11 updated: chore(*): remove special profil for javafx |
Mon, 27 Apr, 09:50 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Make CoordinateFormat.parse(…) consistent with CoordinateFormat.format(…) regarding direction and accuracy information. |
Mon, 27 Apr, 13:15 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Replace a NullPointerException (at `build()` invocation time) by a more explicit exception thrown earlier. |
Mon, 27 Apr, 13:54 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-218) Cassini-Soldner (EPSG:9806) |
Mon, 27 Apr, 18:57 |
Martin Desruisseaux (Jira) |
[jira] [Assigned] (SIS-218) Cassini-Soldner (EPSG:9806) |
Mon, 27 Apr, 18:57 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (e474c3d -> b44873a) |
Mon, 27 Apr, 21:10 |
desruisse...@apache.org |
[sis] 01/02: Add missing serial version. |
Mon, 27 Apr, 21:10 |
desruisse...@apache.org |
[sis] 02/02: Initial implementation of Cassini-Soldner projection written from EPSG formulas. This commit provides a direct, non-optimized implementation with almost verbatim copy of formulas published in: |
Mon, 27 Apr, 21:10 |
desruisse...@apache.org |
svn commit: r1877094 - /sis/ip-review/CassiniSoldner.html |
Mon, 27 Apr, 21:18 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-218) Cassini-Soldner (EPSG:9806) |
Mon, 27 Apr, 21:21 |
jso...@apache.org |
[sis] branch feat/javafx-on-11 updated (8f5d781 -> 91fd230) |
Tue, 28 Apr, 07:07 |
jso...@apache.org |
[sis] 01/02: feat(JavaFx): build for java 11, add maven dependencies |
Tue, 28 Apr, 07:07 |
jso...@apache.org |
[sis] 02/02: chore(*): remove special profil for javafx |
Tue, 28 Apr, 07:07 |
jso...@apache.org |
[sis] branch feat/geojson updated (6c65e3d -> d80be71) |
Tue, 28 Apr, 08:19 |
jso...@apache.org |
[sis] 01/01: GeoJson : add GeoJson DataStore |
Tue, 28 Apr, 08:19 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Optimize the Cassini-Soldner implementation by using the faster and more accurate formulas inherited from MeridianArcBased instead than the M(φ) method and its converse µ₁ + …. Rearrange a little bit some remaining terms for reducing the number of operations. |
Tue, 28 Apr, 09:25 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Add tests for Cassini-Soldner projection. |
Tue, 28 Apr, 11:24 |
jso...@apache.org |
[sis] branch feat/javafx-on-11 updated (91fd230 -> e28177a) |
Wed, 29 Apr, 07:17 |
jso...@apache.org |
[sis] 01/01: feat(JavaFx): build for java 11, add maven dependencies |
Wed, 29 Apr, 07:17 |