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 |
|
[jira] [Created] (SIS-494) Implement bicubic interpolation on rasters |
|
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 |
|
[jira] [Commented] (SIS-237) Modified Azimuthal Equidistant (EPSG:9832) |
|
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 |