Sign in
apache
/
sis
/
HEAD
83c629c
Merge of automatic reorganization of imports order.
by Martin Desruisseaux
· 34 hours ago
main
3ed0c5f
Merge of automatic reorganization of imports order.
by Martin Desruisseaux
· 34 hours ago
geoapi-3.1
b967e38
Post-merge automatic reorganization of imports order.
by Martin Desruisseaux
· 34 hours ago
b8782f1
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 2 days ago
b7f3977
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 2 days ago
ccf06de
Fix a misspelling: `StoreListener.eventOccured` renamed `eventOccurred`.
by Martin Desruisseaux
· 2 days ago
aa236a8
Fix the initial zoom of large untiled images.
by Martin Desruisseaux
· 2 days ago
337b819
Reduce the number of false reports of tile loading.
by Martin Desruisseaux
· 3 days ago
6412d2d
Try harder to group the addition of removal of tile loading indicator.
by Martin Desruisseaux
· 3 days ago
29c9885
Move `TileReadListener` to a separated class and add a safety for reducing the risk
by Martin Desruisseaux
· 6 days ago
f6e6c07
Add a "todo" note about the use of `prefetch` in context of artificially tiled image.
by Martin Desruisseaux
· 7 days ago
67cfdae
Bug fixes in the application of artificial tiling on large untiled images.
by Martin Desruisseaux
· 7 days ago
b79a2bb
Move `Summarizer` to an internal non-shared package.
by Martin Desruisseaux
· 9 days ago
c773a3c
Provided more information about the `RenderedImage` layout in its `toString()` representation.
by Martin Desruisseaux
· 9 days ago
c2ecd1f
Fix a mismatched dimension exception when showing coverage values below the cursor.
by Martin Desruisseaux
· 11 days ago
35c19ee
fix(Geometry): fix small error in uml mapping and method parameters
by jsorel
· 11 days ago
f72b42c
doc(DGGRS): add links to ZIRS informations
by jsorel
· 11 days ago
f427b9b
feat(Geometry): add polyhedrons faces and getFace method
by jsorel
· 11 days ago
fad2774
feat(Geometry): add SphericalConvexPolygon
by jsorel
· 11 days ago
1464fab
Introduce an artificial tiling when reading a large untiled TIFF or HEIF image.
by Martin Desruisseaux
· 11 days ago
64af795
Fix unintentional crop when showing a large non-pyramided image
by Martin Desruisseaux
· 11 days ago
76386d6
Modify `RenderingDataTest` for using the image mock.
by Martin Desruisseaux
· 2 weeks ago
7a3f369
feat(Geometry): add great circle arc
by jsorel
· 12 days ago
7bd94f1
feat(Vector): add method to convert between lat/lon and unit vector
by jsorel
· 12 days ago
926b0a40
feat(Geometry): add spherical triangle area and spherical excess methods
by jsorel
· 12 days ago
b2a7b2c
feat(Geometry): add SphericalTriangle
by jsorel
· 12 days ago
f5dd64c
feat(Geometry): add base polyhedron classes used by DGGRS
by jsorel
· 12 days ago
752a156
feat(GeoJSON): add binding for GeoJSON, JSON-FG and MovingFeatures
by jsorel
· 13 days ago
66e8d26
chore(DGGS): code cleaning, remove some unused utilities
by jsorel
· 14 days ago
164b33a
chore(Scene): move scene classes to a separate package outside the geometry package
by jsorel
· 14 days ago
e117aa6
feat(Geometry): add place-holder for HAT arrays
by jsorel
· 14 days ago
d40d280
Add test case for `RenderingData`.
by Martin Desruisseaux
· 2 weeks ago
6a8700e
Deferred computation of `GridGeometry` image property should take in account the image bounds.
by Martin Desruisseaux
· 2 weeks ago
b2c6b5e
Rename `ObservableImage` as `WritableUntiledImage` and merge with `ImageRenderer.Untiled`.
by Martin Desruisseaux
· 2 weeks ago
5512328
Minor formatting of comments.
by Martin Desruisseaux
· 3 weeks ago
e34709e
feat(DGGS): add code operation and coverage test
by jsorel
· 2 weeks ago
41b8832
feat(GridExtent): add getLatticePointCount method
by jsorel
· 2 weeks ago
59f2edc
feat(DGGS): add DGGS API
by jsorel
· 3 weeks ago
00a4e72
Create an initially empty `org.apache.sis.referencing.dggs` module in the "incubator" group of modules.
by Martin Desruisseaux
· 3 weeks ago
c43101d
migrate(coveragejson): replace jsonb bindings by jackson
by jsorel
· 3 weeks ago
541e446
Rename the `org.apache.sis.storage.coveragejson` module as `org.apache.sis.storage.json`.
by Martin Desruisseaux
· 3 weeks ago
5107e0a
Fix an `IndexOutOfBoundsException` when the CRS component which is present in only the target CRS is not the last one.
by Martin Desruisseaux
· 3 weeks ago
03badce
feat(Material): separate material in dedicated subclasses instead of a Map of properties
by jsorel
· 3 weeks ago
b9ba379
Clarify which exceptions are thrown when using reflection on metadata object.
by Martin Desruisseaux
· 3 weeks ago
233de2b
feat(Geometry): add scene light objects
by jsorel
· 4 weeks ago
e328854
Be more conservative when creating an EngineeringCRS for a GridExtent.
by Martin Desruisseaux
· 4 weeks ago
42a8abc
Mave `Envelopes.transform(CoordinateOperation, …)` more tolerant to the case
by Martin Desruisseaux
· 4 weeks ago
722c224
feat(sql): handle LIKE filter in SQL storage.
by Martin Desruisseaux
· 4 weeks ago
a8171ac
Add a safety for a `String[]` sometime represented by UCAR library as `Object[]`.
by Martin Desruisseaux
· 4 weeks ago
5a3b53f
Fix of a `ClassCastException` during the merge of two metadata.
by Martin Desruisseaux
· 4 weeks ago
f4ad53d
Documentation, minor formatting, suppression of a warning.
by Martin Desruisseaux
· 4 weeks ago
2058a95
Avoid a `NullPointerException` to pollute the logs.
by Martin Desruisseaux
· 4 weeks ago
1b04543
Remove the use of an internal interface from public API.
by Martin Desruisseaux
· 4 weeks ago
b8ae418
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 4 weeks ago
e3537fc
Merge branch 'geoapi-4.0' into geoapi-3.1.
by Martin Desruisseaux
· 4 weeks ago
e96a107
Resolve remaining logs printed during execution of test.
by Martin Desruisseaux
· 4 weeks ago
5915cf5
chore(Storage): add a test to investigate data discovery in NetCDF files generated by GDAL using Transverse mercator projection.
by Martin Desruisseaux
· 4 weeks ago
c6cd778
Add a self-consistency test for GeoHEIF, similar to the existing self-consistency check of GeoTIFF.
by Martin Desruisseaux
· 5 weeks ago
30c90dd
Merge branch 'geoapi-3.1'
by Martin Desruisseaux
· 5 weeks ago
9c02e40
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 5 weeks ago
285a35c
Promote the GeoHEIF module from incubator to endorsed modules.
by Martin Desruisseaux
· 5 weeks ago
a559ab6
Merge branch 'geoapi-3.1'
by Martin Desruisseaux
· 5 weeks ago
b6b21e6
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 5 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
· 5 weeks ago
5c0f336
Localize the warnings and error messages of the HEIF module.
by Martin Desruisseaux
· 5 weeks ago
bda6b01
Create coverage name in a way more consistent with TIFF reader.
by Martin Desruisseaux
· 5 weeks ago
b50a2b8
Rename `CoverageBuilder` as `ImageResourceBuilder`.
by Martin Desruisseaux
· 5 weeks ago
17aa5b6
Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`.
by Martin Desruisseaux
· 5 weeks ago
f3fd0c2
Be more conservative with files without georeferencing information.
by Martin Desruisseaux
· 5 weeks ago
9f64739
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 6 weeks ago
efcc2b7
Merge branch 'geoapi-4.0' into geoapi-3.1.
by Martin Desruisseaux
· 6 weeks ago
b87ed44
Fix the notification of tile read events which was lost after the image to show changed.
by Martin Desruisseaux
· 6 weeks ago
5df73a7
If the `gridToCRS` transform is not available, fallback on resolution.
by Martin Desruisseaux
· 6 weeks ago
cc65833
Consolidate the use of default resolution in a new `GridGeometry.defaultToGridCRS(Identifier)` method.
by Martin Desruisseaux
· 6 weeks ago
3c5edfa
Make possible to use a pyramided TIFF image even if there is no "grid to CRS" transform.
by Martin Desruisseaux
· 6 weeks ago
ccd08e2
Fix a wrong handling of subsampling in the HEIF reader.
by Martin Desruisseaux
· 6 weeks ago
5b82429
When computing the sub-region to read from a large untiled raster,
by Martin Desruisseaux
· 6 weeks ago
9ead214
Fix the interleave type of RGB profile in HEIF files.
by Martin Desruisseaux
· 7 weeks ago
6818361
Add a way to create an `EngineeringCRS` for a grid geometry which contains only an extent.
by Martin Desruisseaux
· 8 weeks ago
6988814
Avoid an `IllegalGridGeometryException` when a pyramid contains no "grid to CRS" transform.
by Martin Desruisseaux
· 8 weeks ago
11a7a39
Fix an exception when showing pixel coordinates of a 3D image in the JavaFX application.
by Martin Desruisseaux
· 8 weeks ago
442474f
Merge of automatic reorganization of imports order.
by Martin Desruisseaux
· 8 weeks ago
4589e86
Merge of automatic reorganization of imports order.
by Martin Desruisseaux
· 8 weeks ago
c1f0c18
Post-merge automatic reorganization of imports order.
by Martin Desruisseaux
· 8 weeks ago
f81f4d8
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 8 weeks ago
90feafe
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 8 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
· 8 weeks ago
0061e5a
Merge branch 'fix/image-tile-matrix-get-tile' into geoapi-4.0.
by Martin Desruisseaux
· 8 weeks ago
0a2fde0
Merge branch 'fix/geotiff-flaky-test' into geoapi-4.0
by Martin Desruisseaux
· 8 weeks ago
f7bef14
Merge branch 'geoapi-3.1'.
by Martin Desruisseaux
· 8 weeks ago
9db36b9
Merge branch 'geoapi-4.0' into geoapi-3.1
by Martin Desruisseaux
· 8 weeks ago
c13530c
Try harder to build a sample model when there is insuffisient information.
by Martin Desruisseaux
· 8 weeks ago
f2376c4
Fix a buffer used when inflating tile data in HEIF.
by Martin Desruisseaux
· 8 weeks ago
98c2112
Fix the computation of tile index in "tili" image scheme of GeoHEIF.
by Martin Desruisseaux
· 8 weeks ago
ccfa3c1
Fix the order of pyramid levels in HEIF file.
by Martin Desruisseaux
· 8 weeks ago
e14da0d
Allows to specify the locale when launching the JavaFX application.
by Martin Desruisseaux
· 9 weeks ago
b811a4f
Add image size columns in `TileMatrixSetFormat`.
by Martin Desruisseaux
· 9 weeks ago
72024ea
Make HEIF pyramid more tolerant to the case when the "grid to CRS" transform is not specified.
by Martin Desruisseaux
· 9 weeks ago
0f40dab
Fix a wrong position of to the ZIP data to uncompress in a HEIF file.
by Martin Desruisseaux
· 9 weeks ago
d1a6399
Initial support of "tili" image type in GeoHEIF files.
by Martin Desruisseaux
· 9 weeks ago
Next »