Messages by Thread
-
-
(sis) branch geoapi-4.0 updated: Try to reduce the amount of warnings by checking if the EPSG database is present before to execute tests that may require it. The same messages was sometime logged many times because of race conditions when many tests are executed in parallel. It was causing not only log pollution, but also random test failures for some tests that verify the logs.
desruisseaux
-
(sis) branch feat/ogr created (now afbaafb4f9)
jsorel
-
(sis) branch geoapi-4.0 updated: Fix minor errors identified during the merge.
desruisseaux
-
(sis) branch main updated (7bc26353fd -> cec9c38ae6)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9ca2b16af0 -> 52303614bb)
desruisseaux
-
(sis) branch geoapi-3.1 updated: Merge of automatic reorganization of imports order.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge automatic import order.
desruisseaux
-
(sis) branch main updated (53bd65bc94 -> 7bc26353fd)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f9314a0864 -> 1f1a9766c0)
desruisseaux
-
(sis) branch geoapi-4.0 updated (1e8dc4cba9 -> cf8135d4e3)
desruisseaux
-
(sis) branch geoapi-4.0 updated: More effort in making log messages less numerous and more relevant when the EPSG database is not available.
desruisseaux
-
(sis) branch main updated (d162d1255b -> 53bd65bc94)
desruisseaux
-
(sis) branch geoapi-3.1 updated (edc8e9e83e -> f9314a0864)
desruisseaux
-
(sis) branch geoapi-4.0 updated (a9f4e4bc86 -> 0a71185c8c)
desruisseaux
-
(sis) branch geoapi-4.0 updated: In Gimi store, avoid large array copies by reading from Channel directely in image DataBuffer
jsorel
-
(sis) branch geoapi-4.0 updated: Implement TiledGridResource for Uncompressed items in GIMI Store
jsorel
-
(sis) branch geoapi-4.0 updated: Support reading range of bytes in data boxes in GIMI store
jsorel
-
(sis) branch geoapi-4.0 updated: Support URI or Path input in GIMI DataStore
jsorel
-
(sis) branch geoapi-4.0 updated: Delay reading items in GIMI store, add javadoc
jsorel
-
(sis) branch geoapi-4.0 updated: Hide aggregated resources in GIMI store, fix incorrect tile raster offset
jsorel
-
(sis) branch main updated (76fed8a0e3 -> d162d1255b)
desruisseaux
-
(sis) branch geoapi-3.1 updated (ae3809ff1c -> edc8e9e83e)
desruisseaux
-
(sis) branch geoapi-4.0 updated (5364df70d4 -> 27465f381e)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Handle more divers structures in GIMI files
jsorel
-
(sis) branch geoapi-4.0 updated (2b9172f57c -> c0ea93a741)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Provides metadata information about the software used by `NetcdfStore` for reading a netCDF file. This commit completes the previous one, which was providing this information for all other stores. The netCDF case required additional pre-defined metadata and helper methods for fetching version. This commit also simplifies the way to build that "formatSpecificationCitation" metadata node.
desruisseaux
-
(sis) branch geoapi-4.0 updated (0e4a3bba3c -> 57aa818b35)
desruisseaux
-
(sis) branch geoapi-4.0 updated (dee18f48ab -> 0e4a3bba3c)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Keep shapefile temporary files aside the original files to avoid writing in system temporary folder
jsorel
-
(sis) branch geoapi-4.0 updated (d97377ab14 -> 4b389265a7)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Simplify fetching `MethodHandle` by storing the linker as a `NativeFunctions` field. Get the method handles for `move` and `delete` operations optional.
desruisseaux
-
(sis) branch geoapi-4.0 updated (fc7815d60f -> bad81f42f1)
desruisseaux
-
(sis) branch geoapi-4.0 updated (7913e12a60 -> fc7815d60f)
jsorel
-
(sis) branch fix/gsf deleted (was ee71f9f491)
jsorel
-
(sis) branch geoapi-4.0 updated: Notify GDAL in advance of the region which will be read (all tiles). This commit contains again renaming of some `TiledGridCoverage` methods in an attempt to make them less ambiguous.
desruisseaux
-
(sis) branch geoapi-4.0 updated (6ae933802f -> 4f66c86c45)
desruisseaux
-
(sis) branch geoapi-4.0 updated (b43d5d4d36 -> 6ae933802f)
desruisseaux
-
(sis) branch fix/gsf created (now ee71f9f491)
jsorel
-
(sis) branch geoapi-4.0 updated: Reimplement `getComponentFiles()` by fetching this information from GDAL instead of guessing.
desruisseaux
-
(sis) branch geoapi-4.0 updated (fc7868cc4a -> f736d4ebd7)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Adjust the verifications of tile size.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Bug fix: need to take subsampling in account when computing the destination region.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Reorganize the `TiledGridCoverage` base class in support for GDAL data store:
desruisseaux
-
(sis) branch geoapi-4.0 updated (496130940f -> dab1256806)
desruisseaux
-
(sis) branch geoapi-4.0 updated: `TiledGridResource.getFillValue()` should return an array with one value per band instead of a single value for all bands.
desruisseaux
-
(sis) branch geoapi-4.0 updated (1914e05f85 -> 9de980b207)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Documentation fixes.
desruisseaux
-
(sis) branch main updated (589b2aa29a -> 76fed8a0e3)
desruisseaux
-
(sis) branch geoapi-3.1 updated (75c7265a47 -> ae3809ff1c)
desruisseaux
-
(sis) branch geoapi-3.1 updated: Add only on the `geoapi-3.1` branch some deprecated methods anticipating a transition between GeoAPI 3.0 and 4.0.
desruisseaux
-
(sis) branch main updated (4c46d7bb98 -> 589b2aa29a)
desruisseaux
-
(sis) branch geoapi-3.1 updated (8dbe7f3e64 -> 2563f4abe5)
desruisseaux
-
(sis) branch geoapi-4.0 updated (70d35b06da -> 62047abd7a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add support for `DataSource` created from JDBC URL in `StorageConnector`. Add documentation and minor cleanup.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Consolidation in the handling of exceptions in SQLStore and handle one more metadata (date of last update). This is work in preparation for Geopackage support.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Tune `SQLStore` in support for Geopackage: - Implement `SQLStore.getIdentifier()`. - Specify a locale for table contents. - Clarification in comments.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Make `SQLStore` more extensible, in preparation for Geopackage support. It requires making `SQLStore` abstract and moving the concrete class in a new subclass named `SimpleFeatureStore`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Move the `SQLStore.findCRS(int)` and `findSRID(CRS)` methods to a separated `DataAccess` object. This separation allows to keep using the same SQL connection for many CRS/SRID searches or other operations.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Minor adjustments in API related to `DataStore` in preparation for Geopackage. The most significant change is that `SQLStore.components()` returns a list of `Resource` instead of `FeatureSet` because the store can also contain rasters.
desruisseaux
-
(sis) branch geoapi-4.0 updated (a09dffd3c5 -> a6b1bfaeca)
desruisseaux
-
(sis) branch geoapi-4.0 updated (5112580cf8 -> a09dffd3c5)
desruisseaux
-
(sis) branch geoapi-4.0 updated: `SQLStore` needs to understand more than one CRS definition column. The current use case is to accept the Geopackage extension storing a WKT 2 definition in a separated column in addition to WKT 1. Future versions may accept more columns for CRS-JSON or others.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Dispatch query instances in each class, remove queries bundle
jsorel
-
(sis) branch geoapi-4.0 updated: Remove the dependency to Hikari. Instead, users wanting Hikari should provide a `DataSource` as the store input. This approach gives more flexibility by allowing users to configure Hikari as they want, or to use another pool.
desruisseaux
-
(sis) branch geoapi-4.0 updated (3b047f32e1 -> 0046340d13)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add tests for the Geopackage module (work by Johann Sorel).
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix integer overflow in DBF header when fields have large length constraints
jsorel
-
(sis) branch geoapi-4.0 updated (a20b329fb8 -> 2e7ab796e1)
desruisseaux
-
(sis) branch geoapi-4.0 updated (24402a0a66 -> 3119af99df)
desruisseaux
-
(sis) branch geoapi-4.0 updated (4a69351845 -> 24402a0a66)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Allow FeatureSQL to understand different standards about the table of CRS definitions. Supported standards are:
jsorel
-
(sis) branch geoapi-4.0 updated: fix possible null and handle large number writing in dbf number fields
jsorel
-
(sis) branch geoapi-4.0 updated: Fix a null charset in some cases in DBF field class
jsorel
-
(sis) branch geoapi-4.0 updated: Add a missing dependency in the NetBeans project.
desruisseaux
-
(sis) branch geoapi-4.0 updated (77f63e9896 -> bb2667a64d)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Use `addExact` for computing tile position.
desruisseaux
-
(sis) branch visual-test updated: Fix the build of visual tests.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add empty GSF module
jsorel
-
(sis) branch geoapi-4.0 updated (f2af582e7d -> c5939f6ae0)
jsorel
-
(sis) branch geoapi-4.0 updated: Add EPSG license in optional "non-free" modules. This is done only if the EPSG data are present.
desruisseaux
-
(sis) branch geoapi-4.0 updated (36af97c7b8 -> 450ad41fa3)
desruisseaux
-
svn commit: r1919536 - in /sis/data/non-free: EPSG/ EPSG/Data.sql EPSG/FKeys.sql EPSG/LICENSE.html EPSG/LICENSE.txt EPSG/Tables.sql pom.xml sis-embedded-data/ sis-epsg/ src/
desruisseaux
-
(sis) branch geoapi-4.0 updated: Improve support of tilematrix and jpef items in GIMI
jsorel
-
(sis) branch geoapi-4.0 updated (424d44b671 -> 6881d37044)
desruisseaux
-
(sis) branch geoapi-4.0 updated (b861431358 -> ac0d380348)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add empty GIMI module
jsorel
-
(sis) branch main updated (d1adc5678e -> 4c46d7bb98)
desruisseaux
-
(sis) branch geoapi-3.1 updated (51c67748ee -> 8dbe7f3e64)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge automatic reorganization of imports order.
desruisseaux
-
(sis) branch main updated (f0a1dfadf1 -> d1adc5678e)
desruisseaux
-
(sis) branch geoapi-3.1 updated (ff9d7d107b -> 51c67748ee)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Make use, or prepare for the use, of `DatumEnsemble` in `CoordinateOperationFinder`. The following pattern:
desruisseaux
-
(sis) branch geoapi-4.0 updated (f8421abcf5 -> 3ce6fb642b)
desruisseaux
-
(sis) branch geoapi-3.1 updated: Port methods from the `main` branch for deprecated `Datum` methods.
desruisseaux
-
(sis) branch main updated (96a055335c -> f0a1dfadf1)
desruisseaux
-
(sis) branch geoapi-3.1 updated (c4eceb3ef1 -> d3af997759)
desruisseaux
-
(sis) branch geoapi-4.0 updated (94d30d99d2 -> f8421abcf5)
desruisseaux
-
(sis) branch geoapi-4.0 updated: The referencing module needs to check if the datum is null, and fallback on the datum ensemble if needed. This commit does not resolve all cases. In particular, the cases that depend on the EPSG database update are not yet done: EPSGDataAccess, CoordinateOperationRegistry and CoordinateOperationFinder.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Documentation updates.
desruisseaux
-
(sis) branch main updated (48705908fc -> 96a055335c)
desruisseaux
-
(sis) branch geoapi-3.1 updated (3a2127e98a -> c4eceb3ef1)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Keep the old constructors as deprecated ones.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Resolve a few compiler warnings.
desruisseaux
-
(sis) branch main updated (9c3e588d3c -> 48705908fc)
desruisseaux
-
(sis) branch geoapi-3.1 updated (d68a898653 -> 3a2127e98a)
desruisseaux
-
(sis) branch geoapi-4.0 updated (9c13d9f4f6 -> 1a246afc55)
desruisseaux