desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (df7e1fb -> 4fe1348) |
Tue, 03 Nov, 22:54 |
desruisse...@apache.org |
[sis] 01/04: Paranoiac check in case the attribute value is already a list. |
Tue, 03 Nov, 22:54 |
desruisse...@apache.org |
[sis] 02/04: Place-holder for JDK 9 methods should have the same behavior than JDK 9, which is to throw IllegalArgumentException if there is duplicated values. |
Tue, 03 Nov, 22:54 |
desruisse...@apache.org |
[sis] 03/04: Documentation and formatting related to WKT parsing. Deprecate Symbols.containsAxis(…) because AXIS elements are no longer optional in WKT 2. |
Tue, 03 Nov, 22:54 |
desruisse...@apache.org |
[sis] 04/04: Rename the `list` field as `children` and make the code more null-safe by replacing the null value by a more explicit `isEnumeration` flag. |
Tue, 03 Nov, 22:54 |
|
[jira] [Created] (SIS-502) Allow users to define CRS for custom codes |
|
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-502) Allow users to define CRS for custom codes |
Thu, 05 Nov, 09:15 |
Martin Desruisseaux (Jira) |
[jira] [Resolved] (SIS-502) Allow users to define CRS for custom codes |
Thu, 19 Nov, 22:14 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (4fe1348 -> 5e13b7f) |
Mon, 09 Nov, 23:16 |
desruisse...@apache.org |
[sis] 01/03: Clarify the behavior of `WKTFormat.clone()` and avoid cloning the `fragments` map if possible. The intent is to allow more efficient `WKTFormat` cloning for parsing many WKT strings in parallel. |
Mon, 09 Nov, 23:16 |
desruisse...@apache.org |
[sis] 02/03: Clarify which locale is used in error messages. |
Mon, 09 Nov, 23:16 |
desruisse...@apache.org |
[sis] 03/03: Initial version of `WKTDictionary` for allowing users to define CRS for custom codes. https://issues.apache.org/jira/browse/SIS-502 |
Mon, 09 Nov, 23:16 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Allow `getAuthorityCodes(Class)` to filter by WKT keywords. Build the code list under write lock. Cache results. |
Wed, 11 Nov, 16:06 |
|
[jira] [Created] (SIS-503) Naming issue in setters of DefaultReleasability |
|
jean-marc Bourdaret (Jira) |
[jira] [Created] (SIS-503) Naming issue in setters of DefaultReleasability |
Tue, 17 Nov, 15:59 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-503) Naming issue in setters of DefaultReleasability |
Tue, 17 Nov, 18:14 |
Martin Desruisseaux (Jira) |
[jira] [Assigned] (SIS-503) Naming issue in setters of DefaultReleasability |
Tue, 17 Nov, 18:14 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-503) Naming issue in setters of DefaultReleasability |
Tue, 17 Nov, 18:14 |
Martin Desruisseaux (Jira) |
[jira] [Commented] (SIS-503) Naming issue in setters of DefaultReleasability |
Tue, 17 Nov, 18:14 |
Martin Desruisseaux (Jira) |
[jira] [Resolved] (SIS-503) Naming issue in setters of DefaultReleasability |
Thu, 19 Nov, 22:27 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Refactor the way we store WKT trees in a dictionary. Instead of having `Element` working in two modes (mutable or immutable), keep `Element` always mutable and create immutable snapshots with a separated class, `StoredTree`. |
Tue, 17 Nov, 23:39 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Add tests and fix missed sharing of WKT values. |
Wed, 18 Nov, 16:03 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (31a6086 -> 85cfff7) |
Wed, 18 Nov, 23:52 |
desruisse...@apache.org |
[sis] 01/03: Move `getAuthoritycodes(Class)` close to `getCodeSpaces(). This is a cut-and-paste with no code change. |
Wed, 18 Nov, 23:52 |
desruisse...@apache.org |
[sis] 02/03: Add more tests. |
Wed, 18 Nov, 23:52 |
desruisse...@apache.org |
[sis] 03/03: Handle the corner-case of coordinate system WKT (the "CS" keyword) in definition of aliases. |
Wed, 18 Nov, 23:52 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (85cfff7 -> a1ab9bb) |
Thu, 19 Nov, 13:32 |
desruisse...@apache.org |
[sis] 01/02: Log warnings during WKT parsing by `WKTDictionary`. |
Thu, 19 Nov, 13:32 |
desruisse...@apache.org |
[sis] 02/02: Update examples of ESRI codes. |
Thu, 19 Nov, 13:32 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Method name change: setter method shall have the "set" prefix, not "get". Error identified by Jean-Marc Bourdaret. https://issues.apache.org/jira/browse/SIS-503 |
Thu, 19 Nov, 22:26 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (d478c79 -> 81a9536) |
Sat, 21 Nov, 21:58 |
desruisse...@apache.org |
[sis] 01/02: Replace `String.regionMatches(…)` by the simpler `String.startsWith(…)` when applicable. |
Sat, 21 Nov, 21:58 |
desruisse...@apache.org |
[sis] 02/02: Provides a hook for making easier to use this factory for handling the "spatial_ref_sys" table of spatial databases. |
Sat, 21 Nov, 21:58 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Automatically add identifier when the WKT provided by `WKTDictionary.fetchDefinition(…)` does not contain an ID[…] or AUTHORITY[…] element. This is needed when the WKT is provided by the "spatial_ref_sys" table if a PostGIS spatial database among others. |
Sun, 22 Nov, 12:57 |
|
[jira] [Created] (SIS-504) Simplify the logging levels defined in PerformanceLevel |
|
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-504) Simplify the logging levels defined in PerformanceLevel |
Mon, 23 Nov, 13:58 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-504) Simplify the logging levels defined in PerformanceLevel |
Tue, 24 Nov, 10:29 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-504) Simplify the logging levels defined in PerformanceLevel |
Tue, 24 Nov, 10:30 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-504) Simplify the logging levels defined in PerformanceLevel |
Tue, 24 Nov, 16:11 |
Martin Desruisseaux (Jira) |
[jira] [Resolved] (SIS-504) Simplify the logging levels defined in PerformanceLevel |
Tue, 24 Nov, 22:26 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (89f8591 -> 925eccf) |
Tue, 24 Nov, 22:25 |
desruisse...@apache.org |
[sis] 01/03: Simplify the logging levels provided by `PerformanceLevel`. https://issues.apache.org/jira/browse/SIS-504 |
Tue, 24 Nov, 22:25 |
desruisse...@apache.org |
[sis] 02/03: Replace a few `getLogger("org.apache.sis.foo")` calls by a static `Logger` constant. Use the logger provided by `DataStoreProvider.getLogger()` when applicable. Add a log when reading a netCDF file as a `GridCoverage`. |
Tue, 24 Nov, 22:25 |
desruisse...@apache.org |
[sis] 03/03: Reduce a little bit the amount of text in `GridGeometry.toString()` and in `AbstractGridResource.logLoadOperation(…)`. |
Tue, 24 Nov, 22:25 |
CLOUD-SIS.APACHE.ORG |
Inbox (4) | New Cloud Notification |
Wed, 25 Nov, 11:29 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Provide a way to avoid potentially costly PropertyNotFoundException creation. Users do not always know in advance if a property exists and may need a way to get this information without being forced to use exceptions for branching. |
Wed, 25 Nov, 23:08 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Rename `getPropertyValue(String, Object)` as `getValueOrFallback(…)` for avoiding dangerous similarity with `setPropertyValue(…)`. Before this change, the two methods differed only by one letter ("g" versus "s"), which is a risk of introducing bugs by typos. The new name is also more readable and more consistent with standard Java practice such as `java.util.Map.getOrDefault(…)`. |
Thu, 26 Nov, 11:50 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (c0bf843 -> da00b49) |
Mon, 30 Nov, 17:17 |
desruisse...@apache.org |
[sis] 01/03: Avoid duplication in netCDF variables and attributes when a lower-case name has been generated in addition to the original name. |
Mon, 30 Nov, 17:17 |
desruisse...@apache.org |
[sis] 02/03: More robust handling of map projection parameters in netCDF file: - If parameters are provided as strings instead than numbers, parse them. - Report unused values for allowing user to check if an important parameter has been ignored. |
Mon, 30 Nov, 17:17 |
desruisse...@apache.org |
[sis] 03/03: Always consider a variable as an axis if the "_CoordinateAxisType" attribute is present. |
Mon, 30 Nov, 17:17 |