Messages by Date
-
2024/01/11
(sis) 01/02: Typo fixes.
desruisseaux
-
2024/01/10
(sis) branch geoapi-4.0 updated: Cache the inverse operation. The main intend is to avoid information lost when the inverse of the inverse is later requested.
desruisseaux
-
2024/01/09
(sis) branch geoapi-4.0 updated: Allow `DefaultConcatenatedOperation` to contain steps in reverse order. https://issues.apache.org/jira/browse/SIS-594
desruisseaux
-
2023/12/30
(sis) branch geoapi-4.0 updated (b325a0c5f8 -> 721b3a76ef)
desruisseaux
-
2023/12/30
(sis) branch geoapi-3.1 updated (eb20f53e20 -> 84d2ffda54)
desruisseaux
-
2023/12/30
(sis) branch main updated (47053a8ff3 -> 2330bb247d)
desruisseaux
-
2023/12/30
(sis) 02/05: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/12/30
(sis) 05/05: Automatic import reorganization for tests and branch-specific dependencies.
desruisseaux
-
2023/12/30
(sis) 03/05: Automatic import reorganization for tests and branch-specific dependencies.
desruisseaux
-
2023/12/30
(sis) 01/05: Merge branch 'geoapi-4.0' into geoapi-3.1. The work includes `xlink:href` to external GML documents, resolve `PARAMETERFILE["foo"]` values relatively to the WKT of GML file declaring the parameter, and `CRS.forCode(String)` capable to return CRS defined in the GML document being parsed.
desruisseaux
-
2023/12/30
(sis) 04/05: Automatic import reorganization for tests and branch-specific dependencies.
desruisseaux
-
2023/12/29
(sis) branch geoapi-4.0 updated: Allow `CRS.fromCode(String)` to return the CRS definitions found in the GML document being parsed. This feature make possible for embedded or linked data to reference CRS defined in the document.
desruisseaux
-
2023/12/28
(sis) branch geoapi-4.0 updated: Fix information lost: - In source file when parameters are copied. - In root object name when WKT formatting has warnings.
desruisseaux
-
2023/12/28
(sis) branch geoapi-4.0 updated: Replace the use of `java.net.URI` by an internal `GridFile` class which take in charge the URI resolutions. This is for making easier the cases where the URI needs to be resolved relatively to the GML or WKT file instead of resolved in the "$SIS_DATA/DatumChanges" directory.
desruisseaux
-
2023/12/28
(sis) branch geoapi-4.0 updated: Move `DatumShiftGrid` implementations to a dedicated internal package. This is in preparation for more gridded data such as TestBed-19 or GGXF.
desruisseaux
-
2023/12/27
(sis) 02/04: When parsing a GML or WKT from a URI, store the URI on a new `DefaultParameterValue.sourceFile` property. This information allows to resolve `ParameterValue.valueFile` relatively to the source document.
desruisseaux
-
2023/12/27
(sis) 04/04: Move 4 PMC members to emeritus. Three of them were already ASF emeritus, one of them has his status changed directly on LDAP.
desruisseaux
-
2023/12/27
(sis) branch geoapi-4.0 updated (4c772ccb11 -> f35825c1dd)
desruisseaux
-
2023/12/27
(sis) 01/04: Add a `MarshalContext.getDocumentURI()` method.
desruisseaux
-
2023/12/27
(sis-site) branch main updated: Move 4 PMC members to emeritus. Three of them were already ASF emeritus, one of them has his status changed directly on LDAP.
desruisseaux
-
2023/12/26
(sis) 04/04: Move `DatumShiftGridLoader.toAbsolutePath(URI)` to `DataDirectory`.
desruisseaux
-
2023/12/26
(sis) 03/04: Declare the provider as the source of warning in `DatumShiftGridLoader.canNotLoad(…)`.
desruisseaux
-
2023/12/26
(sis) 01/04: Spelling fix: "to thrown" → "to throw".
desruisseaux
-
2023/12/26
(sis) branch geoapi-4.0 updated (6b6622b8bd -> 4c772ccb11)
desruisseaux
-
2023/12/26
(sis) 02/04: Add `public` and `protected` modifiers to `DatumShiftGridLoader` methods. It does not make practical difference because the class is package-private. However, they are hints about which methods are invoked by classes other than sub-classes.
desruisseaux
-
2023/12/21
(sis) branch geoapi-4.0 updated: Follow redirections when unmarshalling a document from an URL. We need to update the URL in order to resolve relative xlink:href.
desruisseaux
-
2023/12/20
(sis) branch geoapi-4.0 updated: Allow to use an `javax.xml.transform.URIResolver` for resolving URI to external documents.
desruisseaux
-
2023/12/20
(sis) branch geoapi-4.0 updated: Tune the resolution of `xlink:href` attributes having a fragment in their URI values.
desruisseaux
-
2023/12/19
(sis) 02/02: Partial support of xlink:href referencing a fragment of an external document.
desruisseaux
-
2023/12/19
(sis) 01/02: Avoid attempt to download the document at the "http://test.net" URL.
desruisseaux
-
2023/12/19
(sis) branch geoapi-4.0 updated (f1d35685a5 -> 50c0a3ec29)
desruisseaux
-
2023/12/18
(sis) branch geoapi-4.0 updated: Resolve external xlinks when parsing a GML document. This is a first step, not yet resolving fragment and not yet caching.
desruisseaux
-
2023/12/17
(sis) branch main updated (98bc0dfa20 -> 47053a8ff3)
desruisseaux
-
2023/12/17
(sis) 01/01: Merge branch 'geoapi-3.1'. Contains: shapefile writer, JShell, bug fixes.
desruisseaux
-
2023/12/17
(sis) branch geoapi-3.1 updated (b6af5d3997 -> eb20f53e20)
desruisseaux
-
2023/12/17
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains initial version of shapefile writer and improvement in JShell environment.
desruisseaux
-
2023/12/16
(sis) 04/05: Partial port of a few tests to JUnit 5.
desruisseaux
-
2023/12/16
(sis) 01/05: Move a localized resource which was declared in the wrong bundle.
desruisseaux
-
2023/12/16
(sis) 02/05: Documentation update about how to define custum operation method.
desruisseaux
-
2023/12/16
(sis) branch geoapi-4.0 updated (b3b97511aa -> 409c3a3234)
desruisseaux
-
2023/12/16
(sis) 03/05: Better error message when the components of a CompoundCRS cannot be obtained because they are nil.
desruisseaux
-
2023/12/16
(sis) 05/05: Add a `Strings.isNullOrEmpty(String)` convenience method, for internal purposes only.
desruisseaux
-
2023/12/14
(sis) 01/03: Force SIS class initialization at JShell startup time.
desruisseaux
-
2023/12/14
(sis) 02/03: Move `StoreTypeDetector` to a dedicated "services" package. More service implementations may be added in the future.
desruisseaux
-
2023/12/14
(sis) branch geoapi-4.0 updated (1a72af035d -> b3b97511aa)
desruisseaux
-
2023/12/14
(sis) 03/03: Move to `...storage.internal` two classes that are not intended to be exported, even by qualified export. The "internal" packages are intended to be truly internal to the module that contains it. For now, this policy is applied only to `org.apache.sis.storage` module. Other modules will follow in the future.
desruisseaux
-
2023/12/14
(sis) branch geoapi-4.0 updated: Fix more character encoding and ANSI color problems when using SIS from command line or from JShell.
desruisseaux
-
2023/12/14
(sis) branch geoapi-4.0 updated: Fix broken error highlighting in WKT formatter. The problem was when an axis direction has illegal characters.
desruisseaux
-
2023/12/12
(sis) branch geoapi-4.0 updated (9873c5394a -> fc71f8b6a3)
desruisseaux
-
2023/12/12
(sis) 02/02: Fix a NullPointerException when formatting in WKT an object using an identifier in an unknown namespace.
desruisseaux
-
2023/12/12
(sis) 01/02: Parse Unit of Measurement in "http://www.opengis.net/def/uom/UCUM/0/" URL.
desruisseaux
-
2023/12/12
(sis) 02/02: Do not emit warning for "No spatial or temporal dimension has been found". The CRS of a grid coverage may be an EngineeringCRS, which is fine.
desruisseaux
-
2023/12/12
(sis) branch geoapi-4.0 updated (4e00076bb8 -> 9873c5394a)
desruisseaux
-
2023/12/12
(sis) 01/02: Echo the SIS command in faint mode.
desruisseaux
-
2023/12/11
(sis) branch geoapi-4.0 updated: Copy the title of the first component in the main metadata.
desruisseaux
-
2023/12/09
(sis) 03/04: Accept also as auxiliary metadata a Reference System definition from a GML document.
desruisseaux
-
2023/12/09
(sis) 02/04: Allow to specify a metadata auxiliary file using wildcard. For example if the main file is "city-center.tiff" and metadata path is "*.xml", then the actual metadata file will be "city-center.xml".
desruisseaux
-
2023/12/09
(sis) 04/04: Add a "--metadata" option to the command line for making possible to specify the auxiliary metadata.
desruisseaux
-
2023/12/09
(sis) 01/04: Deprecate `OptionKey.BYTE_BUFFER` because it forces unconditional allocation of byte buffer.
desruisseaux
-
2023/12/09
(sis) branch geoapi-4.0 updated (ff9dc10dcb -> 558c65499f)
desruisseaux
-
2023/12/08
(sis) branch geoapi-4.0 updated: Complete `MetadataBuilder.useParentElements()`.
desruisseaux
-
2023/12/07
(sis) 01/02: Add dummy PRJ files for avoiding warnings during tests of ESRI RAW files.
desruisseaux
-
2023/12/07
(sis) 02/02: Add an option to complete the metadata of a resource with an auxiliary metadata file.
desruisseaux
-
2023/12/07
(sis) branch geoapi-4.0 updated (a798c10c97 -> c456f0598d)
desruisseaux
-
2023/12/06
(sis) branch geoapi-4.0 updated: feat(Shapefile): simplify raw API, reduce scope of all unnecessary attributes, full javadoc
jsorel
-
2023/12/05
(sis) branch geoapi-4.0 updated: feat(Shapefile): test add, remove and update from WritableFeatureSet
jsorel
-
2023/12/04
(sis) 01/01: Merge branch 'geoapi-3.1'. Includes partial work on Shapefile writer and fixes in CLI and JavaFX application starters.
desruisseaux
-
2023/12/04
(sis) branch main updated (7a734d927a -> 98bc0dfa20)
desruisseaux
-
2023/12/04
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains JShell and fix in applications.
desruisseaux
-
2023/12/04
(sis) branch geoapi-3.1 updated (7f124c7bc5 -> b6af5d3997)
desruisseaux
-
2023/12/04
(sis) branch geoapi-4.0 updated (ca43fdb6a7 -> a3767ac21e)
desruisseaux
-
2023/12/04
(sis) 01/02: Avoid broken rendering of non-ASCII characters when downloading EPSG data from JShell.
desruisseaux
-
2023/12/04
(sis) 02/02: Fix the OpenJFX detection, including the wizard which was not started anymore.
desruisseaux
-
2023/12/04
(sis) branch geoapi-4.0 updated: Wrap the line of log messages in console application, for making easier to read the warnings.
desruisseaux
-
2023/12/03
(sis) 03/04: Prepare a more robust handling of console charset in preparation for JShell.
desruisseaux
-
2023/12/03
(sis) 04/04: Add a "sis-shell" command for launching jshell with Apache SIS libraries. It implies adding a `SIS` static class for easy invocations from JShell.
desruisseaux
-
2023/12/03
(sis) branch geoapi-4.0 updated (94bffce331 -> 7ad7021f80)
desruisseaux
-
2023/12/03
(sis) 01/04: "SIS" command-line accept arguments of type `Object` instead of being restricted to `String` instances. The intend is to allow invocations from JShell, where the user could pass File, Path, URI, URL, etc. This commit contains also an opportunistic migration of JUnit 4 to JUnit 5 for the impacted tests.
desruisseaux
-
2023/12/03
(sis) 02/04: Make possible to force logging configuration after JVM startup. This is useful when setting system properties with JVM flags does not work. It seems to be the case with jshell for instance.
desruisseaux
-
2023/12/01
(sis-site) branch next-release deleted (was df8f759f)
desruisseaux
-
2023/12/01
(sis-site) 01/03: Set GeoAPI version to 3.0.2 and Unit API to JSR-385.
desruisseaux
-
2023/12/01
(sis-site) 03/03: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
-
2023/12/01
(sis-site) 02/03: Fix Java version.
desruisseaux
-
2023/12/01
(sis-site) branch main updated (bd61200b -> 9e64bdcf)
desruisseaux
-
2023/11/30
(sis-site) branch main updated: Update release instruction for changes in the Gradle build: - Credentials no longer stored in `gradle.properties`. - Gradle wrapper needs to be deleted before releases. - Version number changed its location.
desruisseaux
-
2023/11/29
(sis) branch geoapi-4.0 updated: feat(Shapefile): support updateType, add a first writing support
jsorel
-
2023/11/29
(sis) 02/02: Add an `info` sub-command to the SIS command-line for showing the grid geometry of a file.
desruisseaux
-
2023/11/29
(sis) branch geoapi-4.0 updated (e8850ce897 -> 18eff4603a)
desruisseaux
-
2023/11/29
(sis) 01/02: Show the module path in the configuration, in addition to the class path. Since SIS 1.4, the class path is often empty.
desruisseaux
-
2023/11/28
(sis) branch geoapi-4.0 updated: fix(Shapefile): handle case of bad geometry lines with NaN values
jsorel
-
2023/11/28
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/11/28
(sis) branch main updated (0665f030cd -> 7a734d927a)
desruisseaux
-
2023/11/28
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/11/28
(sis) branch geoapi-3.1 updated (e55d695764 -> 7f124c7bc5)
desruisseaux
-
2023/11/28
(sis) 02/02: Build configuration: remove `sis.library-conventions.gradle.kts` because it depends on `kotlin-dsl`, which is not compatible with Java 21. Even if Apache SIS targets Java 11, we want it to compile with newer Java versions.
desruisseaux
-
2023/11/28
(sis) 01/02: Revert the deletion of `AbstractGridCoverageResource.getEnvelope()`, but with redirection to the default method defined in the interface.
desruisseaux
-
2023/11/28
(sis) branch geoapi-4.0 updated (af3440719f -> 516dfb985f)
desruisseaux
-
2023/11/27
(sis) branch main updated (54a8cfd70f -> 0665f030cd)
desruisseaux
-
2023/11/27
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/11/27
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/11/27
(sis) branch geoapi-3.1 updated (bc9edad990 -> e55d695764)
desruisseaux
-
2023/11/27
(sis) branch geoapi-4.0 updated (6d1043d683 -> af3440719f)
desruisseaux
-
2023/11/27
(sis) 02/02: Create a "sis.library-conventions" with some common configuration for Gradle build.
desruisseaux
-
2023/11/27
(sis) 01/02: Move the `buildSrc` source code to its traditional location. The "Module Source Hierarchy" has no effect for this sub-project since it contains a single module. The intend is to make easier to add conventions in the way described by Gradle documentation.
desruisseaux
-
2023/11/27
(sis) 01/03: Miscellaneous utilities: - CommonCRS.Temporal.TROPICAL_YEAR - QuantityFormat.parseNumber(…) - IOUtilities.toBuffered(Reader)
desruisseaux
-
2023/11/27
(sis) 03/03: When opening files in a folder, inherit the options specified in the parent `StorageConnector`.
desruisseaux
-
2023/11/27
(sis) 02/03: Fix a ClassCastException when no resource is using deferred loading.
desruisseaux
-
2023/11/27
(sis) branch geoapi-4.0 updated (d747d8924b -> 6d1043d683)
desruisseaux
-
2023/11/27
(sis) branch geoapi-4.0 updated: feat(Shapefile): implement ResourceOnFileSystem
jsorel
-
2023/11/25
(sis) branch geoapi-4.0 updated: In `appendDimension(...)` methods; restrict the CRS type to SingleCRS since it must be one-dimensional.
desruisseaux
-
2023/11/25
(sis) 01/03: Better anticipation of methods and constants to be available in future Java versions.
desruisseaux
-
2023/11/25
(sis) 02/03: Add convenience method for adding a vertical and temporal dimensions to a grid coverage.
desruisseaux
-
2023/11/25
(sis) branch geoapi-4.0 updated (8ba711cc91 -> 2b6989782e)
desruisseaux
-
2023/11/25
(sis) 03/03: Add in `CoverageAggregator` the same convenience methods than the ones added in `GridCoverageProcessor` in previous commit. The intend is to make easier to append a vertical or temporal dimension to two-dimensional coverages to aggregate in a cube.
desruisseaux
-
2023/11/24
(sis) 04/04: Add a `GridCoverageProcessor.appendDimension(…)` method.
desruisseaux
-
2023/11/24
(sis) 03/04: Add a `GridGeometry` constructor doing the concatenation of two grid geometries. Opportunistic migration of JUnit 4 to JUnit 5 for the relevant tests.
desruisseaux
-
2023/11/24
(sis) 02/04: Move `getEnvelope()` default implementation from `AbstractGridCoverageResource` class to `GridCoverageResource` interface.
desruisseaux
-
2023/11/24
(sis) branch geoapi-4.0 updated (57c14cd312 -> 8ba711cc91)
desruisseaux
-
2023/11/24
(sis) 01/04: Minor cleaning (documentation, removal of a deprecated method).
desruisseaux
-
2023/11/24
(sis) branch geoapi-4.0 updated: fix(Shapefile): fix combining multiple subset
jsorel
-
2023/11/24
(sis) branch geoapi-4.0 updated: fix(Shapefile): replace skipBytes by seek, more efficient and avoids a loop
jsorel
-
2023/11/24
(sis) branch geoapi-4.0 updated: Make a GeoTIFF writer test tolerance to the case where the EPSG database is absent. Better error messages.
desruisseaux
-
2023/11/23
(sis) branch geoapi-3.1 updated (fb00d38fa4 -> bc9edad990)
desruisseaux
-
2023/11/23
(sis) branch main updated (b9cb14901d -> 54a8cfd70f)
desruisseaux
-
2023/11/23
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This merge is only about imports order.
desruisseaux
-
2023/11/23
(sis) 03/04: fix(Shapefile): fix integer overflow on large dbf files
desruisseaux
-
2023/11/23
(sis) branch geoapi-4.0 updated (6a8d5b9ba6 -> 6b91e57ba7)
desruisseaux
-
2023/11/23
(sis) 04/04: `PropertyValue.getXPath()` shall reformat the property name to XPath using "Q{namespace}" syntax when necessary. Conversely, `FeatureQuery` needs to convert XPath to property name.
desruisseaux
-
2023/11/23
(sis) 02/04: Change the program managing import order: - Put test dependencies in a separated section. - Do not put anymore "import static" in separated section, because it is a source of confusion with other sections.
desruisseaux
-
2023/11/23
(sis) branch main-with-gradle-wrapper deleted (was fff3ae5e86)
desruisseaux
-
2023/11/23
(sis) branch main updated (fafbe8a7b6 -> b9cb14901d)
desruisseaux
-
2023/11/23
(sis) 01/01: Merge branch 'geoapi-3.1'. The main works are in Shapefile, GeoTIFF and metadata "nil values".
desruisseaux
-
2023/11/23
(sis) branch geoapi-4.0 updated: fix(Shapefile): fix integer overflow on large dbf files
jsorel
-
2023/11/23
(sis) branch geoapi-3.1 updated (2bffeac5a6 -> fb00d38fa4)
desruisseaux
-
2023/11/23
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. The main work are on Shapefile, GeoTIFF and metadata "nil reasons".
desruisseaux
-
2023/11/23
(sis) branch geoapi-4.0 updated: Import order in preparation for merge.
desruisseaux
-
2023/11/23
(sis) 02/02: In XPath parsing, the "Q{namespace}name" syntax should be translated to "namespace:name", not "namespace/name".
desruisseaux
-
2023/11/23
(sis) 01/02: Allow `StoreListeners` argument to be null.
desruisseaux
-
2023/11/23
(sis) branch geoapi-4.0 updated (e818303189 -> 4e6074db4e)
desruisseaux
-
2023/11/22
(sis) branch geoapi-4.0 updated: feat(Shapefile): update shapefile header on close, some work on store writing support
jsorel
-
2023/11/22
(sis) 01/03: Partial support of `WritableAggregate` in GeoTIFF store. For now, only adding resources is supported, not removing them.
desruisseaux
-
2023/11/22
(sis) 02/03: Add a "translate" sub-command to the "sis" command line. This sub-command rewrites a raster in another format.
desruisseaux
-
2023/11/22
(sis) branch geoapi-4.0 updated (aa6e471d74 -> 0ac8c06a94)
desruisseaux
-
2023/11/22
(sis) 03/03: If an envelope cannot be transformed for metadata purpose, consider that as a warning rather than a fatal error. It happens when the CRS is an engineering CRS with no geodetic, projected, vertical or temporal component.
desruisseaux
-
2023/11/22
(sis) branch geoapi-4.0 updated: chore(Build): add missing gradle wrapper configuration
amanin
-
2023/11/21
(sis) 03/04: Replace our custom `JAVA_OPTS` environment variable by the standard `JDK_JAVA_OPTIONS`. https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html#using-the-jdk_java_options-launcher-environment-variable
desruisseaux
-
2023/11/21
(sis) 02/04: Calculation of mask derived from `java.awt.Shape` needs to be done in pixel coordinates rather grid cell coordinates.
desruisseaux
-
2023/11/21
(sis) branch geoapi-4.0 updated (faf0d27a25 -> c03f90289c)
desruisseaux
-
2023/11/21
(sis) 04/04: Flush the error stream before to exist the SIS command-line application. Otherwise error messages are lost.
desruisseaux
-
2023/11/21
(sis) 01/04: Empirical threshold adjustment for a random (but rare) test failure.
desruisseaux
-
2023/11/21
(sis-site) branch main updated: Replace our custom `JAVA_OPTS` environment variable by the standard `JDK_JAVA_OPTIONS`. https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html#using-the-jdk_java_options-launcher-environment-variable
desruisseaux
-
2023/11/21
(sis) branch geoapi-4.0 updated: Renaming of a CSS style used in the the developer guide, and spelling fixes.
desruisseaux
-
2023/11/21
(sis-site) 02/02: Better documentation about the handling of NilReason and the view as TreeTableMap.
desruisseaux
-
2023/11/21
(sis-site) branch main updated (729e122b -> 6c4b10ac)
desruisseaux
-
2023/11/21
(sis-site) 01/02: Rename de "GeoAPI" style as "API" for convenience. It is frequently used, and having the same length as "SIS" and "OGC" make easier to format some HTML code as table.
desruisseaux
-
2023/11/20
(sis) branch geoapi-4.0 updated: Add support for writing image with bands in different order than RGB.
desruisseaux
-
2023/11/20
(sis) branch geoapi-4.0 updated: Declare `nilReasons` as transient for avoiding JAXB in subclasses to inherit it.
desruisseaux
-
2023/11/20
(sis) 01/02: Apply the same technic than `DefaultConformanceResult` to other mandatory properties of type `Integer`. This is related to https://issues.apache.org/jira/browse/SIS-590
desruisseaux
-
2023/11/20
(sis) branch geoapi-4.0 updated (ceff560423 -> 2bbbb61932)
desruisseaux
-
2023/11/20
(sis) branch geoapi-4.0 updated: feat(Shapefile): fuse DBFField and DBFFieldEncoder, prepare store writing support
jsorel
-
2023/11/20
(sis) branch geoapi-4.0 updated: Move into NilReasonMap the decision about whether to create NilObject or not. The rational for the removal of NilReason.isSupported(Class) is that we want an exception to be thrown when trying to use NilReason on an illegal type.
desruisseaux
-
2023/11/20
(sis) 01/02: `TreeTableView` delegates the handling of `NilReason` to `NilReasonMap`. This is necessary for objects that cannot be represented as `NilObject`.
desruisseaux
-
2023/11/20
(sis) 02/02: In `DefaultConformanceResult`, retrofit the handling of nil reasons into the `nilReasons()` map.
desruisseaux
-
2023/11/20
(sis) branch geoapi-4.0 updated (0c561c5971 -> 6841fb91cf)
desruisseaux
-
2023/11/20
(sis) branch geoapi-4.0 updated: feat(Shapefile): add DBF writer and test case
jsorel
-
2023/11/19
(sis) branch geoapi-4.0 updated (3d379f9aad -> c0a92a7311)
desruisseaux
-
2023/11/19
(sis) 01/02: Remove `NilDate`. It was not working because this class is mutable, so metadata make copies of it and those copies were not `NilObject`.
desruisseaux
-
2023/11/19
(sis) 02/02: Add `MetadataStandard.asNilReasonMap(…)` method, together with support for classes that cannot implement the `NilObject` interface. As a side-effect of this work, other map views were refactored for putting more common code in the `PropertyMap` base class.
desruisseaux
-
2023/11/18
(sis) branch geoapi-4.0 updated: Add support for nil date and nil URI in metadata.
desruisseaux
-
2023/11/18
(sis) 02/02: Add "Obligation" and "Nil reason" columns in metadata `TreeTableView`.
desruisseaux
-
2023/11/18
(sis) 01/02: Do not generate anymore the French version of developer-guide. It has been deleted from the web site, because unmaintained.
desruisseaux
-
2023/11/18
(sis) branch geoapi-4.0 updated (67ece65ce1 -> 4981887586)
desruisseaux
-
2023/11/17
(sis-site) branch asf-site updated (bdf55413 -> d9e86421)
desruisseaux
-
2023/11/17
(sis-site) 01/01: Merge branch 'asf-staging' into asf-site. The main change is an update of the developer guide.
desruisseaux
-
2023/11/17
(sis-site) 01/04: Add a link to instruction for downloading optional dependencies.
desruisseaux
-
2023/11/17
(sis-site) 04/04: Reorganize and develop the discussion about metadata and nil values.
desruisseaux
-
2023/11/17
(sis-site) 03/04: Review introduction in developer guide, update versions and references to "build helper".
desruisseaux
-
2023/11/17
(sis-site) branch main updated (88b18f0a -> 729e122b)
desruisseaux
-
2023/11/16
(sis) branch geoapi-4.0 updated: Store the reason why the mandatory boolean value of a quality conformance result is missing. This is a partial replacement for a feature supported since SIS 0.3 but removed in SIS 1.4 because of https://issues.apache.org/jira/browse/SIS-586
desruisseaux
-
2023/11/16
(sis) branch geoapi-4.0 updated: Add basic support for Braced URI Literal in the XPath expression given to `FilterFactory.property(String)`.
desruisseaux
-
2023/11/15
(sis) 01/01: Fix misleading or interchanged localized resources.
desruisseaux
-
2023/11/15
(sis) branch geoapi-4.0 updated (7005648d55 -> 1c54d069b5)
desruisseaux
-
2023/11/15
(sis) branch geoapi-4.0 updated: Fix misleading or interchanged localized resources.
desruisseaux
-
2023/11/14
(sis) branch geoapi-4.0 updated: Automatically install the parent `pom.xml` file.
desruisseaux
-
2023/11/14
(sis) branch geoapi-4.0 updated: feat(Shapefile): implement featureset bounding box and count methods, several small fix in reader iterator
jsorel
-
2023/11/13
(sis) branch geoapi-4.0 updated: Upgrade dependencies.
desruisseaux
-
2023/11/13
(sis) 01/01: feat(Shapefile): optimize bbox filter and field selection, declare store in registry
desruisseaux
-
2023/11/13
(sis) branch geoapi-4.0 updated (6723ac3a80 -> 53319506d0)
desruisseaux
-
2023/11/13
(sis) branch geoapi-4.0 updated: feat(Shapefile): optimize bbox filter and field selection, declare store in registry
jsorel
-
2023/11/12
(sis) branch geoapi-4.0 updated: Workaround for the parsing of WKT having some of the axis directions added in latest ISO 19111 revision.
desruisseaux
-
2023/11/12
(sis) branch geoapi-4.0 updated (0a359acef9 -> d39d9c6c94)
desruisseaux
-
2023/11/12
(sis) 01/02: Add a `DataStores.readGridCoverage(…)` convenience method.
desruisseaux
-
2023/11/12
(sis) 02/02: Add a little bit of context when the parsing fail over the dash character, for example as in "away-from" axis direction. Reduce rounding errors in `GridGeometry.toString()`.
desruisseaux
-
2023/11/12
(sis) 01/01: feat(Shapefile): add shp bbox filter, add dbf field selection filter
desruisseaux
-
2023/11/12
(sis) branch geoapi-4.0 updated (cad0ccd269 -> 0a359acef9)
desruisseaux
-
2023/11/08
(sis) branch geoapi-4.0 updated: feat(Shapefile): add shp bbox filter, add dbf field selection filter
jsorel
-
2023/11/06
(sis) branch main updated (ed9308d56c -> fafbe8a7b6)
desruisseaux
-
2023/11/06
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/11/06
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/11/06
(sis) branch geoapi-3.1 updated (0a72e06db9 -> 2bffeac5a6)
desruisseaux