Sign in
apache
/
sis
/
HEAD
1b04543
Remove the use of an internal interface from public API.
by Martin Desruisseaux
· 9 days ago
main
b8ae418
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 10 days ago
e3537fc
Merge branch 'geoapi-4.0' into geoapi-3.1.
by Martin Desruisseaux
· 10 days ago
geoapi-3.1
e96a107
Resolve remaining logs printed during execution of test.
by Martin Desruisseaux
· 10 days ago
5915cf5
chore(Storage): add a test to investigate data discovery in NetCDF files generated by GDAL using Transverse mercator projection.
by Martin Desruisseaux
· 10 days ago
c6cd778
Add a self-consistency test for GeoHEIF, similar to the existing self-consistency check of GeoTIFF.
by Martin Desruisseaux
· 12 days ago
30c90dd
Merge branch 'geoapi-3.1'
by Martin Desruisseaux
· 2 weeks ago
9c02e40
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 2 weeks ago
285a35c
Promote the GeoHEIF module from incubator to endorsed modules.
by Martin Desruisseaux
· 2 weeks ago
a559ab6
Merge branch 'geoapi-3.1'
by Martin Desruisseaux
· 2 weeks ago
b6b21e6
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 2 weeks ago
9927bf7
Prepare for promotion of the GeoHEIFF module to the endorsed group of modules, which is still on Java 11.
by Martin Desruisseaux
· 2 weeks ago
5c0f336
Localize the warnings and error messages of the HEIF module.
by Martin Desruisseaux
· 2 weeks ago
bda6b01
Create coverage name in a way more consistent with TIFF reader.
by Martin Desruisseaux
· 2 weeks ago
b50a2b8
Rename `CoverageBuilder` as `ImageResourceBuilder`.
by Martin Desruisseaux
· 2 weeks ago
17aa5b6
Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`.
by Martin Desruisseaux
· 2 weeks ago
f3fd0c2
Be more conservative with files without georeferencing information.
by Martin Desruisseaux
· 2 weeks ago
9f64739
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 3 weeks ago
efcc2b7
Merge branch 'geoapi-4.0' into geoapi-3.1.
by Martin Desruisseaux
· 3 weeks ago
b87ed44
Fix the notification of tile read events which was lost after the image to show changed.
by Martin Desruisseaux
· 3 weeks ago
5df73a7
If the `gridToCRS` transform is not available, fallback on resolution.
by Martin Desruisseaux
· 3 weeks ago
cc65833
Consolidate the use of default resolution in a new `GridGeometry.defaultToGridCRS(Identifier)` method.
by Martin Desruisseaux
· 3 weeks ago
3c5edfa
Make possible to use a pyramided TIFF image even if there is no "grid to CRS" transform.
by Martin Desruisseaux
· 3 weeks ago
ccd08e2
Fix a wrong handling of subsampling in the HEIF reader.
by Martin Desruisseaux
· 3 weeks ago
5b82429
When computing the sub-region to read from a large untiled raster,
by Martin Desruisseaux
· 3 weeks ago
9ead214
Fix the interleave type of RGB profile in HEIF files.
by Martin Desruisseaux
· 4 weeks ago
6818361
Add a way to create an `EngineeringCRS` for a grid geometry which contains only an extent.
by Martin Desruisseaux
· 5 weeks ago
6988814
Avoid an `IllegalGridGeometryException` when a pyramid contains no "grid to CRS" transform.
by Martin Desruisseaux
· 5 weeks ago
11a7a39
Fix an exception when showing pixel coordinates of a 3D image in the JavaFX application.
by Martin Desruisseaux
· 5 weeks ago
442474f
Merge of automatic reorganization of imports order.
by Martin Desruisseaux
· 5 weeks ago
4589e86
Merge of automatic reorganization of imports order.
by Martin Desruisseaux
· 5 weeks ago
c1f0c18
Post-merge automatic reorganization of imports order.
by Martin Desruisseaux
· 5 weeks ago
f81f4d8
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 5 weeks ago
90feafe
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 5 weeks ago
cc7642a
Use an arbitrary region during S3 tests for avoiding the following exception thrown by AWS SDK on machines having no `~/.aws/credentials` file:
by Martin Desruisseaux
· 5 weeks ago
0061e5a
Merge branch 'fix/image-tile-matrix-get-tile' into geoapi-4.0.
by Martin Desruisseaux
· 5 weeks ago
0a2fde0
Merge branch 'fix/geotiff-flaky-test' into geoapi-4.0
by Martin Desruisseaux
· 5 weeks ago
f7bef14
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 5 weeks ago
9db36b9
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 5 weeks ago
c13530c
Try harder to build a sample model when there is insuffisient information.
by Martin Desruisseaux
· 5 weeks ago
f2376c4
Fix a buffer used when inflating tile data in HEIF.
by Martin Desruisseaux
· 5 weeks ago
98c2112
Fix the computation of tile index in "tili" image scheme of GeoHEIF.
by Martin Desruisseaux
· 5 weeks ago
ccfa3c1
Fix the order of pyramid levels in HEIF file.
by Martin Desruisseaux
· 5 weeks ago
e14da0d
Allows to specify the locale when launching the JavaFX application.
by Martin Desruisseaux
· 6 weeks ago
b811a4f
Add image size columns in `TileMatrixSetFormat`.
by Martin Desruisseaux
· 6 weeks ago
72024ea
Make HEIF pyramid more tolerant to the case when the "grid to CRS" transform is not specified.
by Martin Desruisseaux
· 6 weeks ago
0f40dab
Fix a wrong position of to the ZIP data to uncompress in a HEIF file.
by Martin Desruisseaux
· 6 weeks ago
d1a6399
Initial support of "tili" image type in GeoHEIF files.
by Martin Desruisseaux
· 6 weeks ago
84de818
Implement pyramid support in the GeoHEIF reader.
by Martin Desruisseaux
· 6 weeks ago
d5f800f
Grid coverage cleanup: javadoc and more a class to where it is used.
by Martin Desruisseaux
· 7 weeks ago
23b4944
Added support for the "deflate" compression method as a slight variation of the "zlib" method.
by Martin Desruisseaux
· 6 weeks ago
53ca1f0
Replace an item list by an item map in the resource builder implementation.
by Martin Desruisseaux
· 6 weeks ago
b4604cd
Anticipate for the reuse of `ImageModel` in a future version.
by Martin Desruisseaux
· 6 weeks ago
3e9a1de
Move also the predictor base class to the shared package.
by Martin Desruisseaux
· 6 weeks ago
83e5974
Refactor the GeoHEIF reader with more separation of concern.
by Martin Desruisseaux
· 6 weeks ago
4a5efac
Move part of the `org.apache.sis.storage.geotiff.inflater` package
by Martin Desruisseaux
· 7 weeks ago
45eb43e
Javadoc and class renaming for clarity.
by Martin Desruisseaux
· 6 weeks ago
1061968
Add a `SOURCE_NAME_KEY` property to `PlanarImage` for making debugging easier.
by Martin Desruisseaux
· 7 weeks ago
71b882f
feat(Geotiff): if added resource is tiled, try to reuse it's matrix model.
by jsorel
· 7 weeks ago
ca60298
Add support for writing pyramided GeoTIFF.
by eidee
· 7 weeks ago
593a479
Javadoc, formatting and warning suppressions.
by Martin Desruisseaux
· 7 weeks ago
c4cb4db
Move the code that search for Z and M values in a separated classes.
by Martin Desruisseaux
· 7 weeks ago
7d72c08
fix(JTS): compute 3D and 4D envelopes in JTS geometry Wrapper.getEnvelope() method
by jsorel
· 7 weeks ago
255d12c
Basic support of some compression in GeoHEIF files:
by jsorel
· 8 weeks ago
20ea158
Merge branch 'geoapi-3.1'
by Martin Desruisseaux
· 7 weeks ago
a98da8a
Merge branch geoapi-4.0 into geoapi-3.1.
by Martin Desruisseaux
· 7 weeks ago
65cb2c7
feat+fix(Feature): fix SampleDimension lenient comparison by making its subcomponents lenient comparable as well
by Alexis Manin
· 8 weeks ago
911f46d
refactor(Storage): force future inheritors of SampleDimension class to override equals through LenientComparable interface
by Alexis Manin
· 8 weeks ago
e77f5d0
chore(Storage): fix javadoc formatting of a Geotiff unit test
by Alexis Manin
· 8 weeks ago
68e2455
Fix an index out of bounds exception when the image size is smaller than the tile size.
by Martin Desruisseaux
· 8 weeks ago
1c3e7cf
Merge (with refactoring) branch 'feat/CustomHostS3' into geoapi-4.0.
by Martin Desruisseaux
· 8 weeks ago
e285c91
Merge branch 'geoapi-3.1'. Contains:
by Martin Desruisseaux
· 8 weeks ago
45a58d0
Merge branch 'geoapi-4.0' into geoapi-3.1.
by Martin Desruisseaux
· 8 weeks ago
dc78d5d
Move some `ParameterDescriptor` management to the public `OptionKey` class.
by Martin Desruisseaux
· 9 weeks ago
950dade
Add `@TitleProperty` annotation on more metadata object.
by Martin Desruisseaux
· 9 weeks ago
69716c5
Support transitive search of metadata title when metadata are represented as a tree.
by Martin Desruisseaux
· 9 weeks ago
7232f07
Set up default protection ruleset for default and release branches
by The Apache Software Foundation
· 2 months ago
5dd8cf8
Merge branch 'fix/timestamp-tz-sql-type' into geoapi-4.0.
by Martin Desruisseaux
· 9 weeks ago
1f95591
Remove unused `StoreUtilities` method and move URI-related method to `URIDataStoreProvider`.
by Martin Desruisseaux
· 9 weeks ago
6d513dd
Remove `DataStoreProvider.TIMEZONE` because that parameter is optional
by Martin Desruisseaux
· 9 weeks ago
083fb59
fix(sql): override sql datatype code for timestamp with timezone column
by glegal
· 9 weeks ago
b5bad67
Remove the `SecondaryTrait` internal annotation and use the information provided by the `getStandardType()` method instead.
by Martin Desruisseaux
· 9 weeks ago
0186afd
`getStandardType()` returns `ParameterizedType` where applicable.
by Martin Desruisseaux
· 9 weeks ago
ad33ef9
chore(Feature): add a test to verify that image reformatting properly retile given image.
by Alexis Manin
· 10 weeks ago
ed5617b
chore(Storage): improve GeoTiff tests to verify tiling of written files
by Alexis Manin
· 10 weeks ago
81ff7e1
fix(Storage): fix Geotiff data store flaky test
by Alexis Manin
· 10 weeks ago
76febad
feat(Utilities): add support for numbers in approximate equality
by Alexis Manin
· 10 weeks ago
2843f7b
feat(Feature): Make SampleDimension lenient comparable
by Alexis Manin
· 10 weeks ago
7853870
chore(Build): ugrade Gradle wrapper to 8.14.4 to allow building with JDK 24
by Alexis Manin
· 3 months ago
3c800ec
Merge branch 'geoapi-3.1'
by Martin Desruisseaux
· 10 weeks ago
3b34cf3
Merge geoapi-4.0 into geoapi-3.1.
by Martin Desruisseaux
· 10 weeks ago
926e381
Add a `getStandardType()` method in `LenientComparable` and implement that method in classes.
by Martin Desruisseaux
· 10 weeks ago
1d55e78
fix(Image): fix ReshapedImage.singleTile to strictly return the designated tile, and only this tile.
by Alexis Manin
· 10 weeks ago
fix/image-tile-matrix-get-tile
180ee38
fix(Storage): Properly handle user "getTiles" requests when requesting multidimensional extents
by Alexis Manin
· 10 weeks ago
0b70760
chore(Storage): improve ImageTileMatrix test to verify multiple ways to acquire tiles
by Alexis Manin
· 10 weeks ago
c773e2c
fix(Storage): Fix ImageTileMatrix tile indices to work with slices in N dimensions.
by Alexis Manin
· 10 weeks ago
a3b5fc9
test(Storage): add a test that shows a bug in ImageTileMatrix when trying to get the resource of a 3D tile
by Alexis Manin
· 3 months ago
c8e75db
chore(Build): ugrade Gradle wrapper to 8.14.4 to allow building with JDK 24
by Alexis Manin
· 3 months ago
0d5e5d1
Fix an anomaly in the display of the tree of GeoHEIF boxes.
by Martin Desruisseaux
· 10 weeks ago
130aab7
Apply to ISO-19115 metadata the same mechanism used by GeoHEIF for summarizing metadata.
by Martin Desruisseaux
· 2 months ago
Next »