- 73383b6 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 10 days ago main
- a175b92 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 10 days ago geoapi-3.1
- 19892f6 Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 10 days ago
- 01e0369 Merge branch 'geoapi-3.1'. Contains (non-exhaustive list): by Martin Desruisseaux · 10 days ago
- 76ac26b Merge branch 'geoapi-4.0' into geoapi-3.1. Contains (non-exhaustive list): by Martin Desruisseaux · 10 days ago
- 3a021d2 Consolidation of the handling of CRS shown in the status bar. by Martin Desruisseaux · 10 days ago
- a3b8326 Move to `MapContextview` the widgets controlling the coverage appearence. by Martin Desruisseaux · 11 days ago
- 14a89a3 Move the widget for configuring the isoline as a `MapItem` to show in `MapContextView`. by Martin Desruisseaux · 11 days ago
- 48633f0 Adds a "Layers" panel and move the "Visual indication of tile loading" checkbox as a map item. by Martin Desruisseaux · 11 days ago
- 86bff97 Avoid misleading classname as display name of a data store. by Martin Desruisseaux · 12 days ago
- 028ac1b Allows `Containers.derivedList(…)` to return a list which supports addition of elements. by Martin Desruisseaux · 14 days ago
- e49c660 Adjustment in documentation, formatting and checks for null values. by Martin Desruisseaux · 13 days ago
- d38375d Consolidation of `ResourceTree` making a better usage of JavaFX events. by Martin Desruisseaux · 2 weeks ago
- 433c27f Use shorter name in `TileMatrixSet` identifier. by Martin Desruisseaux · 2 weeks ago
- c622554 Rename `GridCoverageResource.getResolutions()` as `getAvailableResolutions()`. by Martin Desruisseaux · 2 weeks ago
- a3003a5 Pyramid levels should be ordered from coarsest to finest resolution. by Martin Desruisseaux · 2 weeks ago
- 27ce708 For an expression such as `equal(function("isNaN", …), literal(true))`, by Martin Desruisseaux · 2 weeks ago
- 0d285f7 Fix a ClassCastException in the result of optimizing an `equal` filter when the operands are two Boolean values. by Martin Desruisseaux · 2 weeks ago
- d22fd87 Provides a message saying that a CRS is missing instead of letting the exception propagate. by Martin Desruisseaux · 3 weeks ago
- e99ccc7 Fix wrong tooltip associated to button for switching between grid coverage visual and table of values. by Martin Desruisseaux · 3 weeks ago
- cf8c06e feat(Geometry): add shortcut methods on Similarity by jsorel · 3 weeks ago
- 6aab23a chore(geoapi): update geoapi submodule by jsorel · 3 weeks ago
- feb9fe9 Requires PostgreSQL 18 instead of 15 for enabling the use of collation. by Martin Desruisseaux · 3 weeks ago
- 517b8ed feat(Math): remove several matrix static methods, now part of matrix classes by jsorel · 4 weeks ago
- d5ff444 Fix version of visual indications of which tiles are loaded in the JavaFX application. by Martin Desruisseaux · 4 weeks ago
- 133d1e5 feat(Geometry): replace Affine.toMatrix(buffer) by Matrix.setFromAffine(affine) by jsorel · 5 weeks ago
- 6bd8f48 feat(Geometry): add readonly super interface for Tuple,Vector,Matrix,Affine,Similarity by jsorel · 5 weeks ago
- 09c3918 feat(Geometry): add scene animation classes by jsorel · 5 weeks ago
- ad1fce0 feat(Geometry): math Matrix extends geoapi Matrix, cleaning Similarity classes by jsorel · 5 weeks ago
- 50b842a feat(Geometry): review affine,matrix,similarity transforms. Follow the same pattern as Tuple and Vector, prepare Transform interface for Vector API and HAT Kernels by jsorel · 5 weeks ago
- c425e58 Fix formatting of resolution in TileMatrixSet. by Martin Desruisseaux · 6 weeks ago
- a48ace0 Fix an `IndexOutOfBoundsException`. by Martin Desruisseaux · 6 weeks ago
- 8d27cdf chore(Geometry): regroup geometry operations (Delaunay,GreedyInsert,EarClipping,TextureAtlas) in the operation package by jsorel · 6 weeks ago
- 7819f1f feat(Geometry): merge geometry interfaces defined in different sections of ISO-19107 by jsorel · 6 weeks ago
- 8546d59 doc(Geometry): document scene sampler by jsorel · 6 weeks ago
- f7fc74b Reuse the code of `TileMatrixSet.toString()` in the JavaFX widget. by Martin Desruisseaux · 6 weeks ago
- 7c3fba2 feat(Geometry): add scene model as geometry aggregation tree by jsorel · 6 weeks ago
- d324b2e feat(Geometry): implement Java array factory builder, factorize array code, prepare FFM array factory classes by jsorel · 6 weeks ago
- 5c3f12c Replace the raw text in the "Tiling" pane by a `TableView`. by Martin Desruisseaux · 6 weeks ago
- d5d6c59 Adjust the handling of `Locale` in `TiledGridCoverage`. by Martin Desruisseaux · 6 weeks ago
- 32af8e4 Implement `ImagePyramid.toString()` for easier debugging. by Martin Desruisseaux · 7 weeks ago
- 7602b6c feat(JavaFx): add a simple tile matrix set panel in CoverageExplorer by jsorel · 1 year, 6 months ago
- 17ef8c5 Retrofit the pyramid system of the GeoTIFF reader into the pyramid system of `TileMatrixSet`. by Martin Desruisseaux · 7 weeks ago
- de19b98 Finer-grain detection of when the `CoordinateOperation` can be cached for a pair of CRS. by Martin Desruisseaux · 7 weeks ago
- bfedee8 Delegate to `WritablePixelIterator` the work of setting sample values from `IntBinaryOperator`. by Martin Desruisseaux · 7 weeks ago
- acd0b93 Provide a better error message when an image cannot be rendered because of an invalid "grid to CRS" transform. by Martin Desruisseaux · 7 weeks ago
- 8f90281 Make the test more stable by avoiding a dependency to the EPSG database which may or may not be present. by Martin Desruisseaux · 7 weeks ago
- beda4a8 Add a verification of the "untiled.tiff" image created for testing purposes in the previous commit. by Martin Desruisseaux · 7 weeks ago
- 4d1a809 Initial implementation of the `TileMatrixSet` interface. by Martin Desruisseaux · 8 weeks ago
- ebd3dda Renamed `TiledGridResource` as `TiledGridCoverageResource`. by Martin Desruisseaux · 7 weeks ago
- f2101a8 Rework the way that native libraries are loaded for avoiding to destroy the same library many times when the library was loaded from a filename. by Martin Desruisseaux · 7 weeks ago
- a1fa272 feat(Math): add Similarity transform interface and Similarity3D by jsorel · 7 weeks ago
- 3953075 feat(NetCDF): improve moving features read performances, fix moving feature time property single value for features which are not trajectories by jsorel · 7 weeks ago
- 36ffa65 fix(NetCDF): fix dimension mismatch between geometry coordinates and it's declared CRS by jsorel · 7 weeks ago
- 81cee60 fix(Geometry): fix mesh primitive normal array larger then needed by jsorel · 8 weeks ago
- 5431859 Adjust the API for future implementation of `TileMatrixSet`: by Martin Desruisseaux · 8 weeks ago
- 2358b98 Replace `X_DIMENSION` and `Y_DIMENSION` constant by configurable fields. by Martin Desruisseaux · 8 weeks ago
- ca6eba4 Move `TiledGridResource` and `TiledGridCoverage` to public API. by Martin Desruisseaux · 8 weeks ago
- db9b5d4 feat(Geometry): prepare ArrayFactory interface to support Java or FFM allocation by jsorel · 8 weeks ago
- 9cb97c6 Add a `GridExtent.reshape(long[])` method and use that for simplifying some code. by Martin Desruisseaux · 8 weeks ago
- a42f8a7 Safety against a possible integer overflow. Safety against precision loss. by Martin Desruisseaux · 9 weeks ago
- 8ef62b0 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 9 weeks ago
- 8c45b25 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 9 weeks ago
- 363c87b Adjustment in warning or error messages produced by the GIMI reader. by Martin Desruisseaux · 4 months ago
- 8d49b3b Fix GDAL support on MacOS by using `System.mapLibraryName(String)`. by Martin Desruisseaux · 9 weeks ago
- e74a19d Fix some documentation about `NumberType`. by Martin Desruisseaux · 9 weeks ago
- 58e7210 Add documentation and test in `DefaultEvaluator` in attempt to identify by Martin Desruisseaux · 9 weeks ago
- 3e7afe4 Remove deprecated methods after release. by Martin Desruisseaux · 10 weeks ago
- 95477cf Upgrade version number: missed an occurrence. by Martin Desruisseaux · 10 weeks ago
- fc4e562 Upgrade version number to `1.7-SNAPSHOT` for next development cycle. by Martin Desruisseaux · 10 weeks ago
- 80c1cdc Merge branch 'geoapi-3.1': prepare for release of SIS 1.6. by Martin Desruisseaux · 2 months ago
- da07d96 Merge branch 'geoapi-4.0' into geoapi-3.1: prepare for SIS 1.6 release. by Martin Desruisseaux · 2 months ago
- 13c7082 Set version number and the EPSG geodetic dataset URL to expected values after release. by Martin Desruisseaux · 2 months ago
- f2c7698 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 2 months ago
- e447260 Merge of automatic reorganization of imports order. by Martin Desruisseaux · 2 months ago
- 42d3dcc Post-merge automatic reorganization of imports order. by Martin Desruisseaux · 2 months ago
- f034daa Merge branch 'geoapi-3.1' by Martin Desruisseaux · 2 months ago
- af22957 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 2 months ago
- 9b4ee69 Update instructions about EPSG upgrade. by Martin Desruisseaux · 2 months ago
- 40651713 Add a note about a work to do in `PassThroughTransform`. by Martin Desruisseaux · 2 months ago
- 2833437 Convert literal values in advance when possible. by Martin Desruisseaux · 2 months ago
- 9f766a1 Consolidation of the conversion of temporal objects before comparison. by Martin Desruisseaux · 2 months ago
- 4cc6c97 Refactor `TimeMethods` with more support of conversions of `java.time` objects to compare. by Martin Desruisseaux · 2 months ago
- d6f3502 Simplify `ComparisonFilter` by delegating to `TimeMethods` when the operands are temporal. by Martin Desruisseaux · 3 months ago
- ee3cd7d Move `ArithmeticFunctionTest` to the correct package. by Martin Desruisseaux · 3 months ago
- 4aef902 Bug fixes in the reduction of dimensions of a wraparound transforms. by Martin Desruisseaux · 3 months ago
- 7e1361a Initial fix of the reduction in the number of dimensions of `WraparoundTransform`. by Martin Desruisseaux · 3 months ago
- e336ffb Merge branch 'geoapi-3.1' by Martin Desruisseaux · 3 months ago
- e0d696a Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 3 months ago
- 4bfbc54 Improve documentations. by Martin Desruisseaux · 3 months ago
- e5e9520 Rename `GridDerivation.selectDimensions(Predicate)` as `selectAxes(int...)`. by Martin Desruisseaux · 3 months ago
- 2cebe32 Refactor the code for filtering the dimensions of a CRS. by Martin Desruisseaux · 3 months ago
- c440daa Add `MissingSourceDimensionsException` telling which axes of the target CRS cannot be mapped to a source CRS. by Martin Desruisseaux · 3 months ago
- 575a9ed Add a `GridDerivation.project(Predicate)` method for filtering the CRS axes of a grid geometry. by Martin Desruisseaux · 3 months ago
- 30bf8f0 Add a tolerance factor in `TranslatedTransform`. by Martin Desruisseaux · 3 months ago
- fb3ce3c Replace the `-e` option by the more portable `-f` option in `readlink`. by Martin Desruisseaux · 3 months ago
- 1c13503 Make `DefaultEvaluator` more robust to the case where the `gridToCRS` transform has a scale factor of NaN. by Martin Desruisseaux · 3 months ago
- b2a2ac8 Fix to avoid decorating DisjointExtentException and CannotEvaluateException in TiledGridCoverage.render() by jsorel · 3 months ago
- 846d831 When transforming a 0 coordinate, we need to get the origin even if the scale factor is NaN. by Martin Desruisseaux · 3 months ago
- e9c3ce6 Remove the `USE_FMA` internal flag. Was always on for last years. by Martin Desruisseaux · 3 months ago