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 a5ad10a Add tests and a GridGeometry.subgrid(areaOfInterest, targetResolution) method. new f4dabcd Post-merge cleanup. new 34a9ce8 Target resolutions in GridGeometry.subgrid(Envelope, double...) should be in same units than the given envelope. 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: .../org/apache/sis/coverage/grid/GridChange.java | 2 +- .../org/apache/sis/coverage/grid/GridCoverage.java | 6 +- .../org/apache/sis/coverage/grid/GridExtent.java | 3 +- .../org/apache/sis/coverage/grid/GridGeometry.java | 107 ++--------- .../sis/coverage/grid/SubgridCalculator.java | 206 +++++++++++++++++++++ .../apache/sis/coverage/grid/GridGeometryTest.java | 20 ++ .../sis/geometry/AbstractDirectPosition.java | 2 +- .../sis/internal/netcdf/impl/GridInfoTest.java | 2 + 8 files changed, 252 insertions(+), 96 deletions(-) create mode 100644 core/sis-raster/src/main/java/org/apache/sis/coverage/grid/SubgridCalculator.java