You are viewing a plain text version of this content. The canonical link for it is here.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): add shapefile store - posted by js...@apache.org on 2023/11/03 09:19:50 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (924462e3c6 -> c835c4786f) - posted by de...@apache.org on 2023/11/05 17:09:00 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/05 17:09:01 UTC, 0 replies.
- (sis) 02/02: Fix the case when raster data of a tile to write does not start at the beginning of the backing array. - posted by de...@apache.org on 2023/11/05 17:09:02 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Performance tuning: use the ByteBuffer API for copying block of data in `CopyFromBytes`. The previous code was assuming that the amount of bytes to copy is small (typically 1), but that assumption become wrong when the tile width is larger that the buffer capacity. This commit also increases the default buffer size. - posted by de...@apache.org on 2023/11/06 10:39:20 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Superficial reformatting of shapefile commit before merge. - posted by de...@apache.org on 2023/11/06 10:55:47 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (0a72e06db9 -> 2bffeac5a6) - posted by de...@apache.org on 2023/11/06 11:35:50 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2023/11/06 11:35:51 UTC, 2 replies.
- (sis) branch main updated (ed9308d56c -> fafbe8a7b6) - posted by de...@apache.org on 2023/11/06 11:38:08 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2023/11/06 11:38:09 UTC, 2 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): add shp bbox filter, add dbf field selection filter - posted by js...@apache.org on 2023/11/08 11:18:12 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (cad0ccd269 -> 0a359acef9) - posted by de...@apache.org on 2023/11/12 15:47:53 UTC, 0 replies.
- (sis) 01/01: feat(Shapefile): add shp bbox filter, add dbf field selection filter - posted by de...@apache.org on 2023/11/12 15:47:54 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (0a359acef9 -> d39d9c6c94) - posted by de...@apache.org on 2023/11/12 15:54:26 UTC, 0 replies.
- (sis) 01/02: Add a `DataStores.readGridCoverage(…)` convenience method. - posted by de...@apache.org on 2023/11/12 15:54:27 UTC, 0 replies.
- (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()`. - posted by de...@apache.org on 2023/11/12 15:54:28 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Workaround for the parsing of WKT having some of the axis directions added in latest ISO 19111 revision. - posted by de...@apache.org on 2023/11/12 20:24:40 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): optimize bbox filter and field selection, declare store in registry - posted by js...@apache.org on 2023/11/13 16:06:14 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (6723ac3a80 -> 53319506d0) - posted by de...@apache.org on 2023/11/13 17:57:38 UTC, 0 replies.
- (sis) 01/01: feat(Shapefile): optimize bbox filter and field selection, declare store in registry - posted by de...@apache.org on 2023/11/13 17:57:39 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Upgrade dependencies. - posted by de...@apache.org on 2023/11/13 17:58:36 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): implement featureset bounding box and count methods, several small fix in reader iterator - posted by js...@apache.org on 2023/11/14 16:14:19 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Automatically install the parent `pom.xml` file. - posted by de...@apache.org on 2023/11/14 18:19:15 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Fix misleading or interchanged localized resources. - posted by de...@apache.org on 2023/11/15 14:37:17 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (7005648d55 -> 1c54d069b5) - posted by de...@apache.org on 2023/11/15 16:32:24 UTC, 0 replies.
- (sis) 01/01: Fix misleading or interchanged localized resources. - posted by de...@apache.org on 2023/11/15 16:32:25 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Add basic support for Braced URI Literal in the XPath expression given to `FilterFactory.property(String)`. - posted by de...@apache.org on 2023/11/16 14:20:47 UTC, 0 replies.
- (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 - posted by de...@apache.org on 2023/11/16 17:43:17 UTC, 0 replies.
- (sis-site) branch main updated (88b18f0a -> 729e122b) - posted by de...@apache.org on 2023/11/17 15:49:17 UTC, 0 replies.
- (sis-site) 01/04: Add a link to instruction for downloading optional dependencies. - posted by de...@apache.org on 2023/11/17 15:49:18 UTC, 0 replies.
- (sis-site) 02/04: Remove the French pages, because they are not maintained for a long time. - posted by de...@apache.org on 2023/11/17 15:49:19 UTC, 0 replies.
- (sis-site) 03/04: Review introduction in developer guide, update versions and references to "build helper". - posted by de...@apache.org on 2023/11/17 15:49:20 UTC, 0 replies.
- (sis-site) 04/04: Reorganize and develop the discussion about metadata and nil values. - posted by de...@apache.org on 2023/11/17 15:49:21 UTC, 0 replies.
- (sis-site) branch asf-staging updated: Regenerate the web site after removal of French pages (because not maintained for a long time) and update of developer guide. - posted by de...@apache.org on 2023/11/17 15:49:25 UTC, 0 replies.
- (sis-site) branch asf-site updated (bdf55413 -> d9e86421) - posted by de...@apache.org on 2023/11/17 15:51:19 UTC, 0 replies.
- (sis-site) 01/01: Merge branch 'asf-staging' into asf-site. The main change is an update of the developer guide. - posted by de...@apache.org on 2023/11/17 15:51:20 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (67ece65ce1 -> 4981887586) - posted by de...@apache.org on 2023/11/18 15:48:09 UTC, 0 replies.
- (sis) 01/02: Do not generate anymore the French version of developer-guide. It has been deleted from the web site, because unmaintained. - posted by de...@apache.org on 2023/11/18 15:48:10 UTC, 0 replies.
- (sis) 02/02: Add "Obligation" and "Nil reason" columns in metadata `TreeTableView`. - posted by de...@apache.org on 2023/11/18 15:48:11 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Add support for nil date and nil URI in metadata. - posted by de...@apache.org on 2023/11/18 17:05:40 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (3d379f9aad -> c0a92a7311) - posted by de...@apache.org on 2023/11/19 19:13:03 UTC, 0 replies.
- (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`. - posted by de...@apache.org on 2023/11/19 19:13:04 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/19 19:13:05 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): add DBF writer and test case - posted by js...@apache.org on 2023/11/20 10:30:10 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (0c561c5971 -> 6841fb91cf) - posted by de...@apache.org on 2023/11/20 12:18:46 UTC, 0 replies.
- (sis) 01/02: `TreeTableView` delegates the handling of `NilReason` to `NilReasonMap`. This is necessary for objects that cannot be represented as `NilObject`. - posted by de...@apache.org on 2023/11/20 12:18:47 UTC, 0 replies.
- (sis) 02/02: In `DefaultConformanceResult`, retrofit the handling of nil reasons into the `nilReasons()` map. - posted by de...@apache.org on 2023/11/20 12:18:48 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/20 13:08:59 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): fuse DBFField and DBFFieldEncoder, prepare store writing support - posted by js...@apache.org on 2023/11/20 13:44:59 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (ceff560423 -> 2bbbb61932) - posted by de...@apache.org on 2023/11/20 15:21:04 UTC, 0 replies.
- (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 - posted by de...@apache.org on 2023/11/20 15:21:05 UTC, 0 replies.
- (sis) 02/02: Trivial comment formatting. - posted by de...@apache.org on 2023/11/20 15:21:06 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Declare `nilReasons` as transient for avoiding JAXB in subclasses to inherit it. - posted by de...@apache.org on 2023/11/20 15:59:28 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Add support for writing image with bands in different order than RGB. - posted by de...@apache.org on 2023/11/20 19:23:38 UTC, 0 replies.
- (sis-site) branch main updated (729e122b -> 6c4b10ac) - posted by de...@apache.org on 2023/11/21 14:19:46 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/21 14:19:47 UTC, 0 replies.
- (sis-site) 02/02: Better documentation about the handling of NilReason and the view as TreeTableMap. - posted by de...@apache.org on 2023/11/21 14:19:48 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Renaming of a CSS style used in the the developer guide, and spelling fixes. - posted by de...@apache.org on 2023/11/21 14:20:53 UTC, 0 replies.
- (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 - posted by de...@apache.org on 2023/11/21 18:44:33 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (faf0d27a25 -> c03f90289c) - posted by de...@apache.org on 2023/11/21 20:20:06 UTC, 0 replies.
- (sis) 01/04: Empirical threshold adjustment for a random (but rare) test failure. - posted by de...@apache.org on 2023/11/21 20:20:07 UTC, 0 replies.
- (sis) 02/04: Calculation of mask derived from `java.awt.Shape` needs to be done in pixel coordinates rather grid cell coordinates. - posted by de...@apache.org on 2023/11/21 20:20:08 UTC, 0 replies.
- (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 - posted by de...@apache.org on 2023/11/21 20:20:09 UTC, 0 replies.
- (sis) 04/04: Flush the error stream before to exist the SIS command-line application. Otherwise error messages are lost. - posted by de...@apache.org on 2023/11/21 20:20:10 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: chore(Build): add missing gradle wrapper configuration - posted by am...@apache.org on 2023/11/22 11:38:56 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (aa6e471d74 -> 0ac8c06a94) - posted by de...@apache.org on 2023/11/22 16:30:45 UTC, 0 replies.
- (sis) 01/03: Partial support of `WritableAggregate` in GeoTIFF store. For now, only adding resources is supported, not removing them. - posted by de...@apache.org on 2023/11/22 16:30:46 UTC, 0 replies.
- (sis) 02/03: Add a "translate" sub-command to the "sis" command line. This sub-command rewrites a raster in another format. - posted by de...@apache.org on 2023/11/22 16:30:47 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/22 16:30:48 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): update shapefile header on close, some work on store writing support - posted by js...@apache.org on 2023/11/23 07:57:20 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (e818303189 -> 4e6074db4e) - posted by de...@apache.org on 2023/11/23 12:52:21 UTC, 0 replies.
- (sis) 01/02: Allow `StoreListeners` argument to be null. - posted by de...@apache.org on 2023/11/23 12:52:22 UTC, 0 replies.
- (sis) 02/02: In XPath parsing, the "Q{namespace}name" syntax should be translated to "namespace:name", not "namespace/name". - posted by de...@apache.org on 2023/11/23 12:52:23 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Import order in preparation for merge. - posted by de...@apache.org on 2023/11/23 13:04:15 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (2bffeac5a6 -> fb00d38fa4) - posted by de...@apache.org on 2023/11/23 13:41:27 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. The main work are on Shapefile, GeoTIFF and metadata "nil reasons". - posted by de...@apache.org on 2023/11/23 13:41:28 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: fix(Shapefile): fix integer overflow on large dbf files - posted by js...@apache.org on 2023/11/23 15:05:20 UTC, 0 replies.
- (sis) branch main updated (fafbe8a7b6 -> b9cb14901d) - posted by de...@apache.org on 2023/11/23 15:20:50 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1'. The main works are in Shapefile, GeoTIFF and metadata "nil values". - posted by de...@apache.org on 2023/11/23 15:20:51 UTC, 0 replies.
- (sis) branch main-with-gradle-wrapper deleted (was fff3ae5e86) - posted by de...@apache.org on 2023/11/23 15:24:08 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (6a8d5b9ba6 -> 6b91e57ba7) - posted by de...@apache.org on 2023/11/23 19:06:03 UTC, 0 replies.
- (sis) 01/04: Reorganize the order of import statements using an automatic script. The main change is that `import static` statements are no longer put in a separated section, but are instead kept with ordinary imports. The reason for that change is because it was causing confusion with the "Specific to XYY branch" sections, thus making merges more difficult. The script that performed this reordering is in the next commit. - posted by de...@apache.org on 2023/11/23 19:06:04 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/23 19:06:05 UTC, 0 replies.
- (sis) 03/04: fix(Shapefile): fix integer overflow on large dbf files - posted by de...@apache.org on 2023/11/23 19:06:06 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/23 19:06:07 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (fb00d38fa4 -> bc9edad990) - posted by de...@apache.org on 2023/11/23 19:06:42 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This merge is only about imports order. - posted by de...@apache.org on 2023/11/23 19:06:43 UTC, 0 replies.
- (sis) branch main updated (b9cb14901d -> 54a8cfd70f) - posted by de...@apache.org on 2023/11/23 19:07:02 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1'. This is only about imports order. - posted by de...@apache.org on 2023/11/23 19:07:03 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Make a GeoTIFF writer test tolerance to the case where the EPSG database is absent. Better error messages. - posted by de...@apache.org on 2023/11/24 09:45:46 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: fix(Shapefile): replace skipBytes by seek, more efficient and avoids a loop - posted by js...@apache.org on 2023/11/24 10:21:41 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: fix(Shapefile): fix combining multiple subset - posted by js...@apache.org on 2023/11/24 16:22:59 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (57c14cd312 -> 8ba711cc91) - posted by de...@apache.org on 2023/11/24 18:06:16 UTC, 0 replies.
- (sis) 01/04: Minor cleaning (documentation, removal of a deprecated method). - posted by de...@apache.org on 2023/11/24 18:06:17 UTC, 0 replies.
- (sis) 02/04: Move `getEnvelope()` default implementation from `AbstractGridCoverageResource` class to `GridCoverageResource` interface. - posted by de...@apache.org on 2023/11/24 18:06:18 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/24 18:06:19 UTC, 0 replies.
- (sis) 04/04: Add a `GridCoverageProcessor.appendDimension(…)` method. - posted by de...@apache.org on 2023/11/24 18:06:20 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (8ba711cc91 -> 2b6989782e) - posted by de...@apache.org on 2023/11/25 17:17:26 UTC, 0 replies.
- (sis) 01/03: Better anticipation of methods and constants to be available in future Java versions. - posted by de...@apache.org on 2023/11/25 17:17:27 UTC, 0 replies.
- (sis) 02/03: Add convenience method for adding a vertical and temporal dimensions to a grid coverage. - posted by de...@apache.org on 2023/11/25 17:17:28 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/25 17:17:29 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: In `appendDimension(...)` methods; restrict the CRS type to SingleCRS since it must be one-dimensional. - posted by de...@apache.org on 2023/11/25 18:31:57 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): implement ResourceOnFileSystem - posted by js...@apache.org on 2023/11/27 08:18:17 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (d747d8924b -> 6d1043d683) - posted by de...@apache.org on 2023/11/27 11:10:15 UTC, 0 replies.
- (sis) 01/03: Miscellaneous utilities: - CommonCRS.Temporal.TROPICAL_YEAR - QuantityFormat.parseNumber(…) - IOUtilities.toBuffered(Reader) - posted by de...@apache.org on 2023/11/27 11:10:16 UTC, 0 replies.
- (sis) 02/03: Fix a ClassCastException when no resource is using deferred loading. - posted by de...@apache.org on 2023/11/27 11:10:17 UTC, 0 replies.
- (sis) 03/03: When opening files in a folder, inherit the options specified in the parent `StorageConnector`. - posted by de...@apache.org on 2023/11/27 11:10:18 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (6d1043d683 -> af3440719f) - posted by de...@apache.org on 2023/11/27 17:54:42 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/27 17:54:43 UTC, 0 replies.
- (sis) 02/02: Create a "sis.library-conventions" with some common configuration for Gradle build. - posted by de...@apache.org on 2023/11/27 17:54:44 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (bc9edad990 -> e55d695764) - posted by de...@apache.org on 2023/11/27 17:55:17 UTC, 0 replies.
- (sis) branch main updated (54a8cfd70f -> 0665f030cd) - posted by de...@apache.org on 2023/11/27 18:17:24 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (af3440719f -> 516dfb985f) - posted by de...@apache.org on 2023/11/28 17:14:30 UTC, 0 replies.
- (sis) 01/02: Revert the deletion of `AbstractGridCoverageResource.getEnvelope()`, but with redirection to the default method defined in the interface. - posted by de...@apache.org on 2023/11/28 17:14:31 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/28 17:14:32 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (e55d695764 -> 7f124c7bc5) - posted by de...@apache.org on 2023/11/28 17:29:59 UTC, 0 replies.
- (sis) branch main updated (0665f030cd -> 7a734d927a) - posted by de...@apache.org on 2023/11/28 17:32:27 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: fix(Shapefile): handle case of bad geometry lines with NaN values - posted by js...@apache.org on 2023/11/29 07:31:49 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (e8850ce897 -> 18eff4603a) - posted by de...@apache.org on 2023/11/29 15:03:03 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/29 15:03:04 UTC, 0 replies.
- (sis) 02/02: Add an `info` sub-command to the SIS command-line for showing the grid geometry of a file. - posted by de...@apache.org on 2023/11/29 15:03:05 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: feat(Shapefile): support updateType, add a first writing support - posted by js...@apache.org on 2023/11/29 16:19:01 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2023/11/30 12:00:48 UTC, 0 replies.