You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: Cache previously computed values even if they were computed by other AnnotatedImage instances, as long as they were doing the same operation on the same image. - posted by de...@apache.org on 2020/03/01 00:01:16 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Manage the cache in AnnotatedImage class instead than ImageOperations for a better separation of tasks. A future version of ImageOperations may create other kinds of images, in which case we would probably not want to mix the caches. Also clarify the policy about error management: we cache only the properties computed fully without errors. - posted by de...@apache.org on 2020/03/01 15:41:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Use statistics for adjusting the minimum and maximum values between which the gray scale tones are applied. - posted by de...@apache.org on 2020/03/01 23:10:37 UTC, 0 replies.
- [jira] [Created] (SIS-490) Compound CRS creation through codes: OGC/Time - posted by "Alexís Manin (Jira)" <ji...@apache.org> on 2020/03/02 14:42:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (626cf06 -> 530a5af) - posted by de...@apache.org on 2020/03/02 19:33:14 UTC, 0 replies.
- [sis] 01/04: Render image in background for avoiding to block the JavaFX thread. - posted by de...@apache.org on 2020/03/02 19:33:15 UTC, 0 replies.
- [sis] 02/04: Show the geographic coordinates of pixel under mouse pointer. - posted by de...@apache.org on 2020/03/02 19:33:16 UTC, 0 replies.
- [sis] 03/04: Provides an indication that work is in progress and report error in the status bar. - posted by de...@apache.org on 2020/03/02 19:33:17 UTC, 0 replies.
- [sis] 04/04: Avoid sending tons of repaint requests if a rendering process is already in progress. - posted by de...@apache.org on 2020/03/02 19:33:18 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make ImageOperations configurable. - posted by de...@apache.org on 2020/03/03 11:01:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move in a `MapCanvas` parent class the map rendering that can be done with any Graphics2D handler, not only `RenderedImage`. - posted by de...@apache.org on 2020/03/03 15:09:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: The AffineTransform used for rendering coverage needs to be the concatenation of "grid to CRS" + "objective to display", assuming that "grid CRS" = "objective CRS". This will be needed later for zoom, translations, etc. - posted by de...@apache.org on 2020/03/03 23:37:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Zoom out for showing the full coverage. - posted by de...@apache.org on 2020/03/04 12:00:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Center the image. - posted by de...@apache.org on 2020/03/04 13:40:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move the computation of initial zoom to the MapCanvas parent class, so it can be used by other implementations than `CoverageView`. - posted by de...@apache.org on 2020/03/04 23:18:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Be a little bit more tolerant to NaN values during the "units to sample" conversions. Previous behavior was to throw a TransformException because we don't know which value to use. This commit relaxes a little bit this behavior with the following heuristic rules: - posted by de...@apache.org on 2020/03/06 19:50:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix a MismatchedDimensionException when extracting the horizontal component of a three-dimensional ProjectedCRS. - posted by de...@apache.org on 2020/03/07 13:34:36 UTC, 0 replies.
- [jira] [Created] (SIS-491) sis-embedded-data database fails to start on Apache Spark - posted by "Derrick Oswald (Jira)" <ji...@apache.org> on 2020/03/08 15:25:00 UTC, 0 replies.
- [jira] [Updated] (SIS-491) sis-embedded-data database fails to start on Apache Spark - posted by "Derrick Oswald (Jira)" <ji...@apache.org> on 2020/03/08 15:31:00 UTC, 3 replies.
- [jira] [Assigned] (SIS-491) sis-embedded-data database fails to start on Apache Spark - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/08 18:19:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0280ffb -> 6ff3fd2) - posted by de...@apache.org on 2020/03/08 23:43:11 UTC, 0 replies.
- [sis] 01/02: Comment formatting. - posted by de...@apache.org on 2020/03/08 23:43:12 UTC, 0 replies.
- [sis] 02/02: Move in a separated class (LocalDataSource) the code from Initializer.getDataSource() which was managing a local installation of the database. With this move, it is easier to manage an alternative database (HSQLDB) in addition to Derby for local storage. - posted by de...@apache.org on 2020/03/08 23:43:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: In a call to `GridGeometry.reduce(…)`, the number of CRS dimensions is not necessarily the same than the number of grid dimensions. - posted by de...@apache.org on 2020/03/09 11:47:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When invoking GridGeometry.reduce(…), try to reduce the number of CRS dimensions by the same amount than the reduction in grid dimensions. - posted by de...@apache.org on 2020/03/09 16:25:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Compensate for non-square pixels when computing with CRS axes are more closely related with grid axes. - posted by de...@apache.org on 2020/03/09 19:01:30 UTC, 0 replies.
- [jira] [Commented] (SIS-491) sis-embedded-data database fails to start on Apache Spark - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/09 22:05:00 UTC, 0 replies.
- [jira] [Created] (SIS-492) Remove support for JavaDB - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/09 22:33:00 UTC, 0 replies.
- [jira] [Updated] (SIS-492) Remove support for JavaDB (JDK 8) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/09 22:36:00 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated: Remove support for JavaDB. - posted by de...@apache.org on 2020/03/09 22:38:53 UTC, 0 replies.
- [jira] [Resolved] (SIS-492) Remove support for JavaDB (JDK 8) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/09 22:40:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Minor documentation updates. Addition of a more efficient `PixelIterator.getPosition(double[])` method. - posted by de...@apache.org on 2020/03/13 10:13:38 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When rounding from Envelope to GridExtent result in lower == upper, must ensure than [lower … upper] contains the coordinate. - posted by de...@apache.org on 2020/03/13 13:19:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix GCOM-C unit of measurement. Avoid displaying extraneous fraction digits. - posted by de...@apache.org on 2020/03/13 15:56:07 UTC, 0 replies.
- [sis] branch feat/resample created (now 66224b2) - posted by js...@apache.org on 2020/03/16 15:49:38 UTC, 0 replies.
- [sis] 01/01: feat(Resample): draft resampling classes - posted by js...@apache.org on 2020/03/16 15:49:39 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated: Try to produce better identifiers and title for netCDF variables. The identifier excludes the "long_name" attribute, which is sometime more like a sentence than an identifier (the standard name or variable name provides more stable identifiers). Conversely the `metadata.citation.title` uses the "long_name" attribute as first choice, formatted in a way more like English sentence (with '_' and CamelCase replaced by space). Variable names are declared as citation identifiers and shown in the [...] - posted by de...@apache.org on 2020/03/16 16:38:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Allow DecimalFormat precision to be set even if the CRS is unknown (in which case a generic number format is used). - posted by de...@apache.org on 2020/03/16 22:25:01 UTC, 0 replies.
- [sis] branch feat/resample updated (66224b2 -> d107907) - posted by js...@apache.org on 2020/03/17 07:45:54 UTC, 0 replies.
- [jira] [Updated] (SIS-237) Modified Azimuthal Equidistant (EPSG:9832) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/17 09:22:00 UTC, 0 replies.
- [jira] [Assigned] (SIS-237) Modified Azimuthal Equidistant (EPSG:9832) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/17 09:22:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add GridCoverageBuilder helper class - posted by js...@apache.org on 2020/03/17 16:06:56 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Begin implementation of "Modified Azimuthal Equidistant" projection (EPSG:9832). Only forward projection for now. Inverse projection and derivative will be in a next commit. - posted by de...@apache.org on 2020/03/17 21:45:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add GridCoverageBuilder tests - posted by js...@apache.org on 2020/03/18 09:16:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Compute the `gridToCRS` transform is a `GridGeometry` is given with only an envelope. - posted by de...@apache.org on 2020/03/18 14:07:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Implement ModifiedAzimuthalEquidistant.inverseTransform(…). Rewrite some equations using trigonometric identities for reducing the amount of trigonometric operations. - posted by de...@apache.org on 2020/03/18 14:58:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add setValues(WritabableRaster) method on GridCoverageBuilder - posted by js...@apache.org on 2020/03/19 14:05:35 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: BufferedGridCoverage : fix buffer size verification, number of banks was ignored - posted by js...@apache.org on 2020/03/19 16:16:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add "Azimuthal Equidistant (Spherical)" projection (no EPSG code). The main purpose will be to provide an approximation of the derivative. - posted by de...@apache.org on 2020/03/19 22:28:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Define ModifiedAzimuthalEquidistant as a subtype of AzimuthalEquidistant. - posted by de...@apache.org on 2020/03/19 22:55:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add method to flip axis in GridCoverageBuilder - posted by js...@apache.org on 2020/03/20 11:18:11 UTC, 0 replies.
- svn commit: r1875480 - /sis/analysis/Azimuthal Equidistant (Spherical).wxmx - posted by de...@apache.org on 2020/03/20 16:49:41 UTC, 0 replies.
- svn commit: r1875481 - /sis/analysis/README.html - posted by de...@apache.org on 2020/03/20 16:53:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Implement derivate for "Azimuthal Equidistant (Spherical)" projection. - posted by de...@apache.org on 2020/03/20 21:57:19 UTC, 0 replies.
- [sis] branch master updated: Implement "Modified Azimuthal Equidistant" projection method (without derivative for now). https://issues.apache.org/jira/browse/SIS-237 - posted by de...@apache.org on 2020/03/20 22:10:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0045413 -> a01eaf3) - posted by de...@apache.org on 2020/03/23 00:01:13 UTC, 0 replies.
- [sis] 01/02: Tune the checks for error conditions in GridCoverage and BufferedGridCoverage construction. - posted by de...@apache.org on 2020/03/23 00:01:14 UTC, 0 replies.
- [sis] 02/02: Reduce the amount of copy-and-paste in the test and add some assertions. This review does not yet include the change of exception type. - posted by de...@apache.org on 2020/03/23 00:01:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a01eaf3 -> 0349b33) - posted by de...@apache.org on 2020/03/24 00:11:02 UTC, 0 replies.
- [sis] 01/02: Add more javadoc in GridCoverageBuilder and replace code copied from other classes by method calls. This required to modify the API of some invoked methods (package-private API only). - posted by de...@apache.org on 2020/03/24 00:11:03 UTC, 0 replies.
- [sis] 02/02: Remove commented-out methods that were creating an image from arrays. They will be in the history if we want to bring them back. Those methods are omitted because they implied a copy of all sample values, contrarily to all other `setValues(…)` methods which copy only a reference. - posted by de...@apache.org on 2020/03/24 00:11:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Remove the creation of a dummy SampleDimension in the test of setValues(DataBuffer); this is not needed anymore. - posted by de...@apache.org on 2020/03/24 00:17:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Select the same visible band than the source image. - posted by de...@apache.org on 2020/03/24 09:08:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a Features.getLinkTarget(…) method for determining if a PropertyType is a link. - posted by de...@apache.org on 2020/03/24 09:59:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Minor cleanups. - posted by de...@apache.org on 2020/03/24 22:43:16 UTC, 0 replies.
- [jira] [Created] (SIS-493) Raster reprojection - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/03/25 21:21:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: First implementation of ResampledImage for raster reprojection support. https://issues.apache.org/jira/browse/SIS-493 - posted by de...@apache.org on 2020/03/25 22:50:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Rename Interpolator as Interpolation. - posted by de...@apache.org on 2020/03/25 23:07:17 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add Lanczos interpolation (experimental). - posted by de...@apache.org on 2020/03/26 00:17:53 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a simple interpolation test. - posted by de...@apache.org on 2020/03/26 10:18:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Rename InterpolationTest as ResampledImageTest and add more tests. - posted by de...@apache.org on 2020/03/26 12:37:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Renamed ImageOperations as ImageProcessor. - posted by de...@apache.org on 2020/03/26 14:03:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Initial draft of a GridCoverage "resample" operation. This starting point process only 2D coverages with a complete target grid geometry. - posted by de...@apache.org on 2020/03/27 13:37:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add nearest-neighbor interpolation. - posted by de...@apache.org on 2020/03/27 14:55:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Compute a default GridExtent during resampling operation if it was not specified by user. - posted by de...@apache.org on 2020/03/29 21:22:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a method for computing immediately an image. - posted by de...@apache.org on 2020/03/29 22:10:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Correction in the way to compute the `gridToCRS` of target grid geometry. - posted by de...@apache.org on 2020/03/30 10:35:59 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Allow some tolerance when comparing two `GridGeometry` objects. It allows to detect more easily when a `GridCoverage` can be used unchanged. - posted by de...@apache.org on 2020/03/30 14:01:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add test class for `ResampledGridCoverage`. - posted by de...@apache.org on 2020/03/30 15:05:02 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: In ResampledGridCoverage.render(…) converts the `sliceExtent` from target grid coordinates to source grid coordinates. Use ImageProcessor for creating ResampledImage. - posted by de...@apache.org on 2020/03/30 21:56:02 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (61196ea -> 8d8b09f) - posted by de...@apache.org on 2020/03/31 17:19:15 UTC, 0 replies.
- [sis] 01/02: Add an offset to default "grid to CRS" transform so that grid coordinates near the point of interest are integers in both grids. - posted by de...@apache.org on 2020/03/31 17:19:16 UTC, 0 replies.
- [sis] 02/02: Avoid resampling the data when the operation can be represented by a change of "gridToCRS" transform. - posted by de...@apache.org on 2020/03/31 17:19:17 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: If users specified an envelope, use it for computing the sub-region to resample. - posted by de...@apache.org on 2020/03/31 21:26:38 UTC, 0 replies.