desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Updates paths and properties to new syntax or location. |
Tue, 01 Oct, 09:06 |
|
[jira] [Assigned] (SIS-452) Satellite-tracking projections |
|
Martin Desruisseaux (Jira) |
[jira] [Assigned] (SIS-452) Satellite-tracking projections |
Tue, 01 Oct, 12:42 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-452) Satellite-tracking projections |
Tue, 01 Oct, 12:42 |
Martin Desruisseaux (Jira) |
[jira] [Resolved] (SIS-452) Satellite-tracking projections |
Fri, 04 Oct, 15:39 |
desruisse...@apache.org |
svn commit: r1867846 - /sis/site/trunk/content/tables/CoordinateOperationMethods.html |
Tue, 01 Oct, 14:30 |
build...@apache.org |
svn commit: r1050903 - in /websites/staging/sis/trunk/content: ./ tables/CoordinateOperationMethods.html |
Tue, 01 Oct, 14:30 |
desruisse...@apache.org |
svn commit: r1867847 - /sis/site/trunk/content/templates/release-announce.html |
Tue, 01 Oct, 14:31 |
build...@apache.org |
svn commit: r1050904 - in /websites/staging/sis/trunk/content: ./ templates/release-announce.html |
Tue, 01 Oct, 14:31 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (7c07889 -> ea466fa) |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 01/09: feat (sis-referencing & internal) : implement cylindrical and conic satellite-tracking projections from Snyder's 'Map Projections - a working Manual'. Don't compute derivatives yet. Very few tests. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 02/09: feat (sis-referencing & internal) : add test for cylindrical satellite-tracking projection and refactor of the ConicSatelliteTracking classe to use methods instead of lambda expressions |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 03/09: feat (referencing) : add some tests for satellite-tracking projections from tables 38 and 39 of Snyder's Manual (page 238). Fix the condition of the while loop when applying Newton method. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 04/09: feat&refactor (referencing- satellite tracking) : refactor to extract terms from transform/inverseTransform methods AND try to compute Jacobian Matrix. Tests not passed for the conic satellite tracking projection yet. Refactor should be lead to compute L coefficient and its derivative in a method. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 05/09: fix (referencing satellite-tracking projections) : fix the Jacobian matrix in both satellite-tracking projections by inverting m01 and m10 in order to have the partial derivative of x on the matrix's first line and of y on the second line. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 06/09: refactor (referencing satellite-tracking projections) : Method used by both (cylindrical and conic) direct transformation of the Satellite-tracking projections to compute the L coefficient and its partial derivate dL_dφ if queried. Test passed for both transformation and testDerivativeOnSphere. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 07/09: Reduce the numbers of authorities declared in the ESRI-specific projections: limit to ESRI, OGC and Proj4. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 08/09: Merge remote-tracking branch 'Satellite_Tracking_Projection' into geoapi-4.0. Some refactoring to come in next commits. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] 09/09: Reformatting: - Format copyright header in the same way than other files. - Rearrange some import order and remove some empty lines. - Set version number to 1.1. |
Tue, 01 Oct, 17:25 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Apply some algebraic simplifications on formulas, then merge ConicSatelliteTracking and CylindricalSatelliteTracking in a single SatelliteTracking class. Those cylindrical and conical forms have a lot in common, which make them easier to manage by `if (isConic)` statements. Reduce the number of fields as a consequence of the merge and algebraic simplification. Adjust the type of exception thrown, or whether an exception is thrown instead of setting values to NaN (policy reminder in documen [...] |
Wed, 02 Oct, 17:33 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (64a587b -> 574a501) |
Fri, 04 Oct, 15:07 |
desruisse...@apache.org |
[sis] 01/02: Apply some algebraic rearrangements and update the documentation about which Snyder formulas are used. Verify the validity of latitude arguments compared to satellite orbit inclination. Tune the tolerance factors used in tests. |
Fri, 04 Oct, 15:07 |
desruisse...@apache.org |
[sis] 02/02: Adjust formatting of angular value of zero. Fix typo in person name. |
Fri, 04 Oct, 15:07 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Register the SatelliteTracking projection. This commit completes https://issues.apache.org/jira/browse/SIS-452 |
Fri, 04 Oct, 15:34 |
|
[jira] [Updated] (SIS-212) Coordinate operation methods to implement |
|
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-212) Coordinate operation methods to implement |
Fri, 04 Oct, 15:40 |
|
[jira] [Created] (SIS-476) Exception while reading some netCDF variables with unlimited |
|
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-476) Exception while reading some netCDF variables with unlimited |
Mon, 07 Oct, 17:21 |
Martin Desruisseaux (Jira) |
[jira] [Resolved] (SIS-476) Exception while reading some netCDF variables with unlimited |
Mon, 07 Oct, 18:37 |
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-476) Exception while reading some netCDF variables with unlimited |
Sun, 20 Oct, 19:12 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: When an additional offset needs to be added to the pixel stride, scanline stride, plane stride, etc., express that offset in byte units instead than sample units. This change fixes https://issues.apache.org/jira/browse/SIS-476 |
Mon, 07 Oct, 18:32 |
jso...@apache.org |
[sis] branch geoapi-4.0 updated: Coverage : fix a null pointer on sample dimension creation when name is undefined |
Thu, 10 Oct, 14:50 |
ama...@apache.org |
[sis] branch geoapi-4.0 updated: fix(Referencing): improve common CRS suggestion to return base geographic system when possible. |
Thu, 10 Oct, 15:16 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Remove obsolete documentation. |
Fri, 11 Oct, 12:36 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (d3672ef -> 88db100) |
Mon, 14 Oct, 17:22 |
desruisse...@apache.org |
[sis] 01/02: Check for arithmetic overflows. |
Mon, 14 Oct, 17:22 |
desruisse...@apache.org |
[sis] 02/02: Referencing objects implement java.util.Formattable. |
Mon, 14 Oct, 17:22 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Minor documentation fixes. |
Mon, 14 Oct, 18:35 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (692ba84 -> fb28872) |
Sat, 19 Oct, 11:13 |
desruisse...@apache.org |
[sis] 01/03: Clarification in javadoc. |
Sat, 19 Oct, 11:13 |
desruisse...@apache.org |
[sis] 02/03: Make the build compatible with Java 12+. We do not yet require Java 13 at build time, but this is something we may do. https://lists.apache.org/thread.html/da2026376fe0c92b3434c489bb5c35f55e436c1f20eddb777da28d01@%3Cdev.sis.apache.org%3E |
Sat, 19 Oct, 11:13 |
desruisse...@apache.org |
[sis] 03/03: Documentation updates for synchronization with code changes. |
Sat, 19 Oct, 11:13 |
desruisse...@apache.org |
[sis] branch geoapi-3.1 updated (7d1c6db -> 574a063) |
Sat, 19 Oct, 11:24 |
desruisse...@apache.org |
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. |
Sat, 19 Oct, 11:24 |
desruisse...@apache.org |
[sis] branch master updated (71f1c7d -> 283f572) |
Sat, 19 Oct, 11:33 |
desruisse...@apache.org |
[sis] 01/01: Merge branch 'geoapi-3.1'. |
Sat, 19 Oct, 11:33 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (fb28872 -> c63edcc) |
Sat, 19 Oct, 12:37 |
desruisse...@apache.org |
[sis] 01/03: Adjust the style and formatting of <div class="note">...</div>. |
Sat, 19 Oct, 12:37 |
desruisse...@apache.org |
[sis] 02/03: Remplace <div class="section"> HTML tags by <h2> or <h4> standard tags. We avoided those tags previously because it was not clear at which number we should start. But Java 13 now fix those numbers with implicit value depending on the context (whether we are documenting a class or a method), and the compiler verifies those numbers. Since those numbers are now clearly defined, we can rely on them and remove the previous conservative apprach. |
Sat, 19 Oct, 12:37 |
desruisse...@apache.org |
[sis] 03/03: Actually the <h4> numbering in Javadoc seems to be incompatible with the numbers expected by Java 11. Require Java 13 for building Apache SIS (but still produce code executable on Java 8) so we can write Javadoc comments compliant with most recent Java version. |
Sat, 19 Oct, 12:37 |
desruisse...@apache.org |
[sis] branch geoapi-3.1 updated (574a063 -> 20de767) |
Sat, 19 Oct, 13:13 |
desruisse...@apache.org |
[sis] 01/01: Merge HTML changes in javadoc from branch 'geoapi-4.0'. |
Sat, 19 Oct, 13:13 |
desruisse...@apache.org |
[sis] branch master updated (283f572 -> ddfef3e) |
Sat, 19 Oct, 13:20 |
desruisse...@apache.org |
[sis] 01/01: Merge HTML changes in javadoc from branch 'geoapi-3.1'. |
Sat, 19 Oct, 13:20 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated (c63edcc -> adfaee7) |
Sat, 19 Oct, 13:49 |
desruisse...@apache.org |
[sis] 01/02: Use {@systemProperty} javadoc tag (new in Java 12) where we are defining system properties. |
Sat, 19 Oct, 13:49 |
desruisse...@apache.org |
[sis] 02/02: Upgrade some dependencies. |
Sat, 19 Oct, 13:49 |
|
[jira] [Assigned] (SIS-223) Orthographic (EPSG:9840) |
|
Martin Desruisseaux (Jira) |
[jira] [Assigned] (SIS-223) Orthographic (EPSG:9840) |
Sat, 19 Oct, 14:30 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-223) Orthographic (EPSG:9840) |
Sat, 19 Oct, 14:30 |
Martin Desruisseaux (Jira) |
[jira] [Resolved] (SIS-223) Orthographic (EPSG:9840) |
Sat, 26 Oct, 08:55 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Consolidation of the way we check if some tests are enabled. |
Sun, 20 Oct, 15:47 |
|
[jira] [Closed] (SIS-450) Sinusoidal projection |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-450) Sinusoidal projection |
Sun, 20 Oct, 19:02 |
|
[jira] [Closed] (SIS-426) Mollweide projection |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-426) Mollweide projection |
Sun, 20 Oct, 19:02 |
|
[jira] [Assigned] (SIS-473) Build failure with Java 12 |
|
Martin Desruisseaux (Jira) |
[jira] [Assigned] (SIS-473) Build failure with Java 12 |
Sun, 20 Oct, 19:03 |
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-473) Build failure with Java 12 |
Sun, 20 Oct, 19:03 |
|
[jira] [Closed] (SIS-468) Update EPSG geodetic dataset to version 9.7 |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-468) Update EPSG geodetic dataset to version 9.7 |
Sun, 20 Oct, 19:08 |
|
[jira] [Closed] (SIS-464) DataSet.getEnvelope() should return Optional<Envelope> |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-464) DataSet.getEnvelope() should return Optional<Envelope> |
Sun, 20 Oct, 19:09 |
|
[jira] [Closed] (SIS-456) New numbering scheme for development branches |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-456) New numbering scheme for development branches |
Sun, 20 Oct, 19:09 |
|
[jira] [Closed] (SIS-439) NetCDF reader does not support unlimited dimension |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-439) NetCDF reader does not support unlimited dimension |
Sun, 20 Oct, 19:12 |
|
[jira] [Closed] (SIS-422) Migrate from SVN to Git as the main SIS code repository |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-422) Migrate from SVN to Git as the main SIS code repository |
Sun, 20 Oct, 19:12 |
|
[jira] [Closed] (SIS-406) Move XML support from sis-utility module to sis-metadata |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-406) Move XML support from sis-utility module to sis-metadata |
Sun, 20 Oct, 19:13 |
|
[jira] [Closed] (SIS-425) Drop package prefixes in table created in "metadata" schema |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-425) Drop package prefixes in table created in "metadata" schema |
Sun, 20 Oct, 19:13 |
|
[jira] [Closed] (SIS-81) Replace ModifiableMetadata.isModifiable() by an enum |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-81) Replace ModifiableMetadata.isModifiable() by an enum |
Sun, 20 Oct, 19:13 |
|
[jira] [Closed] (SIS-463) Move WKT support from sis-metadata to sis-referencing |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-463) Move WKT support from sis-metadata to sis-referencing |
Sun, 20 Oct, 19:14 |
|
[jira] [Closed] (SIS-337) Package EPSG Derby DB in sis-epsg jar, eliminating the need for external SIS_DATA dir |
|
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-337) Package EPSG Derby DB in sis-epsg jar, eliminating the need for external SIS_DATA dir |
Sun, 20 Oct, 19:15 |