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
Merge branch 'geoapi-3.1' More... 12 months ago
Merge branch 'geoapi-4.0' into geoapi-3.1. The most numerous changes are typo fixes. More... 12 months ago
Spelling fix: "there is two" → "there are two". (side-effect of editorial corrections on OGC Testbed-19). More... 12 months ago
Fix a grammatical: "same than" → "same as". Used a regex script because this error has too many occurrences. This is a side effect of editorial work on OGC Testbed 19. More... 12 months ago
Typo fixes. More... 12 months ago
Cache the inverse operation. The main intend is to avoid information lost when the inverse of the inverse is later requested. More... 12 months ago
Allow `DefaultConcatenatedOperation` to contain steps in reverse order. https://issues.apache.org/jira/browse/SIS-594 More... 12 months ago
Automatic import reorganization for tests and branch-specific dependencies. More... about 1 year ago
Automatic import reorganization for tests and branch-specific dependencies. More... about 1 year ago
Automatic import reorganization for tests and branch-specific 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. The work includes `xlink:href` to external GML documents, resolve `PARAMETERFILE["foo"]` values relatively to the WKT of GML file declaring the parameter, and `CRS.forCode(String)` capable to return CRS defined in the GML document being parsed. More... about 1 year ago
Allow `CRS.fromCode(String)` to return the CRS definitions found in the GML document being parsed. This feature make possible for embedded or linked data to reference CRS defined in the document. More... about 1 year ago
Fix information lost: - In source file when parameters are copied. - In root object name when WKT formatting has warnings. More... about 1 year ago
Replace the use of `java.net.URI` by an internal `GridFile` class which take in charge the URI resolutions. This is for making easier the cases where the URI needs to be resolved relatively to the GML or WKT file instead of resolved in the "$SIS_DATA/DatumChanges" directory. More... about 1 year ago
Move `DatumShiftGrid` implementations to a dedicated internal package. This is in preparation for more gridded data such as TestBed-19 or GGXF. More... about 1 year ago
Partial migration of some tests to JUnit 5 and addition of a test for the `WKTFormat.setSourceFile(URI)` method added in previous commit. More... about 1 year ago
When parsing a GML or WKT from a URI, store the URI on a new `DefaultParameterValue.sourceFile` property. This information allows to resolve `ParameterValue.valueFile` relatively to the source document. More... about 1 year ago
Move 4 PMC members to emeritus. Three of them were already ASF emeritus, one of them has his status changed directly on LDAP. More... about 1 year ago
Add a `MarshalContext.getDocumentURI()` method. More... about 1 year ago
Declare the provider as the source of warning in `DatumShiftGridLoader.canNotLoad(…)`. More... about 1 year ago
Add `public` and `protected` modifiers to `DatumShiftGridLoader` methods. It does not make practical difference because the class is package-private. However, they are hints about which methods are invoked by classes other than sub-classes. More... about 1 year ago
Move `DatumShiftGridLoader.toAbsolutePath(URI)` to `DataDirectory`. More... about 1 year ago
Spelling fix: "to thrown" → "to throw". More... about 1 year ago
Follow redirections when unmarshalling a document from an URL. We need to update the URL in order to resolve relative xlink:href. More... about 1 year ago
Allow to use an `javax.xml.transform.URIResolver` for resolving URI to external documents. More... about 1 year ago
Tune the resolution of `xlink:href` attributes having a fragment in their URI values. More... about 1 year ago
Partial support of xlink:href referencing a fragment of an external document. More... about 1 year ago
Avoid attempt to download the document at the "http://test.net" URL. More... about 1 year ago
Resolve external xlinks when parsing a GML document. This is a first step, not yet resolving fragment and not yet caching. More... about 1 year ago