desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Close the data stores when ask to close them and when the application stop. |
Fri, 01 Nov, 13:56 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: When a resource is selected in the TreeView, update the MetadataOverview accordingly. |
Fri, 01 Nov, 16:44 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Reconnect the MetadataOverview panel to the small map showing data position on world. |
Sat, 02 Nov, 16:27 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Add scroll pane and more dynamic inclusion/exclusion of sections in metadata overview. |
Sat, 02 Nov, 22:00 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Consolidation, improve documentation and complete some internationalization. |
Sun, 03 Nov, 17:03 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (607b211 -> 62f3cb5) |
Sun, 03 Nov, 20:04 |
desruisse...@apache.org |
[sis] 01/03: Rename Form as MetadataSection. |
Sun, 03 Nov, 20:04 |
desruisse...@apache.org |
[sis] 02/03: Handle bounding boxes crossing the anti-meridian. |
Sun, 03 Nov, 20:04 |
desruisse...@apache.org |
[sis] 03/03: Remove the loading of GridGeometry in metadata overview panel. For some formats this is a significant cost since it may force the loading of a localization grid. |
Sun, 03 Nov, 20:04 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (62f3cb5 -> 8818eb9) |
Sun, 03 Nov, 22:51 |
desruisse...@apache.org |
[sis] 01/05: Remove for now the contact section since it was not completed. |
Sun, 03 Nov, 22:51 |
desruisse...@apache.org |
[sis] 02/05: Make grid dimensions more tolerant to missing information. |
Sun, 03 Nov, 22:51 |
desruisse...@apache.org |
[sis] 03/05: Move MetadataOverview back to its own package. The intent is to make easier to split the sections in separated classes. |
Sun, 03 Nov, 22:51 |
desruisse...@apache.org |
[sis] 04/05: Move MetadataOverview inner classes as top-level classes. |
Sun, 03 Nov, 22:51 |
desruisse...@apache.org |
[sis] 05/05: Add Google Summer of Code credits. |
Sun, 03 Nov, 22:51 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Rename MetadataOverview as MetadataSummary and put those metadata in a "summary" tab. Move also the world map in the "metadata" package; it was forgotten in previous commit and is necessary for avoiding a NullPointerException. |
Mon, 04 Nov, 09:22 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Connect MetadataSummary to MetadataTree. The tree view is provided in a separated tab. |
Mon, 04 Nov, 14:48 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Consolidation: - Remove CollectionsExt.nonEmptyIterator, replaced by cleaner use of nonNull(Collection). - Remove (text != null && !(text = text.trim()).isEmpty()) statement (they were many), replaced by a call to new internal method Strings.trimOrNull(String). - Add an IdentifiedObjects.getDisplayName method as use it where we intended to have a name for displaying purpose. |
Mon, 04 Nov, 19:58 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Adjustment in the construction of titles to show to user. |
Mon, 04 Nov, 22:55 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (eff5800 -> f2311f5) |
Tue, 05 Nov, 12:05 |
desruisse...@apache.org |
[sis] 01/03: Upgrade Maven dependency. |
Tue, 05 Nov, 12:05 |
desruisse...@apache.org |
[sis] 02/03: Show the stack trace when we failed to load a resource. |
Tue, 05 Nov, 12:05 |
desruisse...@apache.org |
[sis] 03/03: Fix rendering of map in the east hemisphere and when crossing anti-meridian. |
Tue, 05 Nov, 12:05 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated (f2311f5 -> 20e2995) |
Tue, 05 Nov, 15:18 |
jso...@apache.org |
[sis] 01/02: Filter : prepare PropertyIsLike filter implementation |
Tue, 05 Nov, 15:18 |
jso...@apache.org |
[sis] 02/02: Filter : add spatial filter classes, not implemented yet, this allows more CQL tests to be activated |
Tue, 05 Nov, 15:18 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (20e2995 -> cb86b7f) |
Wed, 06 Nov, 00:05 |
desruisse...@apache.org |
[sis] 01/02: First revision of FeatureTable. Data are loaded in a background thread by pages of 100 features. The work is not complete: the loading of next page is not yet delayed until first needed. |
Wed, 06 Nov, 00:05 |
desruisse...@apache.org |
[sis] 02/02: Avoid a broken link for now (for avoiding a compilation error). |
Wed, 06 Nov, 00:05 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_Simplify and ST_SimplifyPreserveTopology functions |
Wed, 06 Nov, 10:50 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Filter : implement and tests for spatial functions |
Wed, 06 Nov, 15:30 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (17aabb3 -> 77d3a63) |
Wed, 06 Nov, 15:53 |
desruisse...@apache.org |
[sis] 01/02: Move Feature.Loader in a top-level class for more code readability. |
Wed, 06 Nov, 15:54 |
desruisse...@apache.org |
[sis] 02/02: Load only a small number of features, with more features loaded only when needed. |
Wed, 06 Nov, 15:54 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Filter : add spatial function serialization tests |
Wed, 06 Nov, 15:57 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Simplify FeatureLoader by replacing the `Initial` inner class by an `initializer` field. Fix a resource leak: Stream was not closed if the `estimatedSize` was actually exact. |
Wed, 06 Nov, 20:15 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Show the exception in the table when an error occurred while loading the data. |
Thu, 07 Nov, 09:24 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (7e1fe6f -> 7718619) |
Sat, 09 Nov, 13:13 |
desruisse...@apache.org |
[sis] 01/02: Handle small image loading in a separated class for making easier to share. |
Sat, 09 Nov, 13:13 |
desruisse...@apache.org |
[sis] 02/02: If a feature contains multi-valued properties, make possible to see their values on demand. |
Sat, 09 Nov, 13:13 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Define FeatureTable content as a property and add warning in documentation about what can be modified. |
Sat, 09 Nov, 14:28 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (8043e5e -> 6a6a650) |
Sat, 09 Nov, 17:10 |
desruisse...@apache.org |
[sis] 01/02: Add some notes about further work that needs to be done. |
Sat, 09 Nov, 17:10 |
desruisse...@apache.org |
[sis] 02/02: Begin refactoring of CRSChooser. |
Sat, 09 Nov, 17:10 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: CRSChooser builds its list of CRS in a background thread. Filtering delegated to JavaFX FilteredList class. |
Mon, 11 Nov, 16:39 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (6b11704 -> 5f84c5b) |
Tue, 12 Nov, 14:24 |
desruisse...@apache.org |
[sis] 01/02: Refactor CRSChooser as a Dialog subclass. |
Tue, 12 Nov, 14:24 |
desruisse...@apache.org |
[sis] 02/02: Fix an IndexOutOfBoundsException when showing an empty list of features. Avoid drawing a line on image border when rectangle cross anti-meridian. |
Tue, 12 Nov, 14:24 |
jso...@apache.org |
[sis] branch feat/geojson updated (75c95d5 -> fb85b0a) |
Tue, 12 Nov, 16:18 |
jso...@apache.org |
[sis] 01/01: GeoJson : add GeoJson DataStore |
Tue, 12 Nov, 16:18 |
ama...@apache.org |
[sis] branch refactor/sql-store created (now 1eb8926) |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 01/45: Update pom version before release |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 02/45: refactor(SQL-Store): try to improve count operation by overriding returned stream. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 03/45: feat(SQL-Store): add support for limit, offset and distinct operations via SQL calls through java.util.Stream API |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 04/45: feat(SQL-Store): improve stream decoration to handle mappings to/from DoubleStream. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 05/45: fix(SQLStore): allow limit and offset setting when using peek operation on stream |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 06/45: doc(Utility): write about stream decoration classes |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 07/45: doc(SQL-Store): minor javadoc addition for stream delegation applied to sql queries. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 08/45: fix(SQLStore): fix peek operation management on overriden SQL stream. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 09/45: fix(SQLStore): fix connection auto-commit management for feature streaming. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 10/45: WIP(SQL-Store): start adding abstractions to allow custom SQL queries |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 11/45: WIP(SQL-Store): refactor feature-type building to factorize query and table discovery. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 12/45: WIP(SQLStore): still abstracting feature-type building to ease maintenance and evolutions. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 13/45: WIP(SQLStore): working on user SQL query execution. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 14/45: WIP(SQLStore): working on query feature set |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 15/45: WIP(SQLStore): working on query feature set: proper management of offset limit. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 16/45: feat(SQLStore): add partial support for distinct operator on SQL query |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 17/45: fix(SQLStore): fix checkstyle problems. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 18/45: fix(SQLStore): better handling of parallelization flag. Add a benchmark to test query spliterator flavors. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 19/45: WIP(SQLStore): improve benchmark and add javadoc |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 20/45: WIP(SQLStore): add javadoc, work on filter adaptation api. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 21/45: wip(SQLStore): fix style checking. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 22/45: wip(SQLStore): improve unit tests and minor cleanup. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 23/45: wip(SQLStore): First draft for SQL filter |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 24/45: WIP(SQLStore): Start geometric function implementation. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 25/45: WIP(SQLStore): work on bbox filter and conversion between envelope and geometry |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 26/45: wip(Feature): envelope to geometry |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 27/45: wip(Feature): Add unit tests for envelope to geometry operator. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 28/45: feat(Feature): ends Envelope to geometry feature |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 29/45: WIP(Feature): start BBOX implementation |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 30/45: WIP(Feature): BBOX filter |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 31/45: fix(SQLStore): improve tests and checkstyle |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 32/45: feat(Feature): add naïve implementation of ST_Intersects |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 33/45: WIP(Feature): start adding CRS resolution strategy for filter operations. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 34/45: WIP(Feature): CRS matching for filters. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 35/45: WIP(Feature): test CRS checking in intersect operation. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 36/45: feat(SQLStore): improve query feature set to delegate count and subqueries to target database. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 37/45: fix(Add multiple fixes to handle filtering on SQL feature sets |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 38/45: fix(SQLStore): fix default bbox filter conversion to sql. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 39/45: refactor(SQLStore): prepare module for dialect specific syntax. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 40/45: feat(Feature): add minor functionality to convert arbitrary geometry to polygon |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 41/45: WIP(SQLStore): Add PostGIS support. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 42/45: WIP(SQLSotre): first functional draft for PostGIS geometry decoding. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 43/45: feat(SQLStore): Improve PostGIS geometry binding |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 44/45: fix(SQLStore): throw proper exception on an unsupported filter. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 45/45: doc(SQLStore): add api doc about new components for SQL feature sets. |
Tue, 12 Nov, 16:45 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Factor out the CRS filter predicate in a separated class. Put an hourglass icon while loading CRS tabular data. |
Tue, 12 Nov, 21:20 |
jso...@apache.org |
[sis] branch feat/geojson updated: GeoJson : reorganize packages |
Wed, 13 Nov, 08:11 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Coverage : add GridCoverage implementation based on a RenderedImage |
Thu, 14 Nov, 10:39 |
ama...@apache.org |
[sis] branch refactor/sql-store updated (1eb8926 -> 71a39a3) |
Thu, 14 Nov, 11:46 |