You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated (bd7b424 -> efd6eaa) - posted by de...@apache.org on 2020/01/02 19:06:17 UTC, 0 replies.
- [sis] 01/02: Add ImageLayout as a helper class for setting the tiling used by ComputedImage. - posted by de...@apache.org on 2020/01/02 19:06:18 UTC, 0 replies.
- [sis] 02/02: Move ComputedImage in public API. - posted by de...@apache.org on 2020/01/02 19:06:19 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: First draft of BandedSampleConverter (not yet tested). - posted by de...@apache.org on 2020/01/03 19:24:59 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add tests for BandedSampleConverter. - posted by de...@apache.org on 2020/01/04 10:59:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add test for ComputedImage. - posted by de...@apache.org on 2020/01/04 11:52:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b1dc326 -> db59cb5) - posted by de...@apache.org on 2020/01/04 17:53:09 UTC, 0 replies.
- [sis] 01/03: Consolidation of Raster/ColorModel/SampleModel factories. - posted by de...@apache.org on 2020/01/04 17:53:10 UTC, 0 replies.
- [sis] 02/03: Replace ConvertedGridCoverage body by new code usinb BandedSampleConverter. We lost write capability in converted values for now. - posted by de...@apache.org on 2020/01/04 17:53:11 UTC, 0 replies.
- [sis] 03/03: Move a WKT utility method to WKTUtilities internal class. - posted by de...@apache.org on 2020/01/04 17:53:12 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: ComputedImage tracks changes in its WritableRenderedImage sources in order to know which tiles to recompute. - posted by de...@apache.org on 2020/01/05 16:51:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Clarify ComputedImage assumptions on pixel coordinate system. - posted by de...@apache.org on 2020/01/06 11:41:12 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: ConvertedGridCoverage should provide a non-null ColorModel. - posted by de...@apache.org on 2020/01/06 12:05:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move ConvertedGridCoverage to package-private class. - posted by de...@apache.org on 2020/01/06 13:23:22 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a check for null JNDI context. - posted by de...@apache.org on 2020/01/06 13:57:22 UTC, 0 replies.
- [sis] branch master updated: Cherry-pick the https://issues.apache.org/jira/browse/SIS-486 fix from geoapi-4.0 branch. - posted by de...@apache.org on 2020/01/06 18:04:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Begin support of WritableRenderedImage in ComputedImage. - posted by de...@apache.org on 2020/01/06 19:16:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: ComputedImage consolidation: - Remember when we failed to compute a tile. - Detect when a tile goes from having no writers to having one writer, or conversely. - Add documentation about behavior when image is also WritableRenderedImage. - posted by de...@apache.org on 2020/01/07 15:56:46 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a `clearErrorFlags` method and add tests. - posted by de...@apache.org on 2020/01/07 19:37:41 UTC, 0 replies.
- [jira] [Resolved] (SIS-477) Add GridCoverage.evaluate(DirectPosition) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/08 09:33:00 UTC, 0 replies.
- [jira] [Assigned] (SIS-409) Take in account nested datum shift grids for smaller areas - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/08 09:35:00 UTC, 0 replies.
- [jira] [Commented] (SIS-409) Take in account nested datum shift grids for smaller areas - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/08 09:38:01 UTC, 0 replies.
- [jira] [Updated] (SIS-409) Take in account nested datum shift grids for smaller areas - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/08 09:39:00 UTC, 0 replies.
- [jira] [Created] (SIS-487) Define a synchronization policy for WritableRenderedImage - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/08 10:13:00 UTC, 0 replies.
- [jira] [Updated] (SIS-487) Define a synchronization policy for WritableRenderedImage - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/08 10:50:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Documentation update, in particular about WritableRenderedImage synchronization issue. https://issues.apache.org/jira/browse/SIS-487 - posted by de...@apache.org on 2020/01/08 11:44:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Writing in ConvertedGridCoverage can now retro-propagate the changes to original WritableRenderedImage. - posted by de...@apache.org on 2020/01/08 18:59:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Retro-propagation of changes in converted values need to verify the bounds of the region to propagate. - posted by de...@apache.org on 2020/01/09 09:22:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Test of BufferedGridCoverage can share the test of GridCoverage2D (reduce code duplication). - posted by de...@apache.org on 2020/01/09 09:43:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: After doing retro-propagation of converted values to source integer values, we should declare the tiles as dirty because converting back to "geophysics" values may produce slightly different results. - posted by de...@apache.org on 2020/01/09 10:05:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Leverage ArgumentChecks.ensureNonEmpty(…) where appropriate. Restore some import statements to their original order for reducing the risk of conflicts when we will merge to master (we will need to choose later a more general approach for managing import statements). - posted by de...@apache.org on 2020/01/09 10:45:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move Schemas constant into CodeListUID for avoiding confusion: those URL are no longer the URL where to download the XML schemas since the protocol changed from "http" to "https". They are now only namespace for "codeList" ou "uom" attribute values in some XML elements. https://issues.apache.org/jira/browse/SIS-480 - posted by de...@apache.org on 2020/01/09 14:43:20 UTC, 0 replies.
- [jira] [Resolved] (SIS-480) Change ISO schema locations from "http:" to "https:" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/09 14:44:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-479) Change default namespace of legacy "gmd" metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/09 14:47:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (1c506b3 -> 3993e51) - posted by de...@apache.org on 2020/01/10 15:47:39 UTC, 0 replies.
- [sis] 01/02: Add axis names for extra-terrestial planets. - posted by de...@apache.org on 2020/01/10 15:47:40 UTC, 0 replies.
- [sis] 02/02: Documentation updates and minor code adjustments. Some import statements were restored to their original order to reducing conflicts when we will merge to master (the use of automatic tools for managing import statements is a question to be revisited later). - posted by de...@apache.org on 2020/01/10 15:47:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Rename Features.castOrUnwrap(IdentifiedType) as Features.toAttribute(IdentifiedType) and use it where appropriate. - posted by de...@apache.org on 2020/01/10 18:18:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Bug fix: read character set if not empty. - posted by de...@apache.org on 2020/01/10 19:07:10 UTC, 0 replies.
- [jira] [Closed] (SIS-36) Improve the demo.jsp - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/11 10:17:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-36) Improve the demo.jsp - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/11 10:17:00 UTC, 0 replies.
- [jira] [Closed] (SIS-108) Change the remaining link to incubator - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/11 10:19:00 UTC, 0 replies.
- [jira] [Closed] (SIS-28) Create a Layer Service for Google Earth Integration - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2020/01/11 10:25:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b961b32 -> e4dba07) - posted by de...@apache.org on 2020/01/14 13:29:19 UTC, 0 replies.
- [sis] 01/04: Conservatively fix CPG encoding to US_ASCII. Unwrap UncheckedIOException (or similar "exception wrappers") before to wrap them in ImagingOpException. - posted by de...@apache.org on 2020/01/14 13:29:20 UTC, 0 replies.
- [sis] 02/04: Move QuadTreeWriter close to QuadTreeReader. We do this move for making history a little bit cleaner. - posted by de...@apache.org on 2020/01/14 13:29:21 UTC, 0 replies.
- [sis] 03/04: Remove application/sis-webapp implementation but keep the module for future development. This module has not been maintained for 7 years, still had links to incubator, has been reported to not work anymore (e.g. all links in "sis-location-config.xml" are dead) and is the only module using the QuadTree class, which may need incompatible API changes as warned in its javadoc. This module has been excluded from Apache SIS 1.0 release for above reasons. A reboot of this effort would propably re [...] - posted by de...@apache.org on 2020/01/14 13:29:22 UTC, 0 replies.
- [sis] 04/04: Refactor QuadTree: - Remove the assumption that coordinates are geographic. - Remove hard-coded constants for Earth radius. - Remove requirement that values implement QuadTreeData. - Allow any kind of Object specified by generic type. - Perform search with parallelizable streams. - Prepare for generalization to k-dimensions. - posted by de...@apache.org on 2020/01/14 13:29:23 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move QuadTree implementation into KDTree after generalization to the n-dimensional case. Tested in two-dimensional case but not yet with higher dimensions. For now the maximal number of dimensions is 6. - posted by de...@apache.org on 2020/01/14 22:29:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Move the KDTree/QuadTree implementation to sis-feature module and rename as PointTree (as opposed to "region QuadTree" or to RTree). - posted by de...@apache.org on 2020/01/15 09:54:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add documentation and more argument checks. - posted by de...@apache.org on 2020/01/15 11:01:31 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: First version of PointTree as a java.util.Set implementation. Optimized version of `contains` and `remove` to be provided in a next commit. - posted by de...@apache.org on 2020/01/15 12:06:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Implement PointTree.contains(Object). Implementation of removal operation is differed to a later version. - posted by de...@apache.org on 2020/01/15 13:46:57 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Initial implementation of Spliterator.trySplit() for parallelism during PointTree traversal. Implementation is incomplete since it splits only the first node; we should go down in other nodes too. - posted by de...@apache.org on 2020/01/15 14:23:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Minor cleanup on filter package. The change in imports order is for reducing the risk of conflicts when code will be marged to master. - posted by de...@apache.org on 2020/01/15 15:35:48 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b0b189c -> 262c864) - posted by de...@apache.org on 2020/01/15 17:57:05 UTC, 0 replies.
- [sis] 01/02: Trivial formatting. - posted by de...@apache.org on 2020/01/15 17:57:06 UTC, 0 replies.
- [sis] 02/02: Rename WrapResolution as WraparoundStrategy and minor formatting. - posted by de...@apache.org on 2020/01/15 17:57:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a test for NodeIterator.trySplit(). - posted by de...@apache.org on 2020/01/15 23:08:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (bebba43 -> 6fee246) - posted by de...@apache.org on 2020/01/16 18:02:07 UTC, 0 replies.
- [sis] 01/02: Minor documentation correction, argument checks and add "TODO" tag for remembering next work to do. - posted by de...@apache.org on 2020/01/16 18:02:08 UTC, 0 replies.
- [sis] 02/02: Review of the methods added in Geometries internal class: - Be more specific about whether we unwrap GeometryWrapper or not. - Keep classical loops in this case. Actually since those loops are very small, applying lambda in Geometries require about twice more lines of code than loops. - Revert to package-private access some methods that, when public, encouraged the writing of code specific to a single geometry library. - Change some implementation to have a consistent behavior about wh [...] - posted by de...@apache.org on 2020/01/16 18:02:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (6fee246 -> f7b4b91) - posted by de...@apache.org on 2020/01/16 23:05:21 UTC, 0 replies.
- [sis] 01/02: Add a copy constructor to PointTree. This constructor share the data structures than can safely be shared, in order to reduce memory usage. - posted by de...@apache.org on 2020/01/16 23:05:22 UTC, 0 replies.
- [sis] 02/02: Use a pre-allocated buffer for storing the coordinate values during traversal of elements in a PointTree. - posted by de...@apache.org on 2020/01/16 23:05:23 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Remove use of @Generated annotation. - posted by de...@apache.org on 2020/01/17 09:03:59 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add documentation about purpose of a method and what improvement could be done. - posted by de...@apache.org on 2020/01/17 09:56:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Provide more control on the way to handle wraparound axis (e.g. longitude crossing the anti-meridian): - Move WraparoundMethod enumeration to public API and document more. - Add a GeneralEnvelope.wraparound(WraparoundMethod) method. - Add a GeneralEnvelope.horizontal() method (side-effect of next point). - Refactor Geometries.toGeometry2D(Envelope, WraparoundMethod) to use GeneralEnvelope methods. - Replace "envelope spanning the anti-meridian" by "envelope crossing the anti-meridian" si [...] - posted by de...@apache.org on 2020/01/18 15:10:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Modify the JTS factory class for building JTS Polygon more directly, and complete javadoc. - posted by de...@apache.org on 2020/01/18 17:05:01 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Change strategy about the way we handle different geometry libraries (ESRI, JTS, Java2D). The previous strategy was to put all methods in Geometries class, which was okay for a small number of methods. But with recent increase in number of methods, the Geometries class was becoming more convolved and inefficient. The new strategy moves non-factory methods (geometry instance methods) in the GeometryWrapper class, which starts behaving a little bit more like an API abstraction for various ge [...] - posted by de...@apache.org on 2020/01/19 21:31:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: fix(Feature): Do not fail decoding a linestring with only three points whose first and last are the same. - posted by am...@apache.org on 2020/01/20 10:50:40 UTC, 0 replies.
- [sis] branch fix/fast-envelope created (now 09430ce) - posted by am...@apache.org on 2020/01/20 17:19:23 UTC, 0 replies.
- [sis] 01/01: fix(SQLStore): Add a feature to ask database for an estimate of a dataset envelope (table, simple query) - posted by am...@apache.org on 2020/01/20 17:19:24 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (617c6d0 -> d0c9b54) - posted by de...@apache.org on 2020/01/20 22:28:27 UTC, 0 replies.
- [sis] 01/04: Keep the previous order of import statements for now. We will need some mechanism for handling that automatically in the future, but for now the intent is to reduce the risk of merge conflicts when the "geoapi-4.0" branch will be merged to "geoapi-3.1" and "master" branches. - posted by de...@apache.org on 2020/01/20 22:28:28 UTC, 0 replies.
- [sis] 02/04: Resolve a race condition during class initialization: a Factory.INSTANCE field may be temporarily null during Factory class initialization if the initialization of that class started before Geometries class initialization. - posted by de...@apache.org on 2020/01/20 22:28:29 UTC, 0 replies.
- [sis] 03/04: Remove empty implementations of methods that were removed from GeoAPI-pending. - posted by de...@apache.org on 2020/01/20 22:28:30 UTC, 0 replies.
- [sis] 04/04: Add a window for showing data (Features in current version, coverages in a future commit). - posted by de...@apache.org on 2020/01/20 22:28:31 UTC, 0 replies.
- [sis] branch fix/fast-envelope updated (09430ce -> b3ac6a5) - posted by am...@apache.org on 2020/01/21 15:34:56 UTC, 0 replies.
- [sis] 01/04: chore(Feature): add unit tests for new feature utility methods - posted by am...@apache.org on 2020/01/21 15:34:57 UTC, 0 replies.
- [sis] 02/04: chore(Core): Add tests for H2 database support - posted by am...@apache.org on 2020/01/21 15:34:58 UTC, 0 replies.
- [sis] 03/04: chore(SQLStore): add basic testing on H2. - posted by am...@apache.org on 2020/01/21 15:34:59 UTC, 0 replies.
- [sis] 04/04: wip(SQLStore): Start test cases for spatial functions over in memory H2GIS - posted by am...@apache.org on 2020/01/21 15:35:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d0c9b54 -> f7798ef) - posted by de...@apache.org on 2020/01/22 20:16:05 UTC, 0 replies.
- [sis] 01/03: Move window management in a separated WindowManager class. - posted by de...@apache.org on 2020/01/22 20:16:06 UTC, 0 replies.
- [sis] 02/03: Minor documentation fixes and interrupt loading when the FeatureSet is discarded. - posted by de...@apache.org on 2020/01/22 20:16:07 UTC, 0 replies.
- [sis] 03/03: First draft of a control showing sample values from a large tiled image. - posted by de...@apache.org on 2020/01/22 20:16:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix numerous problems in the initial GridView implementation (horizontal scroll bar was not visible, too many GridCell nodes were created, etc.) - posted by de...@apache.org on 2020/01/23 17:56:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a70927e -> ee71343) - posted by de...@apache.org on 2020/01/24 19:17:49 UTC, 0 replies.
- [sis] 01/02: Fix broken link. - posted by de...@apache.org on 2020/01/24 19:17:50 UTC, 0 replies.
- [sis] 02/02: A little bit of formatting improvements. - posted by de...@apache.org on 2020/01/24 19:17:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Complete the formatting of header row on top of the grid view area. - posted by de...@apache.org on 2020/01/25 14:34:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a little bit more space to the header row. This use of `cellSpacing` for that purpose is a little bit arbitrary. - posted by de...@apache.org on 2020/01/25 15:02:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Implement loading of tiles in background thread. - posted by de...@apache.org on 2020/01/25 16:08:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Prevent having many threads requesting the same tile. - posted by de...@apache.org on 2020/01/25 18:10:34 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Replaced the `loading` flag by `status` with more advanced cabability to report error. - posted by de...@apache.org on 2020/01/26 17:22:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Portrayal : update mapitem API - posted by js...@apache.org on 2020/01/27 14:05:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (054d322 -> bac4f07) - posted by de...@apache.org on 2020/01/27 15:51:04 UTC, 0 replies.
- [sis] 01/03: Fix an error in check for y bounds when RenderedImage.getMinY() is not zero. Numbers shown in header column and header row should starts at RenderedImage.getMinX() and getMinY(). - posted by de...@apache.org on 2020/01/27 15:51:05 UTC, 0 replies.
- [sis] 02/03: Fix layout of error message. - posted by de...@apache.org on 2020/01/27 15:51:06 UTC, 0 replies.
- [sis] 03/03: In case of failure to fetch tiles, show error controls for every failed tiles instead than only the "widest" one. Actually it makes code simpler. - posted by de...@apache.org on 2020/01/27 15:51:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (bac4f07 -> bfd2d3c) - posted by de...@apache.org on 2020/01/28 12:05:14 UTC, 0 replies.
- [sis] 01/03: Add a test application for manual testing of GridView. - posted by de...@apache.org on 2020/01/28 12:05:15 UTC, 0 replies.
- [sis] 02/03: Use a fixed seed for avoiding a random (even if rare) test failure. - posted by de...@apache.org on 2020/01/28 12:05:16 UTC, 0 replies.
- [sis] 03/03: Give a way to export metadata information, through clipboard for now. - posted by de...@apache.org on 2020/01/28 12:05:17 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Copy also the Coordinate Reference System, in WKT or GML. - posted by de...@apache.org on 2020/01/28 14:01:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: The call to Arrays.sort(…) make unecessary the attempt to write indice in increasing order, which we the purpose of System.arraycopy(…) call. - posted by de...@apache.org on 2020/01/29 10:14:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Fix header row (was not visible anymore). - posted by de...@apache.org on 2020/01/29 17:54:43 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Connect Gridview to the ResourceExplorer: grid data are now shown when a GridCoverageResource is selected. - posted by de...@apache.org on 2020/01/29 18:59:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b07299c -> b6a1403) - posted by de...@apache.org on 2020/01/29 22:32:37 UTC, 0 replies.
- [sis] 01/02: An attempt to fix the problem of cells sometime missing in header rows the fist time that the grid is shown. - posted by de...@apache.org on 2020/01/29 22:32:38 UTC, 0 replies.
- [sis] 02/02: Remove methods that we are not sure enough they will be appropriate. - posted by de...@apache.org on 2020/01/29 22:32:39 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add an API for requesting only an overview. Not yet fully enabled since subsampling would require an improvement in GridView. - posted by de...@apache.org on 2020/01/30 10:32:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Show converted values (instead of "raw" sample values) in GridView. The converted values are the values in unit of measurement like °C, after application of transfer function. - posted by de...@apache.org on 2020/01/30 15:17:12 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Revert "An attempt to fix the problem of cells sometime missing in header rows the fist time that the grid is shown." It did not worked better. Since the problem appears only in some occasions and disappear on the first scrolling action, we leave it as it for now. This reverts commit 3605f9aa45fd9e71071f873a70e3caa4e63bc1b8. - posted by de...@apache.org on 2020/01/31 09:48:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (0bbdf79 -> c322484) - posted by de...@apache.org on 2020/01/31 11:58:11 UTC, 0 replies.
- [sis] 01/02: Fix wrong value initially shown when the first values are NaN. - posted by de...@apache.org on 2020/01/31 11:58:12 UTC, 0 replies.
- [sis] 02/02: Load grid data only if the "data" tab content is visible. - posted by de...@apache.org on 2020/01/31 11:58:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Show coverage data in a separated window, with initial set of controls (only a list of sample dimensions for now). - posted by de...@apache.org on 2020/01/31 15:54:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: List the sample dimensions in CoverageExplorer. - posted by de...@apache.org on 2020/01/31 19:16:51 UTC, 0 replies.