Messages by Thread
-
(sis) branch main updated (96e4ba9bde -> f70b0f2ffd)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9b695745b2 -> 5acd0c2351)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Check for stream of unknown length when writing GeoTIFF images.
desruisseaux
-
(sis) branch geoapi-4.0 updated (1312af30fb -> 11bd7f071e)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Rename `ObjectiveSnapshot` as `StaticGraphics`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Bug fix in the drawing of shapes of loaded tiles: the objective CRS, objective to display transform and the list where shapes are added must be obtained together for consistency. Before this commit, the list of shapes where obtained some time after the transform, resulting in a sometime outdated transform.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Change policy about the ordering of lattice: make the ordering part of the method contract.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Revert the removal of the escape character sequences in `ScriptRunner`. This removal was done in commit 967360a5f7c37127c9e1cec5a00605c5246168f0 because escape was not used by Apache SIS for metadata and EPSG scripts. However, we depend on it for prototypes in external repositories, and there is a possibility that SIS needs escaping in the future.
desruisseaux
-
(sis) branch geoapi-4.0 updated (cbba27224d -> 69dc8bbe5b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: fix(Shapefile): fix provider not returned
jsorel
-
(sis) branch geoapi-4.0 updated: feat(GridExtent): add GridExtent.interiorCoordinateStream method
jsorel
-
(sis) branch geoapi-4.0 updated (c199e06898 -> 91538a6510)
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(StorageConnector): add contentStartWith and pathEndsWith probing methods
jsorel
-
(sis) branch geoapi-4.0 updated: GeoTIFF `getTileMatrixSets()` method should return an empty set if the image is not tiled.
desruisseaux
-
(sis) branch main updated (8a62a3c524 -> 96e4ba9bde)
desruisseaux
-
(sis) branch geoapi-3.1 updated (a8a2df6ef0 -> 9b695745b2)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Reduce a little bit the needs to use reflection for getting code list values.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for a change in GeoAPI development branch. The way to declare a `CodeList` had to change in order to avoid a deadlock which occurred at class initialization time. The fix is to use less magic in the `CodeList` parent class, which requires that subclasses declare `VALUES` themselves.
desruisseaux
-
(sis) branch main updated (73383b6907 -> 8a62a3c524)
desruisseaux
-
(sis) branch geoapi-3.1 updated (a175b926cf -> a8a2df6ef0)
desruisseaux
-
(sis) branch geoapi-4.0 updated (1f908a0fb4 -> 8b39502182)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove from the GUI and deprecate in the API the old windows system.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Allow to move simultaneously in all canvases shown in the same window. Contains a bug fix for handling retroaction (moving A moves B which moves A).
desruisseaux
-
(sis) branch geoapi-4.0 updated: More complete implementation of `MapCanvas.clear()`. It resolves a problem of map upside-down when a `MapCanvas` is reused.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Initial support of gesture synchronization between map canvases in the same mosaic. This initial version only adds the visualization of the mouse position in other canvases.
desruisseaux
-
(sis) branch geoapi-4.0 updated (7a507877d4 -> f583861e3d)
desruisseaux
-
(sis) branch geoapi-4.0 updated (19892f6617 -> 7a507877d4)
desruisseaux
-
(sis) branch main updated (01e0369fc4 -> 73383b6907)
desruisseaux
-
(sis) branch geoapi-3.1 updated (76ac26bca2 -> a175b926cf)
desruisseaux
-
(sis) branch main updated (8ef62b01f5 -> 01e0369fc4)
desruisseaux
-
(sis) branch geoapi-3.1 updated (8c45b25f06 -> 76ac26bca2)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Consolidation of the handling of CRS shown in the status bar.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Move to `MapContextview` the widgets controlling the coverage appearence. Move to the status bar the label which was showing the CRS name.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Move the widget for configuring the isoline as a `MapItem` to show in `MapContextView`.
desruisseaux
-
(sis) branch geoapi-4.0 updated (e49c660ef2 -> 48633f0377)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Adjustment in documentation, formatting and checks for null values. Removal of a new method which is not going to be used after all.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Consolidation of `ResourceTree` making a better usage of JavaFX events. This work is needed for reusing some properties in a future widget for configuring map items.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Use shorter name in `TileMatrixSet` identifier. The identifier now hides the image identifier.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Rename `GridCoverageResource.getResolutions()` as `getAvailableResolutions()`. Keep the old method as a deprecated method. This is for compatibility.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Pyramid levels should be ordered from coarsest to finest resolution. https://issues.apache.org/jira/browse/SIS-628
desruisseaux
-
(sis) branch geoapi-4.0 updated: For an expression such as `equal(function("isNaN", …), literal(true))`, simplify to a more direct filter such as `function("isNaN", …)`.
desruisseaux
-
(sis) branch geoapi-4.0 updated (cf8c06ee86 -> 0d285f701b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Geometry): add shortcut methods on Similarity
jsorel
-
(sis) branch geoapi-4.0 updated: chore(geoapi): update geoapi submodule
jsorel
-
(sis) branch geoapi-4.0 updated: Requires PostgreSQL 18 instead of 15 for enabling the use of collation.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Math): remove several matrix static methods, now part of matrix classes
jsorel
-
(sis) branch geoapi-4.0 updated: Fix version of visual indications of which tiles are loaded in the JavaFX application.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Geometry): replace Affine.toMatrix(buffer) by Matrix.setFromAffine(affine)
jsorel
-
(sis) branch geoapi-4.0 updated: feat(Geometry): add scene animation classes
jsorel
-
(sis) branch geoapi-4.0 updated: feat(Geometry): math Matrix extends geoapi Matrix, cleaning Similarity classes
jsorel
-
(sis) branch geoapi-4.0 updated (8d27cdfb79 -> c425e58d03)
desruisseaux
-
(sis) branch geoapi-4.0 updated (f7fc74b400 -> 8d27cdfb79)
jsorel
-
(sis) branch geoapi-4.0 updated: Reuse the code of `TileMatrixSet.toString()` in the JavaFX widget. It produces a table easier to read.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Geometry): add scene model as geometry aggregation tree
jsorel
-
(sis) branch geoapi-4.0 updated: feat(Geometry): implement Java array factory builder, factorize array code, prepare FFM array factory classes
jsorel
-
(sis) branch geoapi-4.0 updated: Replace the raw text in the "Tiling" pane by a `TableView`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Adjust the handling of `Locale` in `TiledGridCoverage`. Add a check of whether a `ComputedImage` tile is in error.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Implement `ImagePyramid.toString()` for easier debugging. Use that string representation for now in the widget.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(JavaFx): add a simple tile matrix set panel in CoverageExplorer
jsorel
-
(sis) branch geoapi-4.0 updated: Retrofit the pyramid system of the GeoTIFF reader into the pyramid system of `TileMatrixSet`.
desruisseaux
-
(sis) branch geoapi-4.0 updated (bfedee8a7b -> 40d832298a)
desruisseaux
-
(sis) branch geoapi-4.0 updated (40d832298a -> de19b988f9)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Delegate to `WritablePixelIterator` the work of setting sample values from `IntBinaryOperator`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Provide a better error message when an image cannot be rendered because of an invalid "grid to CRS" transform.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Make the test more stable by avoiding a dependency to the EPSG database which may or may not be present.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add a verification of the "untiled.tiff" image created for testing purposes in the previous commit.
desruisseaux
-
(sis) branch geoapi-4.0 updated (f2101a867d -> 4d1a8092ea)
desruisseaux
-
(sis) branch geoapi-4.0 updated: 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. This is needed for avoiding a JVM crash if the `GDALStoreProvider(Path)` constructor was invoked many times with the same path.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Math): add Similarity transform interface and Similarity3D
jsorel
-
(sis) branch geoapi-4.0 updated: feat(NetCDF): improve moving features read performances, fix moving feature time property single value for features which are not trajectories
jsorel
-
(sis) branch geoapi-4.0 updated: fix(NetCDF): fix dimension mismatch between geometry coordinates and it's declared CRS
jsorel
-
(sis) branch geoapi-4.0 updated: fix(Geometry): fix mesh primitive normal array larger then needed
jsorel
-
(sis) branch geoapi-4.0 updated (db9b5d4b64 -> 5431859977)
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Geometry): prepare ArrayFactory interface to support Java or FFM allocation
jsorel
-
(sis) branch geoapi-4.0 updated (363c87b822 -> 9cb97c64c3)
desruisseaux
-
(sis-site) branch asf-site updated (9531cc03 -> b13d76e9)
desruisseaux
-
(sis-site) branch asf-staging updated: Update links to download files.
desruisseaux
-
(sis-site) branch main updated: Update links to download files.
desruisseaux
-
(sis) branch main updated (95477cf094 -> 8ef62b01f5)
desruisseaux
-
(sis) branch geoapi-3.1 updated (da07d96a90 -> 8c45b25f06)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Adjustment in warning or error messages produced by the GIMI reader.
desruisseaux
-
(sis) branch geoapi-4.0 updated (3e7afe4085 -> 8d49b3b445)
desruisseaux
-
(sis-site) branch asf-site updated (b71fc9ff -> 9531cc03)
desruisseaux
-
(sis-site) branch asf-staging updated: Replace `closer.cgi` by `closer.lua`. Add a missing item in release notes.
desruisseaux
-
(sis-site) branch main updated: Add a missing item in release notes.
desruisseaux
-
(sis-site) branch main updated: Replace `closer.cgi` by `closer.lua`. Also send announcement emails to `geospatial` list.
desruisseaux
-
svn commit: r82270 - release/sis/1.5
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove deprecated methods after release.
desruisseaux
-
(sis) branch main updated: Upgrade version number: missed an occurrence.
desruisseaux
-
(sis) branch main updated: Upgrade version number to `1.7-SNAPSHOT` for next development cycle.
desruisseaux
-
(sis-site) branch asf-site updated (044b43ee -> b71fc9ff)
desruisseaux
-
(sis-site) branch asf-staging updated: Regenerate the web site with EPSG version numbers added.
desruisseaux
-
(sis-site) branch main updated: Add versions of EPSG geodetic dataset in release notes.
desruisseaux
-
(sis) tag 1.6 created (now e9a35f0942)
desruisseaux
-
svn commit: r82211 - dev/sis/1.6
desruisseaux
-
svn commit: r82210 - dev/sis/1.6/RC1 release/sis/1.6
desruisseaux
-
(sis-site) branch main updated: Prepare documentation for the release.
desruisseaux
-
svn commit: r82134 - in dev/sis/1.6: . RC1
desruisseaux
-
(sis) branch main updated (f2c7698343 -> 80c1cdc896)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Set version number and the EPSG geodetic dataset URL to expected values after release.
desruisseaux
-
(sis) branch geoapi-3.1 updated (e447260eea -> da07d96a90)
desruisseaux
-
svn commit: r1931572 - sis/release-test/maven
desruisseaux
-
(sis) branch main updated (f034daa245 -> f2c7698343)
desruisseaux
-
(sis) branch geoapi-3.1 updated (af22957697 -> e447260eea)
desruisseaux
-
(sis) branch main updated (e336ffb266 -> f034daa245)
desruisseaux
-
(sis) branch geoapi-3.1 updated (e0d696a63a -> af22957697)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update instructions about EPSG upgrade.
desruisseaux
-
(sis-site) branch main updated: Update the definition of operation methods following EPSG upgrade.
desruisseaux
-
(sis) branch geoapi-4.0 updated (9f766a14c9 -> 4065171388)
desruisseaux
-
svn commit: r1931546 - sis/data/non-free/EPSG
desruisseaux
-
(sis) branch geoapi-4.0 updated: Consolidation of the conversion of temporal objects before comparison. It fixes a `NullPointerException` when there is no converter available.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Refactor `TimeMethods` with more support of conversions of `java.time` objects to compare. Add in `TemporalFilter` an optimization for temporal objects similar to the optimization already done for numerical objects.
desruisseaux
-
(sis) branch geoapi-4.0 updated (4aef90224e -> d6f35024a6)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Bug fixes in the reduction of dimensions of a wraparound transforms. Improve the coverage of the JUnit test.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Initial fix of the reduction in the number of dimensions of `WraparoundTransform`. This is needed for allowing `TransformSeparator` to work on it.
desruisseaux
-
(sis) branch main updated (52d55b27ea -> e336ffb266)
desruisseaux
-
(sis) branch geoapi-3.1 updated (a2c13a9421 -> e0d696a63a)
desruisseaux
-
(sis-site) branch asf-site updated (fe1aca15 -> 044b43ee)
desruisseaux
-
(sis-site) branch asf-staging updated: Fix highlight on the "Home" page.
desruisseaux
-
(sis-site) branch main updated: Fix highlight on the "Home" page.
desruisseaux
-
(sis-site) branch asf-staging updated: Regenerage the web site. Contains editions about EPSG, GDAL and matrix operations, changes of copyright year, changes in the layout generated by the Hugo software.
desruisseaux
-
(sis-site) branch main updated (81c51ce8 -> 44b03235)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Improve documentations. There is no significant code change except an adjustment of logging level.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Rename `GridDerivation.selectDimensions(Predicate)` as `selectAxes(int...)`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Refactor the code for filtering the dimensions of a CRS.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add a `GridDerivation.project(Predicate)` method for filtering the CRS axes of a grid geometry.
desruisseaux
-
(sis) branch geoapi-4.0 updated (1c135038b1 -> 30bf8f0c40)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Make `DefaultEvaluator` more robust to the case where the `gridToCRS` transform has a scale factor of NaN.
desruisseaux
-
(sis-site) branch main updated: Add note about NaN in matrix operations, calendar used by java.time, enabling tests with EPSG database, and optional usage of GDAL.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix to avoid decorating DisjointExtentException and CannotEvaluateException in TiledGridCoverage.render()
jsorel
-
(sis) branch geoapi-4.0 updated (eebcfeeaab -> 846d83107f)
desruisseaux