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 a24f3de More stable behavior of the tree of resources when the second resource is added after the first one. new d58bf37 Subsampling computed by `GridDerivation.subgrid(GridGeometry)` must be integer (it was not when the given grid geometry has only a "grid to CRS" transform). Better determination of which grid between source and target must have a CRS. new 5b8c29b Allow netCDF reader to distinguish "discrete coverage" from "continuous coverage". In GCOM-C case, the "QA_flag" (data quality) variable is a discrete coverage. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/sis/coverage/Category.java | 8 +-- .../org/apache/sis/coverage/SampleDimension.java | 10 ++-- .../coverage/grid/CoordinateOperationFinder.java | 65 ++++++++++------------ .../apache/sis/coverage/grid/GridDerivation.java | 22 ++++---- .../org/apache/sis/coverage/grid/GridGeometry.java | 1 + .../sis/coverage/grid/ResampledGridCoverage.java | 1 + .../apache/sis/internal/earth/netcdf/GCOM_C.java | 16 ++++-- .../apache/sis/internal/netcdf/RasterResource.java | 10 +++- .../org/apache/sis/internal/netcdf/Variable.java | 2 + .../apache/sis/internal/netcdf/VariableRole.java | 27 ++++++++- .../sis/internal/netcdf/impl/ChannelDecoder.java | 6 +- .../apache/sis/storage/netcdf/MetadataReader.java | 2 +- 12 files changed, 103 insertions(+), 67 deletions(-)