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
feat(Shapefile): add shp file read and write support
Eclesia
as jsorel
More... about 1 year ago
Rename `GeoTiffOption` as `FormatModifier`. More... about 1 year ago
Add compression support for GeoTIFF. Only "Deflate" is supported for now. More... about 1 year ago
Add `ImageOutputStream` support in `StorageConnector`. More... about 1 year ago
Replace `api` dependency to Glassfish by a pair of `compileOnly` and `runtimeOnly`. The intend is to avoid that this dependency appears in Maven pom files. More... about 1 year ago
Reorganize import statements with a better separation of test dependencies. More... about 1 year ago
Merge branch 'geoapi-3.1' More... about 1 year ago
Merge branch 'geoapi-4.0' into geoapi-3.1 More... about 1 year ago
Resolve a few warnings. More... about 1 year ago
Deprecate `DefaultRecordSchema` for removal. More... about 1 year ago
Replace <cite>"..."</cite> by <q>...</q>. Previous form was a wrong usage of HTML <cite> tag. More... about 1 year ago
Minor formatting: fix a few spelling errors in comments, add comments about non-endorsed modules, adjust some white spaces. More... about 1 year ago
Remove the @since and @version javadoc tags in incubator modules. Those tags are relevant only for classes and members in public API. More... about 1 year ago
Remove deprecated methods. More... about 1 year ago
Following the removal of `InterpolatedMolodenskyTransform`, retrofit `MolodenskyFormula` into `MolodenskyTransform`. More... about 1 year ago
Remove the deprecated `InterpolatedMolodenskyTransform` class. More... about 1 year ago
Remove NullArgumentException. https://issues.apache.org/jira/browse/SIS-562 More... about 1 year ago
Add more classes or packages to qualify as test dependencies when organizing import statements. More... about 1 year ago
Merge branch 'geoapi-3.1' More... about 1 year ago
Merge branch 'geoapi-4.0' into geoapi-3.1 More... about 1 year ago
Automatic reordering and branch-separation of import statements. This is done by the `org.apache.sis.buildtools.coding.ReorganizeImports` tool in buildSrc for putting Java imports first, then Jakarta, then OpenGIS, and finally Apache SIS. The most important thing is that `ReorganizeImports` creates separated sections for imports that are not the same between the "geoapi-4.0", "geoapi-3.1" and "main" branches. More... about 1 year ago
Merge branch 'geoapi-3.1' More... about 1 year ago
Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the addition of a "coveragejson" module and a first draft of GeoTIFF writer. More... about 1 year ago
Rearrange the GeoTIFF internal classes in some subpackages in order to provide at least a partial separation between reader and writer classes. More... about 1 year ago
Remove the "..." characters in JSON files for making them valid. More... about 1 year ago
Superficial formatting of CoverageJSON incubator module. More... about 1 year ago
Fix the project configuration for the addition of CoverageJSON store. More... about 1 year ago
Fix the way reading and writing of single bits are handled in `ChannelData` input/output classes. More... about 1 year ago
Bug fixes when an channel data input yield to the output, or conversely. More... about 1 year ago
feat(CoverageJSON): add simple coveragejson read/write support in incubator
Eclesia
as jsorel
More... about 1 year ago