4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove the boolean return value in WritableFeatureSet.removeIf(Predicate) More... over 1 year ago
Deprecate for removal `NullArgumentException`. More... over 1 year ago
Initial GeoKeys support. More... over 1 year ago
Rename GeoKeys from GeoTIFF 1.0 to GeoTIFF 1.1 names. The keys related to units of measure are now handled in a separated class. More... over 1 year ago
Tune test utilities in preparation for the addition of GeoTIFF writer. More... over 1 year ago
`ChannelDataOutput` implements `DataOutput` for allowing `instanceof` checks against a public interface. More... over 1 year ago
`ChannelDataInput` implements `DataInput` for allowing `instanceof` checks against a public interface. More... over 1 year ago
Spelling and documentation fixes. More... over 1 year ago
First version of a TIFF writer (work initiated by Erwan Roussel). This initial version works, but with a limited amount of color models and sample models. More... over 1 year ago
Add `UpdatableWrite` as an helper class for data store writers which need to update values after they have been written. More... over 1 year ago
Add `HyperRectangleWriter` as an helper class for multi-dimensional grid coverage writers. More... over 1 year ago
Documentation and code updates in I/O in preparation for GeoTIFF writer. More... over 1 year ago
Define Maven repositories for snapshots and release deployments. More... over 1 year ago
Remove references to the `org.apache.sis.cql` incubating module. This module is present on other branches but not on main because for avoiding the need to manage geoapi-pending dependencies. More... over 1 year ago
Move the check for perpendicular axes in the parent class. This is in anticipation for the addition of experimental coordinate systems such as `MinkowskiCS` in other branches. More... over 1 year ago
Minor formatting of table HTML for consistency with same change applied elsewhere. It makes the code a little bit easier to read by reducing the amount of scrolling. Contains also opportunistic javadoc typo fixes. More... over 1 year ago
Rename `DefaultEllipsoid.getRadius(double)` as `getGeocentricRadius(double)`. More... over 1 year ago
Improve `DefaultObjectDomain` with the use of `NilObject` for telling when the value is missing. More... over 1 year ago
Partial upgrade to ISO 19111:2019: replace some (not yet all) usages of deprecated `getScope()` and `getDomainOfValidity()` methods by `getDomains()`. More... over 1 year ago
Skip the Ivy task if the "dependencies" directory is already present. More... over 1 year ago
Add JUnit 5 in test dependencies for progressive migration. Opportunistically upgrade `ArgumentChecks` to JUnit 5, after its change for testing negative zeros. More... over 1 year ago
Merge branch 'geoapi-3.1' More... over 1 year ago
Merge branch 'geoapi-4.0' into geoapi-3.1 More... over 1 year ago
Use deterministic dimension order for user-specified units. This commit fixes a random test failure where the order depended on which tests were executed first, because the dimension order of the first cached unit was the order used for other compatible units. More... over 1 year ago
Simplify a little bit the NetBeans project configuration: - Remove the NetBeans-specific "uncommitted" module. - Use symbolic link for geoapi-pending dependency. - Add missing entries in `project.properties`. More... over 1 year ago
Merge branch 'geoapi-3.1', skipping all changes. The changes were a partial upgrade of ISO 19111. Such upgrades cannot be applied of GeoAPI 3.0.x. More... over 1 year ago
Remove the recommendation for shallow clone. It does not work well when changing SHA1. More... over 1 year ago
Upgrade GeoAPI snapshot. This upgrade deprecates some methods to be replaced by ISO 19111:2019 `ObjectDomain`. More... over 1 year ago
Minor documentation updates. More... over 1 year ago
Add comment on the left side of UCAR imports. The previous comment on top of them is lost during import reorganization. More... over 1 year ago