Messages by Date
-
2023/11/05
(sis) 01/02: When writing a TIFF file, make possible (in some circumstances) to send data directly from raster to deflater, bypassing the intermediate buffer. Switch `Compression.DEFLATE` to no predictor by default for improving the chances that the direct mode can be used, and also because experiences suggest that horizontal differentiating predictor can sometime be counter-productive.
desruisseaux
-
2023/11/05
(sis) branch geoapi-4.0 updated (924462e3c6 -> c835c4786f)
desruisseaux
-
2023/11/03
(sis) branch geoapi-4.0 updated: feat(Shapefile): add shapefile store
jsorel
-
2023/10/31
(sis) branch geoapi-4.0 updated: Use TIFF strips instead of tiles when the rows are not divided in tiles. The intend is to avoid the restriction about tile size multiple of 16 bytes.
desruisseaux
-
2023/10/31
(sis) branch geoapi-4.0 updated: Fix the writing of GeoTIFF planar image (banded sample model).
desruisseaux
-
2023/10/31
(sis) branch geoapi-4.0 updated: Add support for predictor before writing images in a GeoTIFF file.
desruisseaux
-
2023/10/31
(sis) branch geoapi-4.0 updated: feat(shapefile): add dbf read support
jsorel
-
2023/10/31
(sis) branch geoapi-4.0 updated: feat(Shapefile): add shp file read and write support
jsorel
-
2023/10/30
(sis) branch geoapi-4.0 updated: Rename `GeoTiffOption` as `FormatModifier`.
desruisseaux
-
2023/10/30
(sis) 03/03: Add compression support for GeoTIFF. Only "Deflate" is supported for now.
desruisseaux
-
2023/10/30
(sis) 01/03: Replace `api` dependency to Glassfish by a pair of `compileOnly` and `runtimeOnly`. The intend is to avoid that this dependency appears in Maven pom files.
desruisseaux
-
2023/10/30
(sis) 02/03: Add `ImageOutputStream` support in `StorageConnector`.
desruisseaux
-
2023/10/30
(sis) branch geoapi-4.0 updated (0de784f0e4 -> 313bfa0ac1)
desruisseaux
-
2023/10/29
(sis) branch main updated (8783e66c1f -> ed9308d56c)
desruisseaux
-
2023/10/29
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/29
(sis) branch geoapi-3.1 updated (e0f5cfa3ec -> 0a72e06db9)
desruisseaux
-
2023/10/29
(sis) 05/06: Resolve a few warnings.
desruisseaux
-
2023/10/29
(sis) 02/06: Minor formatting: fix a few spelling errors in comments, add comments about non-endorsed modules, adjust some white spaces.
desruisseaux
-
2023/10/29
(sis) 01/06: Remove the @since and @version javadoc tags in incubator modules. Those tags are relevant only for classes and members in public API.
desruisseaux
-
2023/10/29
(sis) branch geoapi-4.0 updated (c4a3614aa0 -> 0de784f0e4)
desruisseaux
-
2023/10/29
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/29
(sis) 06/06: Reorganize import statements with a better separation of test dependencies.
desruisseaux
-
2023/10/29
(sis) 04/06: Deprecate `DefaultRecordSchema` for removal.
desruisseaux
-
2023/10/28
(sis) 01/03: Remove the deprecated `InterpolatedMolodenskyTransform` class.
desruisseaux
-
2023/10/28
(sis) 02/03: Following the removal of `InterpolatedMolodenskyTransform`, retrofit `MolodenskyFormula` into `MolodenskyTransform`.
desruisseaux
-
2023/10/28
(sis) 03/03: Remove deprecated methods.
desruisseaux
-
2023/10/28
(sis) branch geoapi-4.0 updated (b4fbe3c1d5 -> c4a3614aa0)
desruisseaux
-
2023/10/28
(sis) branch visual-test updated: Fix compilation of visual tests.
desruisseaux
-
2023/10/28
(sis) 01/02: Add more classes or packages to qualify as test dependencies when organizing import statements.
desruisseaux
-
2023/10/28
(sis) branch geoapi-4.0 updated (53ac462e63 -> b4fbe3c1d5)
desruisseaux
-
2023/10/28
(sis) 02/02: Remove NullArgumentException. https://issues.apache.org/jira/browse/SIS-562
desruisseaux
-
2023/10/28
(sis) branch main updated (9686f9d864 -> 8783e66c1f)
desruisseaux
-
2023/10/28
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/28
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/28
(sis) branch geoapi-3.1 updated (b81aa21f91 -> e0f5cfa3ec)
desruisseaux
-
2023/10/28
(sis) branch geoapi-4.0 updated: Automatic reordering and branch-separation of import statements. This is done by the `org.apache.sis.buildtools.coding.ReorganizeImports` tool in buildSrc for putting Java imports first, then Jakarta, then OpenGIS, and finally Apache SIS. The most important thing is that `ReorganizeImports` creates separated sections for imports that are not the same between the "geoapi-4.0", "geoapi-3.1" and "main" branches.
desruisseaux
-
2023/10/28
(sis) branch main updated (7276317ed7 -> 9686f9d864)
desruisseaux
-
2023/10/28
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/28
(sis) 01/02: Remove the "..." characters in JSON files for making them valid.
desruisseaux
-
2023/10/28
(sis) branch geoapi-3.1 updated (6008e5e18d -> b81aa21f91)
desruisseaux
-
2023/10/28
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the addition of a "coveragejson" module and a first draft of GeoTIFF writer.
desruisseaux
-
2023/10/28
(sis) 02/02: Rearrange the GeoTIFF internal classes in some subpackages in order to provide at least a partial separation between reader and writer classes.
desruisseaux
-
2023/10/28
(sis) branch geoapi-4.0 updated (130695a20b -> 8043b8130f)
desruisseaux
-
2023/10/27
(sis) branch geoapi-4.0 updated: Fix the way reading and writing of single bits are handled in `ChannelData` input/output classes.
desruisseaux
-
2023/10/27
(sis) branch geoapi-4.0 updated (49288e5777 -> 11339c7efa)
desruisseaux
-
2023/10/27
(sis) 01/02: Fix the project configuration for the addition of CoverageJSON store.
desruisseaux
-
2023/10/27
(sis) 02/02: Superficial formatting of CoverageJSON incubator module.
desruisseaux
-
2023/10/26
[sis] branch feat/coveragejson deleted (was 26f3416a32)
jsorel
-
2023/10/25
[sis-site] branch asf-site updated (275fc8aa -> bdf55413)
desruisseaux
-
2023/10/25
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2023/10/25
[sis-site] branch asf-staging updated: Regenerate the "supported formats" page.
desruisseaux
-
2023/10/25
[sis-site] branch main updated: Add a column saying which module provides each data format.
desruisseaux
-
2023/10/25
[sis] branch feat/coveragejson updated: feat(CoverageJSON): replace junit 4 Assert by Junit 5 Assertions
jsorel
-
2023/10/25
[sis] branch geoapi-4.0 updated: Bug fixes when an channel data input yield to the output, or conversely.
desruisseaux
-
2023/10/25
[sis] branch feat/coveragejson updated: chore(CoverageJSON): fix missing license informations and some documentation
jsorel
-
2023/10/25
[sis] branch feat/coverage-json deleted (was aba6d81675)
jsorel
-
2023/10/25
[sis] branch feat/coveragejson created (now 8b31fcd69a)
jsorel
-
2023/10/24
[sis] 01/03: Redesign the way that readers and writers co-exist in `DataStore` implementations: - `isWritable(…)` needs to distinguish between opening an existing file or creating a new one. - `setStreamPosition(long)` removed. It was misused in most places, causing probable bugs. - Allow creation of `ChannelDataOutput` from a `ChannelDataInput`, sharing same internal. - Add `synchronize(…)` for making input `ChannelData` consistent with output, or conversely.
desruisseaux
-
2023/10/24
[sis] branch geoapi-4.0 updated (a93258c0ba -> 4c94f8269e)
desruisseaux
-
2023/10/24
[sis] 02/03: Refactor `ChannelImageOutputStream` as an implementation of `ImageOutputStream`. It allows us to test `ChannelData.yield(ChannelData)`.
desruisseaux
-
2023/10/24
[sis] 03/03: First draft of GeoTIFF writer accessible from public API. For now we do that with a `GeoTiffStore.appen(…)` method.
desruisseaux
-
2023/10/18
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/10/18
[sis-site] branch asf-site updated (905533d0 -> 275fc8aa)
desruisseaux
-
2023/10/18
[sis-site] branch asf-staging updated: Update web site with COG added in the list of supported standards.
desruisseaux
-
2023/10/18
[sis-site] branch main updated: Add the newly released http://www.opengis.net/doc/is/COG/1.0 in the list of standards supported by SIS.
desruisseaux
-
2023/10/16
[sis] 01/05: First version of a TIFF writer (work initiated by Erwan Roussel). This initial version works, but with a limited amount of color models and sample models.
desruisseaux
-
2023/10/16
[sis] 03/05: Initial GeoKeys support.
desruisseaux
-
2023/10/16
[sis] 04/05: Fix spurious warnings during the verification of map projection parameters.
desruisseaux
-
2023/10/16
[sis] branch geoapi-4.0 updated (defbef6e4a -> a93258c0ba)
desruisseaux
-
2023/10/16
[sis] 05/05: Give more informative names to some parameters.
desruisseaux
-
2023/10/16
[sis] 02/05: Rename GeoKeys from GeoTIFF 1.0 to GeoTIFF 1.1 names. The keys related to units of measure are now handled in a separated class.
desruisseaux
-
2023/10/14
svn commit: r1912969 - /sis/data/non-free/sis-embedded-data/pom.xml
desruisseaux
-
2023/10/12
[sis-site] branch main updated: Fix an error in the version of Glassfish dependency. Also fix more minor errors in release management guide.
desruisseaux
-
2023/10/12
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2023/10/12
[sis-site] branch asf-site updated (cf66df92 -> 905533d0)
desruisseaux
-
2023/10/12
[sis-site] branch asf-staging updated: Fix erroneous version number of Glassfish dependency.
desruisseaux
-
2023/10/12
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/10/12
[sis-site] branch asf-site updated (3a836900 -> cf66df92)
desruisseaux
-
2023/10/12
[sis] branch main updated: Set version number to 1.5 for next release cycle.
desruisseaux
-
2023/10/12
[sis] tag 1.4-RC1 deleted (was 6f5b664363)
desruisseaux
-
2023/10/12
[sis] tag 1.4 created (now 6f5b664363)
desruisseaux
-
2023/10/12
svn commit: r64502 - /dev/sis/1.4/
desruisseaux
-
2023/10/12
svn commit: r64501 - /dev/sis/1.4/RC1/ /release/sis/1.4/
desruisseaux
-
2023/10/12
svn commit: r1912922 - /sis/release-test/integration/
desruisseaux
-
2023/10/07
[sis] branch geoapi-4.0 updated (a2820288ee -> defbef6e4a)
desruisseaux
-
2023/10/07
[sis] 06/06: Tune test utilities in preparation for the addition of GeoTIFF writer.
desruisseaux
-
2023/10/07
[sis] 02/06: `ChannelDataInput` implements `DataInput` for allowing `instanceof` checks against a public interface.
desruisseaux
-
2023/10/07
[sis] 01/06: Documentation and code updates in I/O in preparation for GeoTIFF writer.
desruisseaux
-
2023/10/07
[sis] 04/06: Add `HyperRectangleWriter` as an helper class for multi-dimensional grid coverage writers.
desruisseaux
-
2023/10/07
[sis] 05/06: Add `UpdatableWrite` as an helper class for data store writers which need to update values after they have been written.
desruisseaux
-
2023/10/07
[sis] 03/06: `ChannelDataOutput` implements `DataOutput` for allowing `instanceof` checks against a public interface.
desruisseaux
-
2023/10/07
[sis] 02/02: Set the version number to 1.4.
desruisseaux
-
2023/10/07
[sis] tag 1.4-RC1 created (now 6f5b664363)
desruisseaux
-
2023/10/07
[sis-site] 01/02: Update the "test release candidate" section of release management page.
desruisseaux
-
2023/10/07
[sis-site] 02/02: Prepare documentation for the 1.4 release.
desruisseaux
-
2023/10/07
[sis-site] branch main updated (78d55766 -> 0f8f3e93)
desruisseaux
-
2023/10/07
svn commit: r64391 - in /dev/sis/1.4: ./ RC1/
desruisseaux
-
2023/10/07
svn commit: r1912784 - in /sis/release-test/maven: pom.xml src/main/java/org/apache/sis/test/referencing/CoordinateOperationComparator.java src/test/java/org/apache/sis/test/SelfConsistencyTest.java
desruisseaux
-
2023/10/06
[sis] branch geoapi-4.0 updated (a24a7b212f -> a2820288ee)
desruisseaux
-
2023/10/06
[sis] branch geoapi-3.1 updated (d4fc457a24 -> 6008e5e18d)
desruisseaux
-
2023/10/06
[sis] 03/03: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/06
[sis] 02/03: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/06
[sis] 01/03: Modify the structure of the binary bundle for avoiding to have undesired applications on the module-path.
desruisseaux
-
2023/10/06
[sis] branch main updated (2596723a0b -> 27a4ac4fed)
desruisseaux
-
2023/10/06
svn commit: r1912778 - /sis/data/non-free/sis-embedded-data/pom.xml
desruisseaux
-
2023/10/06
svn commit: r1912767 - in /sis/data/non-free/sis-embedded-data/src: main/java/ main/java/org/apache/sis/resources/embedded/ test/java/org/apache/sis/resources/embedded/
desruisseaux
-
2023/10/05
[sis-site] branch main updated: Add instruction about Maven deployment (for the parent POM).
desruisseaux
-
2023/10/05
[sis] branch main updated (2ce512f85a -> 2596723a0b)
desruisseaux
-
2023/10/05
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/05
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/05
[sis] branch geoapi-3.1 updated (2730c89d63 -> d4fc457a24)
desruisseaux
-
2023/10/05
[sis] branch geoapi-4.0 updated: Add qualified exports needed by the "non-free" optional modules for EPSG data.
desruisseaux
-
2023/10/05
svn commit: r1912761 - in /sis/data/non-free: sis-embedded-data/ sis-embedded-data/src/main/java/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org/apache/sis/resources/embedded/ sis-epsg/ sis-epsg/s...
desruisseaux
-
2023/10/05
[sis] branch geoapi-4.0 updated (24b12731b9 -> 0c022f2f1f)
desruisseaux
-
2023/10/05
[sis] 01/02: Fixes to the build plugin based on release experience.
desruisseaux
-
2023/10/05
[sis] 02/02: Define Maven repositories for snapshots and release deployments.
desruisseaux
-
2023/10/05
svn commit: r1912760 - in /sis/data/non-free: ./ sis-embedded-data/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org/apache/sis/resources/embedded/ sis-epsg/ sis-epsg/src/main/java/org/apache/sis/re...
desruisseaux
-
2023/10/05
[sis-site] branch main updated: Partial update of release management notes, with more instruction about publishing.
desruisseaux
-
2023/10/05
[sis] 03/03: Fix more Javadoc errors.
desruisseaux
-
2023/10/05
[sis] 01/03: Fix some Javadoc warnings specific to the main branch.
desruisseaux
-
2023/10/05
[sis] 02/03: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/05
[sis] branch main updated (00e6806277 -> 2ce512f85a)
desruisseaux
-
2023/10/05
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/05
[sis] branch geoapi-3.1 updated (fba1ecf3f7 -> 2730c89d63)
desruisseaux
-
2023/10/05
[sis] branch geoapi-4.0 updated: Add GPG signing for endorsed and optional modules. Incubator modules are not signed because not intended to be released.
desruisseaux
-
2023/10/04
[sis] branch geoapi-4.0 updated: Generate sources JAR and Javadoc JAR together with the Maven artifacts.
desruisseaux
-
2023/10/03
[sis] branch geoapi-4.0 updated: Fix some Javadoc warnings.
desruisseaux
-
2023/10/03
[sis] 01/02: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/03
[sis] 02/02: Replace a link to GeoAPI-snapshot by a link to GeoAPI 3.0.
desruisseaux
-
2023/10/03
[sis] branch main updated (0c2f9effc0 -> 00e6806277)
desruisseaux
-
2023/10/03
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/03
[sis] branch geoapi-3.1 updated (18a06d459c -> fba1ecf3f7)
desruisseaux
-
2023/10/03
[sis] 01/02: Adjust dependency declarations.
desruisseaux
-
2023/10/03
[sis] 02/02: Set version number and the EPSG geodetic dataset URL to expected values after release. Fix erroneous SIS version number.
desruisseaux
-
2023/10/03
[sis] branch geoapi-4.0 updated (0a1d7bd6c3 -> 0a25115dc9)
desruisseaux
-
2023/10/03
[sis-site] branch main updated: Partial upgrade of release instruction to the new gradle build system.
desruisseaux
-
2023/10/02
[sis-site] branch main updated: Release notes for Apache SIS 1.4.
desruisseaux
-
2023/10/02
[sis-site] 02/03: Add notes about Java modules in SIS 1.4 and later.
desruisseaux
-
2023/10/02
[sis-site] 03/03: Merge the "build" page with the "sources" and "downloads" pages.
desruisseaux
-
2023/10/02
[sis-site] branch main updated (1a23a244 -> be694f71)
desruisseaux
-
2023/10/02
[sis-site] 01/03: Update setup instructions, in particular the ones about PostgreSQL.
desruisseaux
-
2023/10/01
[sis] branch geoapi-4.0 updated: Replace a NullPointerException by a more explicit message about the failure cause.
desruisseaux
-
2023/10/01
[sis-site] branch main updated: Update the list CRS and operation methods supported by Apache SIS 1.4. Update the release management guide following Gradle and modularisation.
desruisseaux
-
2023/10/01
[sis] branch geoapi-4.0 updated: Add or edit `README.md` files.
desruisseaux
-
2023/09/30
[sis-site] 01/02: Remove duplicated section.
desruisseaux
-
2023/09/30
[sis] branch main updated (9a6f339273 -> 0c2f9effc0)
desruisseaux
-
2023/09/30
[sis-site] 02/02: Set GeoAPI version number to 3.0.2.
desruisseaux
-
2023/09/30
[sis-site] branch main updated (ca77ed5d -> ee9ecef6)
desruisseaux
-
2023/09/30
[sis] branch geoapi-3.1 updated (a1f4b15161 -> 18a06d459c)
desruisseaux
-
2023/09/30
[sis] 05/05: Update the NOTICE file.
desruisseaux
-
2023/09/30
[sis] branch geoapi-4.0 updated (66ca33f853 -> a95aaf3c96)
desruisseaux
-
2023/09/30
[sis] 04/05: Replace some Maven artifact names by JPMS names in documentation.
desruisseaux
-
2023/09/30
[sis] 03/05: When the "gr3df97a.txt" datum shift grid file is not found, the exception should be `MissingFactoryResourceException` instead of `FactoryDataException`.
desruisseaux
-
2023/09/30
[sis] 02/05: Add the tools used in previous commit for cleaning `@since` and `@version` javadoc tags.
desruisseaux
-
2023/09/30
[sis-site] branch main updated: Merge "release-management-setup.md" content into "release-management.md".
desruisseaux
-
2023/09/30
[sis-site] 02/02: Document new policy about `@since` and `@version` javadoc tags.
desruisseaux
-
2023/09/30
[sis-site] 01/02: Update the version, Java requirement and the "How to" examples.
desruisseaux
-
2023/09/30
[sis-site] branch main updated (78041c67 -> be146d28)
desruisseaux
-
2023/09/29
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/09/29
[sis] branch main updated (01f8dc22a9 -> 9a6f339273)
desruisseaux
-
2023/09/29
[sis] branch geoapi-3.1 updated (80a27652f1 -> a1f4b15161)
desruisseaux
-
2023/09/29
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/09/29
[sis] 01/02: Modification of the fix about the property name of a link. The check for instance of `ValueReference` should be merged with the existing check done 20 lines below.
desruisseaux
-
2023/09/29
[sis] 02/02: Move some tests closer to the place where they are used.
desruisseaux
-
2023/09/29
[sis] branch geoapi-4.0 updated (f07143ab6b -> 66ca33f853)
desruisseaux
-
2023/09/29
[sis] branch geoapi-4.0 updated: fix(FeatureQuery): fix a case where query projection returned the wrong property name
jsorel
-
2023/09/28
[sis] branch main updated (6affdaa155 -> 01f8dc22a9)
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/09/28
[sis] branch geoapi-3.1 updated (611ffb816d -> 80a27652f1)
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 (imports reordering).
desruisseaux
-
2023/09/28
[sis] branch geoapi-4.0 updated (4ad7739f09 -> 2f6a07007c)
desruisseaux
-
2023/09/28
[sis] 02/04: Tune the rule for ordering import statements. Those changes were used in the previous commit.
desruisseaux
-
2023/09/28
[sis] 04/04: Convert text files and HTML files to Markdown format when those files were not used for tests. The intend is to have a less formats for documentation (Javadoc, Markdown, MathML), so all `*.txt` files can be considered as used in tests.
desruisseaux
-
2023/09/28
[sis] 03/04: Avoid using a method which has been deprecated in Gradle 8.3.
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is minor adjustments in preparation for a release proposal.
desruisseaux
-
2023/09/28
[sis] 01/04: Do not export the `org.apache.sis.referencing.operation.projection` package. It does not need to be used directly, and its design is non-trivial.
desruisseaux
-
2023/09/28
[sis] 04/04: Corrections in the README.md about GeoAPI snapshot used in "geoapi-xxx" branches.
desruisseaux
-
2023/09/28
[sis] branch geoapi-4.0 updated (2c76440e28 -> 4ad7739f09)
desruisseaux
-
2023/09/28
[sis] 03/04: Upgrade dependencies
desruisseaux
-
2023/09/28
[sis] 02/04: After removing the export of projection packages, the `getClass() == Foo.class` verifications are no longer necessary.
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/09/28
[sis] branch main updated (6eac04b166 -> 6affdaa155)
desruisseaux
-
2023/09/28
[sis] branch geoapi-3.1 updated (c2bcdb964f -> 611ffb816d)
desruisseaux
-
2023/09/27
[sis] 02/02: Add radioactivity units of measurement (becquerel and curie).
desruisseaux
-
2023/09/27
[sis] 01/02: Add missing `createParametric[CRS|CS|Datum](String)` methods
desruisseaux
-
2023/09/27
[sis] branch geoapi-4.0 updated (1dc6f94da8 -> 2c76440e28)
desruisseaux
-
2023/09/26
[sis] branch geoapi-4.0 updated: Resolve a new Gradle warning which appears with Gradle 8.3. Edit the RExADME.md file.
desruisseaux
-
2023/09/26
[sis] branch geoapi-4.0 updated: Use existing contants for TIFF tag types. Opportunistic documentation fixes.
desruisseaux
-
2023/09/26
[sis] 01/02: Combine `DataStoreFilter` with user-supplied filter.
desruisseaux
-
2023/09/26
[sis] 02/02: Avoid a direct dependencies of metadata `Extents` class toward referencing interfaces.
desruisseaux
-
2023/09/26
[sis] branch geoapi-4.0 updated (b03b235825 -> aa81075711)
desruisseaux
-
2023/09/26
[sis] branch main updated (2d716eab6d -> 6eac04b166)
desruisseaux
-
2023/09/25
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the beginning of a migration to JUnit 5, the beginning of an ISO 19111 upgrade, documentation fixes and some deprecations in preparation for SIS 1.4 release proposal.
desruisseaux
-
2023/09/25
[sis] branch geoapi-3.1 updated (4b753152a6 -> c2bcdb964f)
desruisseaux
-
2023/09/25
[sis] branch geoapi-4.0 updated: Add a `DataStores.openWritable(…)` method.
desruisseaux
-
2023/09/24
[sis] 02/03: Deprecate for removal `NullArgumentException`.
desruisseaux
-
2023/09/24
[sis] 03/03: Remove the boolean return value in WritableFeatureSet.removeIf(Predicate)
desruisseaux
-
2023/09/24
[sis] 01/03: Spelling and documentation fixes.
desruisseaux
-
2023/09/24
[sis] branch geoapi-4.0 updated (7c107c57ee -> 6f65c2bacd)
desruisseaux
-
2023/09/15
[sis] branch main-with-gradle-wrapper updated (cd6f6b44b1 -> fff3ae5e86)
desruisseaux