Messages by Date
-
2023/04/23
[sis] branch geoapi-4.0 updated (8f686ad270 -> e4fc9a54a7)
desruisseaux
-
2023/04/23
[sis] 01/02: Fix a compilation error which was unnoticed before Java 20.
desruisseaux
-
2023/04/22
[sis] branch geoapi-4.0 updated: Update for a change in localization data in Java 20: `Locale.CANADA` become more like US. We fix the tests by using `Locale.CANADA_FRENCH`, which keep the "year/month/day" format.
desruisseaux
-
2023/04/19
[sis] branch geoapi-4.0 updated: Move `CoverageCombiner` to public API.
desruisseaux
-
2023/04/19
[sis] branch master updated (0865c08dfb -> 62c8552cf8)
desruisseaux
-
2023/04/19
[sis] 01/01: Merge branch 'geoapi-3.1'. This is almost only javadoc.
desruisseaux
-
2023/04/19
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 This merge contains mostly javadoc formatting.
desruisseaux
-
2023/04/19
[sis] branch geoapi-3.1 updated (33688738c6 -> 8f68fc28fa)
desruisseaux
-
2023/04/18
[sis] 02/04: Reduce the use of <div class="note"> sections, replaced by headings. This commit replaces only a small fraction of them. More will be done progressively in other commits.
desruisseaux
-
2023/04/18
[sis] 03/04: Typo fix: expansive → expensive
desruisseaux
-
2023/04/18
[sis] 04/04: Fix some references in GeoTIFF documentation.
desruisseaux
-
2023/04/18
[sis] 01/04: Add a convenience method for building a `GridGeometry` from only an envelope.
desruisseaux
-
2023/04/18
[sis] branch geoapi-4.0 updated (f444cac9c0 -> 6161022503)
desruisseaux
-
2023/04/18
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/04/18
[sis-site] branch asf-site updated (a1722094 -> ee77ffc3)
desruisseaux
-
2023/04/18
[sis-site] branch asf-staging updated: Regenerate the "how to" pages with new examples.
desruisseaux
-
2023/04/18
[sis-site] 02/03: Add more "how to" examples for raster data. Add clarification about pixel coordinates and which exceptions are thrown.
desruisseaux
-
2023/04/18
[sis-site] 03/03: Add two more examples in the referencing section.
desruisseaux
-
2023/04/18
[sis-site] branch main updated (ec90f7ec -> 1a25795a)
desruisseaux
-
2023/04/18
[sis-site] 01/03: Clarify in which conditions the `GridCoverage` can be used outside the `try` block.
desruisseaux
-
2023/04/17
[sis-site] branch asf-site updated (53fcfe15 -> a1722094)
desruisseaux
-
2023/04/17
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/04/17
[sis-site] 02/02: Reorganize the "how to" examples with better separation of raster use cases.
desruisseaux
-
2023/04/17
[sis-site] 01/02: Fix historical GeoAPI version 1.0. https://github.com/opengeospatial/geoapi/issues/83
desruisseaux
-
2023/04/17
[sis-site] branch main updated (cb5a0716 -> ec90f7ec)
desruisseaux
-
2023/04/17
[sis] branch geoapi-4.0 updated: Keep a reference to the `GridCoverageProcessor` to use for selecting bands in a `MemoryGridResource`. The coverage processor determines the color model to use when a band subset is requested.
desruisseaux
-
2023/04/16
[sis] 01/01: Merge branch 'geoapi-3.1', omitting `CopyVisitor` internal class.
desruisseaux
-
2023/04/16
[sis] branch master updated (7d5dfd074e -> 0865c08dfb)
desruisseaux
-
2023/04/16
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. The main work since previous merge is the integration of the "feat/resource-processor" branch. It brings "band aggregation" operations on images, grid coverages and grid resources.
desruisseaux
-
2023/04/16
[sis] branch geoapi-3.1 updated (1437fa191c -> 33688738c6)
desruisseaux
-
2023/04/16
[sis] 01/02: The check for `MemoryGridResource` in `BandAggregateGridResource.create(…)` should not be an "all or nothing" operation. With this commit, shortcut is used even if only some of the resources to aggregate are `MemoryGridResource` instances.
desruisseaux
-
2023/04/16
[sis] 02/02: Fix some javadoc errors.
desruisseaux
-
2023/04/16
[sis] branch geoapi-4.0 updated (0e2089b190 -> 175b9f0ced)
desruisseaux
-
2023/04/15
[sis] 04/04: If the resources to aggregate are instances of `MemoryGridResource`, aggregate directly the underlying `GridCoverage` instances.
desruisseaux
-
2023/04/15
[sis] 01/04: More tests for `BandAggregateGridCoverage`.
desruisseaux
-
2023/04/15
[sis] 02/04: Remove `BandAggregateGridResource` from public API. Instead, a new method is added in `CoverageAggregator`.
desruisseaux
-
2023/04/15
[sis] branch geoapi-4.0 updated (9f8a402015 -> 0e2089b190)
desruisseaux
-
2023/04/15
[sis] 03/04: Allow `BandAggregateGridCoverage` and `BandAggregateGridResource` to unwrap the sources. It makes possible to detect when two consecutive sources are fundamentally the same source.
desruisseaux
-
2023/04/14
[sis] 01/02: Complete API with a few convenience methods: - `CoverageAggregator.add(GridCoverage)` method in addition to existing methods working on resources. - `GridCoverageProcessor.selectSampleDimensions(…)` in complement to `selectGridDimensions(…)`.
desruisseaux
-
2023/04/14
[sis] 02/02: Relax the restriction that all inputs to `BandAggregateGridCoverage` have the same grid geometry. With this commit, they are allowed to have different translations but not yet more complex changes.
desruisseaux
-
2023/04/14
[sis] branch geoapi-4.0 updated (38626a67da -> 9f8a402015)
desruisseaux
-
2023/04/12
[sis] branch geoapi-4.0 updated: Simplify the way to determine if a "band select" is an identity operation.
desruisseaux
-
2023/04/12
[sis] branch geoapi-4.0 updated: Chains of operations on images need `BufferedImage` to notify when data are changed.
desruisseaux
-
2023/04/11
[sis] branch geoapi-4.0 updated: Improvement: `BandAggregateImage` now merges the bands of repeated sources no matter their position in the array of sources. Before this commit, the bands of repeated sources where merged only for consecutive sources (e.g. at index `i` and `i+1`). The merging of repeated sources is necessary for `BandAggregateGridResource` implementation, which relies on that. While the merging of consecutive sources was sufficient in most cases, it was a risk of causing confusing behavior if not generaliz [...]
desruisseaux
-
2023/04/10
[sis] branch geoapi-4.0 updated (ed74a09dc9 -> e172934869)
desruisseaux
-
2023/04/10
[sis] 02/02: Spelling fixes in documentation.
desruisseaux
-
2023/04/10
[sis] 01/02: "Band select" on a band aggregation should be able to return the original component. Aggregation of aggregations should use a flattened list or source images.
desruisseaux
-
2023/04/09
[sis] branch geoapi-4.0 updated: When doing an aggregation of "band select", verify if the operations cancel each other.
desruisseaux
-
2023/04/08
[sis] 03/03: Result of "band select" operation should be writable if the image is writable.
desruisseaux
-
2023/04/08
[sis] 02/03: Add a `MultiSourceImage` package-private abstract class and add support for prefetch operation.
desruisseaux
-
2023/04/08
[sis] 01/03: Make `getTileWidth()` and `getTileHeight()` methods final in `ComputedImage`. Add design notes in Javadoc for explaining some rational.
desruisseaux
-
2023/04/08
[sis] branch geoapi-4.0 updated (297e7a67fe -> 6c85b283c4)
desruisseaux
-
2023/04/05
[sis] branch geoapi-4.0 updated: Refactor `WritableRenderedImage`support in `BandedSampleConverter` for sharing more code with other writable images. Refactor `BandAggregateImage` by moving its inner helper class outside, and add `WritableRenderedImage`support. `BandAggregateImage` is no longer an "all or nothing" implementation: can have a mix of shared and copied arrays.
desruisseaux
-
2023/04/04
[sis] branch geoapi-4.0 updated: Bug fix: `ColorModelBuilder` sometime created a "compact" color model when it was not desired.
desruisseaux
-
2023/04/03
[sis] 02/02: `BandAggregateImage` should share references to data arrays when possible. It avoids copying the sample values.
desruisseaux
-
2023/04/03
[sis] branch geoapi-4.0 updated (1b6df63689 -> 03a6a48e26)
desruisseaux
-
2023/04/03
[sis] 01/02: Allow `DimensionalityReduction` to be subclassed.
desruisseaux
-
2023/04/01
[sis] branch geoapi-4.0 updated: `Colorizer.forCategories(Map)` should not keep a reference to the user-supplied map.
desruisseaux
-
2023/04/01
[sis] branch geoapi-4.0 updated: When no color is specified for a category or a range of sample values, and provided that `Colorizer` is used for styling an existing image, preserve the existing colors.
desruisseaux
-
2023/03/31
[sis] branch geoapi-4.0 updated: Tune the `Colorizer` contract for saying that a null `Color[]` array means to use default colors, which are not necessarily transparent. If the range has more than one value, that default is now grayscale.
desruisseaux
-
2023/03/30
[sis] branch geoapi-4.0 updated: Last adjustements on the `Colorizer` work and addition of a convenience `GridcoverageProcessor.visualize(GridCoverage, …)` method.
desruisseaux
-
2023/03/29
[sis] branch geoapi-4.0 updated: Store sample dimensions in a `RenderedImage` property. Use that property instead of argument value in `ImageProcessor`.
desruisseaux
-
2023/03/28
[sis] branch geoapi-4.0 updated: Complete the migration to `Colorizer` in the `Visualization` class. Deprecate the `Map<NumberRange,Color[]>` argument in `ImageProcessor`. This is replaced by `Colorizer.forRanges(Map)`.
desruisseaux
-
2023/03/27
[sis] 01/02: Initial version of an `Colorizer` interface for building the `ColorModel` of a computed image. Replacement is not yet done everywhere.
desruisseaux
-
2023/03/27
[sis] branch geoapi-4.0 updated (34aaff134e -> 14487a49ab)
desruisseaux
-
2023/03/27
[sis] 02/02: Rename the internal `Colorizer` class as `ColorModelBuilder` for avoiding confusion with the new `Colorizer` interface.
desruisseaux
-
2023/03/25
[sis] 01/06: Rename some arguments for consistency and update documentation. There is no significant code change in this commit, only renaming.
desruisseaux
-
2023/03/25
[sis] branch geoapi-4.0 updated (b56244371d -> 34aaff134e)
desruisseaux
-
2023/03/25
[sis] 04/06: Add test for `PassThroughTransform` with non-consecutive modified coordinates. Allow `DefaultPassThroughOperation` to use non-consecutive coordinates at unmarshalling time.
desruisseaux
-
2023/03/25
[sis] 05/06: Add an `AbstractFeatureSet` constructor receiving a `Resource` argument. This is a complement to similar change in `AbstractGridCoverageResource`. This commit contains an incompatible change in the following classes:
desruisseaux
-
2023/03/25
[sis] 06/06: `CombinedImageLayout.createColorModel()` should preserve the visible band of source image if possible. This commit also remove some `java.util.Optional` from internal API because all usages of it where invoking `orElse(null)`.
desruisseaux
-
2023/03/25
[sis] 03/06: Consolidation of argument checks.
desruisseaux
-
2023/03/25
[sis] 02/06: Clarify in documentation the behavior of `GridCoverage.Evaluator.toGridCoordinates(DirectPosition)`.
desruisseaux
-
2023/03/23
[sis] 03/03: Use `ArithmeticException` for errors related to an overflow of integer capacity.
desruisseaux
-
2023/03/23
[sis] 01/03: Replace `PlanarImage.copyData(…)` implementation by a call to `WritableRaster.setRect(…)`. That method is optimized in various Java private subclasses of `WritableRaster`.
desruisseaux
-
2023/03/23
[sis] branch geoapi-4.0 updated (01be36ffa4 -> b56244371d)
desruisseaux
-
2023/03/23
[sis] 02/03: Documentation fixes and minor code formatting.
desruisseaux
-
2023/03/22
[sis] branch feat/resource-processor deleted (was a0722bc11b)
desruisseaux
-
2023/03/22
[sis] 01/02: Minor documentation fixes in comments.
desruisseaux
-
2023/03/22
[sis] branch geoapi-4.0 updated (c6a2901fdd -> 01be36ffa4)
desruisseaux
-
2023/03/13
[sis] 01/01: feat(FeatureQuery): add support for computed fields in query
jsorel
-
2023/03/13
[sis] branch feat/computed-fields created (now 3704683e32)
jsorel
-
2023/03/02
[sis] branch feat/filtercopy deleted (was bd9026738e)
desruisseaux
-
2023/03/02
[sis] 01/01: Merge remote-tracking branch 'origin/feat/filtercopy' into geoapi-4.0. Modifications to the pull request: - Add the missing parameterized types. - Register action for each filter type using the mechanism provided by `Visitor` parent class. - Reuse previously existing filter or expression instances when possible.
desruisseaux
-
2023/03/02
[sis] branch geoapi-4.0 updated (da1cc1c2df -> c6a2901fdd)
desruisseaux
-
2023/02/28
[sis] branch fix/sql-temporal deleted (was 996e1106a9)
desruisseaux
-
2023/02/28
[sis] branch geoapi-4.0 updated (28032e87b4 -> da1cc1c2df)
desruisseaux
-
2023/02/28
[sis] 01/01: Merge remote-tracking branch 'origin/fix/sql-temporal' into geoapi-4.0. The pull request has been modified for applying the mapping specified by JDBC 4.2. The specialized classes are kept as fallbacks when JDBC 4.2 is not well supported.
desruisseaux
-
2023/02/27
[sis] branch geoapi-4.0 updated: Bug fix: value under cursor was lost after a few zooms in the JavaFX application.
desruisseaux
-
2023/02/26
[sis] branch geoapi-4.0 updated: Remove a javadoc link to a `geoapi-conformance` interface to be removed.
desruisseaux
-
2023/02/26
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/02/26
[sis] branch master updated (6c713fd637 -> 7d5dfd074e)
desruisseaux
-
2023/02/26
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/02/26
[sis] branch geoapi-3.1 updated (0a621ef6cf -> 1437fa191c)
desruisseaux
-
2023/02/26
[sis] 02/02: Modify NetBeans project configuration for using the GeoAPI JAR file built by the Maven project instead than the GeoAPI NetBeans project. This is in anticipation for the removal of NetBeans Ant projects.
desruisseaux
-
2023/02/26
[sis] branch geoapi-4.0 updated (c281eeb145 -> 2639c21ad3)
desruisseaux
-
2023/02/26
[sis] 01/02: Replace a non-printable character by a constant.
desruisseaux
-
2023/02/26
[sis-site] branch main updated: Remove the instructions about how to open Apache SIS as a NetBeans project. This is in anticipation for the removal of NetBeans Ant project configuration.
desruisseaux
-
2023/02/15
[sis] 01/04: feat(Feature): allow user to override output color model for band aggregation
amanin
-
2023/02/15
[sis] 03/04: feat(Feature+Storage): add a dimension selection grid coverage
amanin
-
2023/02/15
[sis] 02/04: feat(Feature): Add a GridCoverageResource for band aggregation
amanin
-
2023/02/13
[sis] 01/01: feat(Geometry): add parent interface for upcoming geometry API
jsorel
-
2023/02/13
[sis] branch feat/geometry created (now f48d2d32b1)
jsorel
-
2023/02/13
[sis] branch geoapi-4.0 updated: Fix a bug in the positionning of the image when some gestures are applied while an image is computed in background thread. This bug became more visible after the support of Cloud Optimized GeoTIFF through HTTP because of network transfer delays.
desruisseaux
-
2023/02/11
[sis] branch geoapi-4.0 updated: Allow data stores to be closed asynchronously. https://issues.apache.org/jira/browse/SIS-573
desruisseaux
-
2023/02/10
[sis] 01/03: Show which data are cached when a connection does not support HTTP range. This is for avoiding the impression that the application is blocked.
desruisseaux
-
2023/02/10
[sis] branch geoapi-4.0 updated (4220566418 -> f22ff357a7)
desruisseaux
-
2023/02/10
[sis] 03/03: Documentation fixes.
desruisseaux
-
2023/02/10
[sis] 02/03: Fix a performance issue when file reading are monitored in a JavaFX window. It was caused by the "HTTP range" not forwarded by the channel wrapper.
desruisseaux
-
2023/02/09
[sis] branch geoapi-4.0 updated: Get "HTTP range" to work with Nginx in addition of Apache httpd.
desruisseaux
-
2023/02/09
[sis] 01/03: Documentation about static methods.
desruisseaux
-
2023/02/09
[sis] 02/03: Replace calls to `Paths.get(…)` by calls to `Path.of(…)`. According Javadoc, `Paths` may be deprecated in a future Java version.
desruisseaux
-
2023/02/09
[sis] branch geoapi-4.0 updated (420b428372 -> f96f7ad0f8)
desruisseaux
-
2023/02/09
[sis] 03/03: When the `InputStream` to wrap in a `ChannelDataInput` is backed by an array, wrap the underlying array (in read-only mode) instead of copying it.
desruisseaux
-
2023/02/08
[sis] branch geoapi-4.0 updated: Documentation about assertions.
desruisseaux
-
2023/02/08
[sis] branch geoapi-4.0 updated: Bug fix: wrong pixel coordinates when evaluating sample values in an image having more than one band.
desruisseaux
-
2023/02/07
[sis] 02/02: Remove `commons-compress` dependency because it is not used by SIS code base. It was used by a Maven plugin only.
desruisseaux
-
2023/02/07
[sis] 01/02: Spelling fix: emphase → emphasis.
desruisseaux
-
2023/02/07
[sis] branch geoapi-4.0 updated (5fa4d63663 -> 2804b28672)
desruisseaux
-
2023/02/02
[sis] branch master updated: Remove GeoAPI staging repository since GeoAPI 3.0.2 is released.
desruisseaux
-
2023/02/01
[sis] branch geoapi-4.0 updated: Following fix in the previous commit, refactor the exception handling for trying to make the origin of the error easier to identify.
desruisseaux
-
2023/02/01
[sis] branch geoapi-4.0 updated: For transformations requiring datum shift grids, if the `SIS_DATA` environment variable is not set, report the file as missing instead of throwing an exception telling that the URI is not absolute. This is necessary for letting the caller fallbacks on alternative transformation methods.
desruisseaux
-
2023/01/24
[sis] branch master updated: New URL for GeoAPI 3.0.2 staging repository.
desruisseaux
-
2023/01/21
[sis-site] branch asf-site updated (3a5253c0 -> 53fcfe15)
desruisseaux
-
2023/01/21
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2023/01/21
[sis-site] branch asf-staging updated: Add more items in the "How to" page.
desruisseaux
-
2023/01/21
[sis-site] branch main updated: Add more "How to" items.
desruisseaux
-
2023/01/21
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/01/21
[sis-site] branch asf-site updated (6b25f502 -> 3a5253c0)
desruisseaux
-
2023/01/21
[sis-site] branch asf-staging updated: Move "How to" items from the FAQ to new pages in the "How to" directory.
desruisseaux
-
2023/01/21
[sis-site] branch main updated: Move "How to" items in the FAQ as pages in the "How to" directory.
desruisseaux
-
2023/01/20
[sis] branch geoapi-4.0 updated (4d0d9d7e3a -> 0f1c4f6b9a)
desruisseaux
-
2023/01/20
[sis] 02/02: When reading consecutive tiles in a GeoTIFF file, use a single HTTP request for all contiguous tiles instead of creating a new connection unconditionally for each tile.
desruisseaux
-
2023/01/20
[sis] 01/02: Fix an `EOFException` occuring randomly during some tests.
desruisseaux
-
2023/01/19
[sis] 01/01: Assign GeoTIFF projection 15 to Polar Stereographic variant B instead of A. It requires a special case for handling existing GeoTIFF files with wrong parameters.
desruisseaux
-
2023/01/19
[sis] branch geoapi-4.0 updated (b2facbdd8f -> 4d0d9d7e3a)
desruisseaux
-
2023/01/19
[sis] branch geoapi-4.0 updated: Assign GeoTIFF projection 15 to Polar Stereographic variant B instead of A. It requires a special case for handling existing GeoTIFF files with wrong parameters.
desruisseaux
-
2023/01/18
[sis] branch geoapi-4.0 updated (186c01efb9 -> 6102218872)
desruisseaux
-
2023/01/18
[sis] 02/02: Try to resolve ambiguity between "Polar Stereographic (variant A)" and "(variant B)" in GeoTIFF files.
desruisseaux
-
2023/01/18
[sis] 01/02: Writable `SingleImageStore` needs to extent `WritableStore` for being effective.
desruisseaux
-
2023/01/18
[sis-site] branch asf-site updated (08107b2b -> 6b25f502)
desruisseaux
-
2023/01/18
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site: "How to…" section.
desruisseaux
-
2023/01/18
[sis-site] branch main updated: Add a "How to…" section with three first items.
desruisseaux
-
2023/01/17
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/01/17
[sis] branch master updated (668c1d28b5 -> 7598ed90ea)
desruisseaux
-
2023/01/17
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. It fixes a bug introduced by the replacement of `Path` by `URI` in coordinate operation parameters.
desruisseaux
-
2023/01/17
[sis] branch geoapi-3.1 updated (bece843ce4 -> 0a621ef6cf)
desruisseaux
-
2023/01/17
[sis] branch geoapi-4.0 updated (8566937622 -> 186c01efb9)
desruisseaux
-
2023/01/17
[sis] 01/01: Handle characters for the "File reference" column of EPSG database that are illegal according URI syntax.
desruisseaux
-
2023/01/17
[sis] 02/02: Disable the use of FMA on the master branch for `MathTransform.transform(…)` methods. FMA stay enabled on the geoapi-4.0 development branch.
desruisseaux
-
2023/01/17
[sis] 01/02: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/01/17
[sis] branch master updated (835b893740 -> 668c1d28b5)
desruisseaux
-
2023/01/17
[sis] 02/02: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains cleanup on serialization, loggers, rounding errors (again), javadoc.
desruisseaux
-
2023/01/17
[sis] 01/02: Opportunistically use the division by `w` in ProjectiveTransform for reducing rounding errors with fractional matrix element values.
desruisseaux
-
2023/01/17
[sis] branch geoapi-3.1 updated (f76afb0622 -> bece843ce4)
desruisseaux
-
2023/01/15
[sis] branch geoapi-4.0 updated (f8afbbfd5b -> 9f079c7e51)
desruisseaux
-
2023/01/15
[sis] 03/03: Move the `Configuration` annotation to internal package. Apply the annotation on some static constants worth to know that they can be changed.
desruisseaux
-
2023/01/15
[sis] 02/03: Replace some <div> by <h2> or <h4> headings. This is a change in javadoc formatting only.
desruisseaux
-
2023/01/15
[sis] 01/03: Consolidate the constants for `ByteBuffer` capacity and increase the default capacity from 8 kb to 16 kb.
desruisseaux
-
2023/01/15
[sis] branch geoapi-4.0 updated (2e251092f4 -> f8afbbfd5b)
desruisseaux
-
2023/01/15
[sis] 01/01: Document `StandardDateFormat` as not intended for serialization. We verified that it was not used as non-transient field in a serialiable class.
desruisseaux
-
2023/01/15
[sis] branch geoapi-4.0 updated: Document `StandardDateFormat` has not intended for serialization. We verified that it was not used as non-transient field in a serialiable class.
desruisseaux
-
2023/01/14
[sis] branch geoapi-4.0 updated: Replace `Path` by `File` in `ResourceEvent` for resolving serialization warning. The `File` object was what we needed for storing in `RecentFiles` anyway. Opportunistic documentation cleanup.
desruisseaux
-
2023/01/14
[sis] 03/03: Replace `Path` parameter value by `URI` in operation methods using datum shift grids.
desruisseaux
-
2023/01/14
[sis] branch geoapi-4.0 updated (ae61bb0a20 -> 8991c55d92)
desruisseaux
-
2023/01/14
[sis] 02/03: More advanced test for rounding errors.
desruisseaux
-
2023/01/14
[sis] 01/03: Disable some GIGS tests that are known to fail. https://gigs.iogp.org/
desruisseaux
-
2023/01/12
[sis] branch geoapi-4.0 updated: Add missing `equals` and `hashCode` method on a legacy metadata property.
desruisseaux
-
2023/01/11
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/01/11
[sis] branch master updated (459597c6a6 -> 835b893740)
desruisseaux
-
2023/01/11
[sis] branch geoapi-3.1 updated (c7d4b3ede7 -> f76afb0622)
desruisseaux
-
2023/01/11
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/01/11
[sis] branch geoapi-4.0 updated: Verify in a test that extended precision is propagated through MathTransform inversion and concatenation.
desruisseaux
-
2023/01/09
[sis] branch geoapi-4.0 updated: Represent matrix elements as fractions when possible. This enhancement avoids rounding errors with, for example, unit conversions involving a division by 1000. It applies to creations, concatenations and inversions of `MathTransform` where performance is not the primary concern. It does not apply to the coordinate transformations executed by `MathTransform.transform(…)`, where performance matter.
desruisseaux
-
2023/01/08
[sis] branch geoapi-4.0 updated: Add tests about internal consistency of the `Number[]` array returned by `getElementAsNumbers()`. Fix a bug in the interaction between `GridGeometry` et `ProjectiveTransform` constructors and a NullPointerException.
desruisseaux
-
2023/01/05
[sis] branch geoapi-4.0 updated: Reduce the use of double-double arithmetic where we do not expect significant improvement. Make explicit whether or not the numbers where intended to be exact in base 10.
desruisseaux
-
2023/01/02
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/01/02
[sis] branch master updated (f3f3169460 -> 459597c6a6)
desruisseaux
-
2023/01/02
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 Mostly use of Math.fma(…) and resolution of some compiler warnings.
desruisseaux
-
2023/01/02
[sis] branch geoapi-3.1 updated (1cb46836e6 -> c7d4b3ede7)
desruisseaux
-
2023/01/02
[sis] 01/02: Reduce the amount of `@SuppressWarnings("null")` annotations. There is too many false positives for making null check useful. This commit contains opportunistic comment formatting in modified files.
desruisseaux
-
2023/01/02
[sis] branch geoapi-4.0 updated (468894b82c -> a2eed4d0f8)
desruisseaux
-
2022/12/31
[sis-site] branch next-release updated (6af3935a -> df8f759f)
desruisseaux
-
2022/12/31
[sis-site] 01/01: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
-
2022/12/31
[sis-site] 01/02: Skip the initial commit of 'next-release' branch.
desruisseaux
-
2022/12/31
[sis-site] 02/02: Add a reminder to update GitHub release page.
desruisseaux
-
2022/12/31
[sis-site] branch main updated (88101618 -> d685dbc8)
desruisseaux
-
2022/12/31
[sis-site] branch next-release updated: Add a reminder to update GitHub release page.
desruisseaux
-
2022/12/31
[sis] branch 1.3-RC deleted (was 0d963477aa)
desruisseaux
-
2022/12/31
[sis] tag 1.3 created (now 0d963477aa)
desruisseaux
-
2022/12/31
[sis] branch geoapi-4.0 updated: Use of FMA in series expansion of map projections. Documentation fixes.
desruisseaux
-
2022/12/30
[sis] 02/02: More attemps to fix accuracy problems, in particular in `LinearTransform1D`. Include deprecation of `InterpolatedMolodenskyTransform`.
desruisseaux
-
2022/12/30
[sis] 01/02: Add more verifications of `GeneralMatrix` validity. Fix a bug in `GeneralMatrix.setElements(double[])` identified by above-cited verifications.
desruisseaux
-
2022/12/30
[sis] branch geoapi-4.0 updated (d8cb52a4ca -> 17ac6d41c2)
desruisseaux
-
2022/12/29
[sis] branch geoapi-4.0 updated: Resolve more cases about FMA identified by "JDK9" comment.
desruisseaux
-
2022/12/28
[sis] branch geoapi-3.1 updated: Additional cleanup specific to geoapi-3.1 branch.
desruisseaux
-
2022/12/28
[sis] 06/06: Final cleanup for https://issues.apache.org/jira/browse/SIS-565
desruisseaux
-
2022/12/28
[sis] 01/06: Set the build requirement to Java 18, but the compilation target stay Java 11. The intent is to replace our custom @preformat javadoc tag by the @snippet tag, which is new in Java 18.
desruisseaux
-
2022/12/28
[sis] branch visual-test updated: Documentation fixes.
desruisseaux
-
2022/12/27
[sis-site] branch main-1.4 deleted (was 19ba539d)
desruisseaux