(sis) 01/02: Review the way that some "multi-values map" are handled. In the netCDF case, group together the domains (set of axes) that are subset or superset of another domain.

2024-09-17 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 76d4d2c198764528da7e9db136dfe468c81c0456 Author: Martin Desruisseaux AuthorDate: Tue Sep 10 16:06:27 2024 +0200

(sis) branch geoapi-4.0 updated (6ae933802f -> 4f66c86c45)

2024-09-17 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git from 6ae933802f Handle subsampling as long integers instead of 32 bits integers. This is needed because small overv

(sis) 02/02: Refactor the handling of the HYCOM special case, which is replaced by `VariableTransformer`. The special case was about converting an axis of encoded "year month day" values to instants.

2024-09-17 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 4f66c86c4592cdc01d4bc79ea3a10cb0f4c1ed83 Author: Martin Desruisseaux AuthorDate: Wed Sep 11 19:27:10 2024 +0200

(sis) 02/02: Handle subsampling as long integers instead of 32 bits integers. This is needed because small overviews of large images require a subsampling which is about as large as the image size.

2024-09-17 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 6ae933802f1a25722381207e617c2bd8551e2c89 Author: Martin Desruisseaux AuthorDate: Tue Sep 17 18:34:53 2024 +0200

(sis) 01/02: Allow to read more tiles in one GDAL read operation.

2024-09-17 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit ddc4420c59b9df5d03af9b59dbe92e3f73ef7806 Author: Martin Desruisseaux AuthorDate: Tue Sep 17 12:55:04 2024 +0200

(sis) branch geoapi-4.0 updated (b43d5d4d36 -> 6ae933802f)

2024-09-17 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git from b43d5d4d36 Reimplement `getComponentFiles()` by fetching this information from GDAL instead of guessing.

(sis) 01/01: Cleaning GSF function binding and reader, reduce memory footprint

2024-09-17 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch fix/gsf in repository https://gitbox.apache.org/repos/asf/sis.git commit ee71f9f491791bf1d47e02a5f1356a1654d14df9 Author: jsorel AuthorDate: Tue Sep 17 16:53:25 2024 +0200 Cleaning GSF funct

(sis) branch fix/gsf created (now ee71f9f491)

2024-09-17 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch fix/gsf in repository https://gitbox.apache.org/repos/asf/sis.git at ee71f9f491 Cleaning GSF function binding and reader, reduce memory footprint This branch includes the following new co