openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache SIS
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 1 of 293
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'geoapi-3.1'
Martin Desruisseaux
More...
12 months ago
Merge branch 'geoapi-4.0' into geoapi-3.1. The most numerous changes are typo fixes.
Martin Desruisseaux
More...
12 months ago
Spelling fix: "there is two" → "there are two". (side-effect of editorial corrections on OGC Testbed-19).
Martin Desruisseaux
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.
Martin Desruisseaux
More...
12 months ago
Typo fixes.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
12 months ago
Allow `DefaultConcatenatedOperation` to contain steps in reverse order. https://issues.apache.org/jira/browse/SIS-594
Martin Desruisseaux
More...
12 months ago
Automatic import reorganization for tests and branch-specific dependencies.
Martin Desruisseaux
More...
about 1 year ago
Automatic import reorganization for tests and branch-specific dependencies.
Martin Desruisseaux
More...
about 1 year ago
Automatic import reorganization for tests and branch-specific dependencies.
Martin Desruisseaux
More...
about 1 year ago
Merge branch 'geoapi-3.1'.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 year ago
Fix information lost: - In source file when parameters are copied. - In root object name when WKT formatting has warnings.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 year ago
Add a `MarshalContext.getDocumentURI()` method.
Martin Desruisseaux
More...
about 1 year ago
Declare the provider as the source of warning in `DatumShiftGridLoader.canNotLoad(…)`.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 year ago
Move `DatumShiftGridLoader.toAbsolutePath(URI)` to `DataDirectory`.
Martin Desruisseaux
More...
about 1 year ago
Spelling fix: "to thrown" → "to throw".
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 year ago
Allow to use an `javax.xml.transform.URIResolver` for resolving URI to external documents.
Martin Desruisseaux
More...
about 1 year ago
Tune the resolution of `xlink:href` attributes having a fragment in their URI values.
Martin Desruisseaux
More...
about 1 year ago
Partial support of xlink:href referencing a fragment of an external document.
Martin Desruisseaux
More...
about 1 year ago
Avoid attempt to download the document at the "http://test.net" URL.
Martin Desruisseaux
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.
Martin Desruisseaux
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
292
293
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree