You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: Updates paths and properties to new syntax or location. - posted by de...@apache.org on 2019/10/01 09:06:43 UTC, 0 replies.
- [jira] [Assigned] (SIS-452) Satellite-tracking projections - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/01 12:42:00 UTC, 0 replies.
- [jira] [Updated] (SIS-452) Satellite-tracking projections - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/01 12:42:00 UTC, 0 replies.
- svn commit: r1867846 - /sis/site/trunk/content/tables/CoordinateOperationMethods.html - posted by de...@apache.org on 2019/10/01 14:30:26 UTC, 0 replies.
- svn commit: r1050903 - in /websites/staging/sis/trunk/content: ./ tables/CoordinateOperationMethods.html - posted by bu...@apache.org on 2019/10/01 14:30:37 UTC, 0 replies.
- svn commit: r1867847 - /sis/site/trunk/content/templates/release-announce.html - posted by de...@apache.org on 2019/10/01 14:31:52 UTC, 0 replies.
- svn commit: r1050904 - in /websites/staging/sis/trunk/content: ./ templates/release-announce.html - posted by bu...@apache.org on 2019/10/01 14:31:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (7c07889 -> ea466fa) - posted by de...@apache.org on 2019/10/01 17:25:11 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/01 17:25:12 UTC, 0 replies.
- [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 - posted by de...@apache.org on 2019/10/01 17:25:13 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/01 17:25:14 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/01 17:25:15 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/01 17:25:16 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/01 17:25:17 UTC, 0 replies.
- [sis] 07/09: Reduce the numbers of authorities declared in the ESRI-specific projections: limit to ESRI, OGC and Proj4. - posted by de...@apache.org on 2019/10/01 17:25:18 UTC, 0 replies.
- [sis] 08/09: Merge remote-tracking branch 'Satellite_Tracking_Projection' into geoapi-4.0. Some refactoring to come in next commits. - posted by de...@apache.org on 2019/10/01 17:25:19 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/01 17:25:20 UTC, 0 replies.
- [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 [...] - posted by de...@apache.org on 2019/10/02 17:33:40 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (64a587b -> 574a501) - posted by de...@apache.org on 2019/10/04 15:07:56 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2019/10/04 15:07:57 UTC, 0 replies.
- [sis] 02/02: Adjust formatting of angular value of zero. Fix typo in person name. - posted by de...@apache.org on 2019/10/04 15:07:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Register the SatelliteTracking projection. This commit completes https://issues.apache.org/jira/browse/SIS-452 - posted by de...@apache.org on 2019/10/04 15:34:03 UTC, 0 replies.
- [jira] [Resolved] (SIS-452) Satellite-tracking projections - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/04 15:39:00 UTC, 0 replies.
- [jira] [Updated] (SIS-212) Coordinate operation methods to implement - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/04 15:40:00 UTC, 0 replies.
- [jira] [Created] (SIS-476) Exception while reading some netCDF variables with unlimited - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/07 17:21:00 UTC, 0 replies.
- [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 - posted by de...@apache.org on 2019/10/07 18:32:35 UTC, 0 replies.
- [jira] [Resolved] (SIS-476) Exception while reading some netCDF variables with unlimited - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/07 18:37:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : fix a null pointer on sample dimension creation when name is undefined - posted by js...@apache.org on 2019/10/10 14:50:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: fix(Referencing): improve common CRS suggestion to return base geographic system when possible. - posted by am...@apache.org on 2019/10/10 15:16:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Remove obsolete documentation. - posted by de...@apache.org on 2019/10/11 12:36:58 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d3672ef -> 88db100) - posted by de...@apache.org on 2019/10/14 17:22:28 UTC, 0 replies.
- [sis] 01/02: Check for arithmetic overflows. - posted by de...@apache.org on 2019/10/14 17:22:29 UTC, 0 replies.
- [sis] 02/02: Referencing objects implement java.util.Formattable. - posted by de...@apache.org on 2019/10/14 17:22:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Minor documentation fixes. - posted by de...@apache.org on 2019/10/14 18:35:20 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (692ba84 -> fb28872) - posted by de...@apache.org on 2019/10/19 11:13:43 UTC, 0 replies.
- [sis] 01/03: Clarification in javadoc. - posted by de...@apache.org on 2019/10/19 11:13:44 UTC, 0 replies.
- [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 - posted by de...@apache.org on 2019/10/19 11:13:45 UTC, 0 replies.
- [sis] 03/03: Documentation updates for synchronization with code changes. - posted by de...@apache.org on 2019/10/19 11:13:46 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (7d1c6db -> 574a063) - posted by de...@apache.org on 2019/10/19 11:24:27 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2019/10/19 11:24:28 UTC, 0 replies.
- [sis] branch master updated (71f1c7d -> 283f572) - posted by de...@apache.org on 2019/10/19 11:33:37 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2019/10/19 11:33:38 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (fb28872 -> c63edcc) - posted by de...@apache.org on 2019/10/19 12:37:33 UTC, 0 replies.
- [sis] 01/03: Adjust the style and formatting of
...
.
- posted by de...@apache.org on 2019/10/19 12:37:34 UTC, 0 replies.
- [sis] 02/03: Remplace
HTML tags by

or

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. - posted by de...@apache.org on 2019/10/19 12:37:35 UTC, 0 replies.
- [sis] 03/03: Actually the

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. - posted by de...@apache.org on 2019/10/19 12:37:36 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (574a063 -> 20de767) - posted by de...@apache.org on 2019/10/19 13:13:06 UTC, 0 replies.
- [sis] 01/01: Merge HTML changes in javadoc from branch 'geoapi-4.0'. - posted by de...@apache.org on 2019/10/19 13:13:07 UTC, 0 replies.
- [sis] branch master updated (283f572 -> ddfef3e) - posted by de...@apache.org on 2019/10/19 13:20:48 UTC, 0 replies.
- [sis] 01/01: Merge HTML changes in javadoc from branch 'geoapi-3.1'. - posted by de...@apache.org on 2019/10/19 13:20:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (c63edcc -> adfaee7) - posted by de...@apache.org on 2019/10/19 13:49:17 UTC, 0 replies.
- [sis] 01/02: Use {@systemProperty} javadoc tag (new in Java 12) where we are defining system properties. - posted by de...@apache.org on 2019/10/19 13:49:18 UTC, 0 replies.
- [sis] 02/02: Upgrade some dependencies. - posted by de...@apache.org on 2019/10/19 13:49:19 UTC, 0 replies.
- [jira] [Updated] (SIS-223) Orthographic (EPSG:9840) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/19 14:30:00 UTC, 0 replies.
- [jira] [Assigned] (SIS-223) Orthographic (EPSG:9840) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/19 14:30:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Consolidation of the way we check if some tests are enabled. - posted by de...@apache.org on 2019/10/20 15:47:31 UTC, 0 replies.
- [jira] [Closed] (SIS-450) Sinusoidal projection - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:02:00 UTC, 0 replies.
- [jira] [Closed] (SIS-426) Mollweide projection - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:02:00 UTC, 0 replies.
- [jira] [Assigned] (SIS-473) Build failure with Java 12 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:03:00 UTC, 0 replies.
- [jira] [Closed] (SIS-473) Build failure with Java 12 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:03:00 UTC, 0 replies.
- [jira] [Closed] (SIS-468) Update EPSG geodetic dataset to version 9.7 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:08:00 UTC, 0 replies.
- [jira] [Closed] (SIS-464) DataSet.getEnvelope() should return Optional - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:09:00 UTC, 0 replies.
- [jira] [Closed] (SIS-456) New numbering scheme for development branches - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:09:00 UTC, 0 replies.
- [jira] [Closed] (SIS-439) NetCDF reader does not support unlimited dimension - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:12:00 UTC, 0 replies.
- [jira] [Closed] (SIS-422) Migrate from SVN to Git as the main SIS code repository - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:12:00 UTC, 0 replies.
- [jira] [Closed] (SIS-476) Exception while reading some netCDF variables with unlimited - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:12:00 UTC, 0 replies.
- [jira] [Closed] (SIS-406) Move XML support from sis-utility module to sis-metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:13:00 UTC, 0 replies.
- [jira] [Closed] (SIS-425) Drop package prefixes in table created in "metadata" schema - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:13:00 UTC, 0 replies.
- [jira] [Closed] (SIS-81) Replace ModifiableMetadata.isModifiable() by an enum - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:13:00 UTC, 0 replies.
- [jira] [Closed] (SIS-463) Move WKT support from sis-metadata to sis-referencing - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:14:00 UTC, 0 replies.
- [jira] [Closed] (SIS-388) Upgrade Java platform requirement from JDK7 to JDK8 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:15:00 UTC, 0 replies.
- [jira] [Closed] (SIS-337) Package EPSG Derby DB in ​sis-epsg jar, eliminating the need for external SIS_DATA dir - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:15:00 UTC, 0 replies.
- [jira] [Closed] (SIS-461) Replace "ordinate" by "coordinate" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:15:00 UTC, 0 replies.
- [jira] [Closed] (SIS-440) ComparisonMode.APPROXIMATIVE should be APPROXIMATE - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:16:00 UTC, 0 replies.
- [jira] [Closed] (SIS-375) Cache : override default Map methods - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:21:00 UTC, 0 replies.
- [jira] [Closed] (SIS-383) Upgrade Derby dependency and reduce dependency on JavaDB - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:21:00 UTC, 0 replies.
- [jira] [Closed] (SIS-410) More stable MathTransform.Inverse serialization - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:21:00 UTC, 0 replies.
- [jira] [Closed] (SIS-316) NetCDF: build CRS and GridToCRS Transform from netcdf variables and attributes - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:22:00 UTC, 0 replies.
- [jira] [Closed] (SIS-227) American Polyconic (EPSG:9818) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:23:00 UTC, 0 replies.
- [jira] [Closed] (SIS-314) NetCDF: read method with subsampling and area parameters - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:23:00 UTC, 0 replies.
- [jira] [Closed] (SIS-126) Replace the NamespacePrefixMapper hack by NamespaceContext - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:24:00 UTC, 0 replies.
- [jira] [Closed] (SIS-33) Make SIS data storage pluggable - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:25:00 UTC, 0 replies.
- [jira] [Closed] (SIS-13) Change QuadTree Reader/Writer to use URLs instead of String file paths - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:25:00 UTC, 0 replies.
- [jira] [Closed] (SIS-8) Build a common SIS data container for spatial data - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:25:00 UTC, 0 replies.
- [jira] [Closed] (SIS-42) Implement GeoSPARQL in SIS - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:26:00 UTC, 0 replies.
- [jira] [Closed] (SIS-224) Oblique and Equatorial Stereographic (EPSG:9809) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:26:00 UTC, 0 replies.
- [jira] [Closed] (SIS-407) OutOfMemoryError when reading Sentinel 1 image with GeoTIFF reader - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:27:00 UTC, 0 replies.
- [jira] [Closed] (SIS-404) Allow profiles to extend legacy metadata schema - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:27:00 UTC, 0 replies.
- [jira] [Closed] (SIS-376) Geographic/geocentric conversion fails if the geographic CRS is two-dimensional - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:29:00 UTC, 0 replies.
- [jira] [Closed] (SIS-441) UnconvertibleObjectException when reading code list value from PostgreSQL - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:29:00 UTC, 0 replies.
- [jira] [Closed] (SIS-449) Extension to CF-conventions for bands in a netCDF variable - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:30:00 UTC, 0 replies.
- [jira] [Closed] (SIS-443) Give access to netCDF raster data as GridCoverage - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:30:00 UTC, 0 replies.
- [jira] [Closed] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets() - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:31:00 UTC, 0 replies.
- [jira] [Closed] (SIS-389) DefaultMedium.name property should be a Citation - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:31:00 UTC, 0 replies.
- [jira] [Closed] (SIS-377) Latitude of natural origin = -90 wrongly rejected for Transverse Mercator - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:32:00 UTC, 0 replies.
- [jira] [Closed] (SIS-458) TransformSeparator should omit unused source dimensions, unless requested otherwise - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:32:00 UTC, 0 replies.
- [jira] [Closed] (SIS-421) Retrofit WarningListener in a more generic EventListener - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:33:00 UTC, 0 replies.
- [jira] [Closed] (SIS-352) Support spatial referencing by geographic identifiers (ISO 19112) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:35:00 UTC, 0 replies.
- [jira] [Closed] (SIS-118) Provide convenience shell script for launching the command-line - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:35:00 UTC, 0 replies.
- [jira] [Closed] (SIS-390) When datum shift information are missing, still apply ellipsoid change - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:36:00 UTC, 0 replies.
- [jira] [Closed] (SIS-368) When a coordinate operation change the longitude axis range from [-180 … +180]° to [0 … 360]°, the Envelopes.transform(…) result should be normalized accordingly - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:36:00 UTC, 0 replies.
- [jira] [Closed] (SIS-412) Add a CRS.findOperations(sourceCRS, targetCRS, …) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:37:00 UTC, 0 replies.
- [jira] [Closed] (SIS-221) Hotine Oblique Mercator (EPSG:9812, 9815) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:37:00 UTC, 0 replies.
- [jira] [Closed] (SIS-413) Units.PSU should have a scale value of 1/1000 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:38:00 UTC, 0 replies.
- [jira] [Closed] (SIS-382) SI multiples not recognized when applied on kilogram - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:39:00 UTC, 0 replies.
- [jira] [Closed] (SIS-448) Extension to CF-conventions for localization grid smaller than data in netCDF - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:40:00 UTC, 0 replies.
- [jira] [Closed] (SIS-414) Multiplication symbol should be omitted when the unit is Units.UNITY - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:40:00 UTC, 0 replies.
- [jira] [Closed] (SIS-405) Upgrade or remove JAXB annotations of ImmutableIdentifier - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:41:00 UTC, 0 replies.
- [jira] [Closed] (SIS-455) Compute length of cubic Bézier curve - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:43:00 UTC, 0 replies.
- [jira] [Closed] (SIS-438) Make SIS compatible with latest Java versions - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:43:00 UTC, 0 replies.
- [jira] [Closed] (SIS-432) Using BETA2007.gsb grid throws IllegalArgumentException - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/20 19:45:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a941f05 -> 42ed8a4) - posted by de...@apache.org on 2019/10/21 11:06:29 UTC, 0 replies.
- [sis] 01/02: Inserts table of parameter names for every `ParameterDescriptor` declaration in the provider package. Those tables are generated automatically by `ParameterNameTableGenerator` from runtime information. The intent is to make easier to maintain the parameter declarations when new projections are added, since we use the existing parameters as templates. - posted by de...@apache.org on 2019/10/21 11:06:30 UTC, 0 replies.
- [sis] 02/02: Add additional information about parameter: value domain, default value, whether it is optional. - posted by de...@apache.org on 2019/10/21 11:06:31 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Correction in the report of default values. - posted by de...@apache.org on 2019/10/21 18:40:55 UTC, 0 replies.
- [jira] [Created] (SIS-477) Add GridCoverage.evaluate(DirectPosition) method - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/22 10:35:00 UTC, 0 replies.
- svn commit: r1868745 [5/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [4/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [10/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [16/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [7/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [20/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [19/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [6/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [9/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [8/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [13/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [11/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [15/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [14/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [2/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [1/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [3/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ re... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [17/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [12/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- svn commit: r1868745 [18/20] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/03062/ rev/04948/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ rev/05923/ rev/06033/ rev/06040/ rev/06041/ rev/06042/ rev/06047/ r... - posted by de...@apache.org on 2019/10/22 10:51:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Initial implementation of Orthographic projection (spherical formulas) implemented from Wikipedia and Snyder equations. https://issues.apache.org/jira/browse/SIS-223 - not yet completed because missing ellipsoidal formulas. This work implied revisiting the way we copy names and identifiers from an existing ParameterDescriptor for creating a new ParameterDescriptor. - posted by de...@apache.org on 2019/10/22 10:59:26 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (a8e2cbb -> dd58ea3) - posted by de...@apache.org on 2019/10/22 13:04:34 UTC, 0 replies.
- [sis] 01/02: Consolidation of reference to Wikipedia or MathWorld. - posted by de...@apache.org on 2019/10/22 13:04:35 UTC, 0 replies.
- [sis] 02/02: Fix "llegalArgumentException: Argument ‘count’ shall not be negative" when invoking GridGeometry.toString(). - posted by de...@apache.org on 2019/10/22 13:04:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (dd58ea3 -> 31758f6) - posted by de...@apache.org on 2019/10/22 19:19:22 UTC, 0 replies.
- [sis] 01/04: 'sis' command should resolve symbolic link. - posted by de...@apache.org on 2019/10/22 19:19:23 UTC, 0 replies.
- [sis] 02/04: Fix SampleDimension formatting bugs: - Was missing name of sample dimensions after the first one. - Formatting of bands without categories was not helpful. - posted by de...@apache.org on 2019/10/22 19:19:24 UTC, 0 replies.
- [sis] 03/04: More explicit exception when there is overlapping range, and make this exception non-fatal in netCDF reader. - posted by de...@apache.org on 2019/10/22 19:19:25 UTC, 0 replies.
- [sis] 04/04: Avoid range collision if the minimum or maximum value in a netCDF file is equals to a pad/fill value. - posted by de...@apache.org on 2019/10/22 19:19:26 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (31758f6 -> 13b98e3) - posted by de...@apache.org on 2019/10/23 10:41:23 UTC, 0 replies.
- [sis] 01/02: Documentation updates and finer checks of overlapping ranges in netCDF files. - posted by de...@apache.org on 2019/10/23 10:41:24 UTC, 0 replies.
- [sis] 02/02: Add an checked exception for data not found for other reason than illegal name. The reason of interest in this commit is disjoint extent. - posted by de...@apache.org on 2019/10/23 10:41:25 UTC, 0 replies.
- [jira] [Created] (SIS-478) Improve inverse projection using Jacobian matrix for high eccentricities - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 17:49:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Implement ellipsoidal formulas of Orthographic projection from the formulas published in EPSG guidance notes. https://issues.apache.org/jira/browse/SIS-223 - posted by de...@apache.org on 2019/10/23 17:50:10 UTC, 0 replies.
- [jira] [Updated] (SIS-467) Unsupported geodesics - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 18:46:00 UTC, 0 replies.
- [jira] [Commented] (SIS-474) Upgrade sis-gdal to Proj 6 - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 18:47:00 UTC, 0 replies.
- [jira] [Commented] (SIS-366) sis-gdal module should not write native file in the temporary directory - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 18:55:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-325) [GSoC] Optimizing patrol routes with multiple patrol cars - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 19:02:00 UTC, 0 replies.
- [jira] [Closed] (SIS-325) [GSoC] Optimizing patrol routes with multiple patrol cars - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 19:06:00 UTC, 0 replies.
- [jira] [Resolved] (SIS-324) Develop Hidden Markov Model to predict criminal moments - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 19:08:00 UTC, 1 replies.
- [jira] [Closed] (SIS-324) Develop Hidden Markov Model to predict criminal moments - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 19:09:00 UTC, 0 replies.
- [jira] [Reopened] (SIS-324) Develop Hidden Markov Model to predict criminal moments - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/23 19:09:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When computing inverse projection, temporarily disable the setting of out-of-domain coordinates to NaN. We use the Inverter class as a flag for identifying those situations. - posted by de...@apache.org on 2019/10/24 10:44:17 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (20de767 -> 1105c74) - posted by de...@apache.org on 2019/10/24 12:08:26 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2019/10/24 12:08:27 UTC, 0 replies.
- [sis] branch master updated (ddfef3e -> b25123d) - posted by de...@apache.org on 2019/10/24 12:19:52 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2019/10/24 12:19:53 UTC, 0 replies.
- [sis] branch feat/resample created (now 69b5074) - posted by js...@apache.org on 2019/10/25 12:03:28 UTC, 0 replies.
- [sis] 01/01: Coverage : resample and GridCoverageResource read update proposal - posted by js...@apache.org on 2019/10/25 12:03:29 UTC, 0 replies.
- [sis] branch feat/resample deleted (was 69b5074) - posted by js...@apache.org on 2019/10/25 13:23:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: CoverageResource : add GridCoverageResource subset method and Coverage Query - posted by js...@apache.org on 2019/10/25 13:54:17 UTC, 0 replies.
- [jira] [Resolved] (SIS-223) Orthographic (EPSG:9840) - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/10/26 08:55:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Provide a default implementation for GridCoverageResource.subset(Query). Not yet in public API; pending the gain of more experience. - posted by de...@apache.org on 2019/10/26 15:42:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e4606ae -> bcff144) - posted by de...@apache.org on 2019/10/27 16:25:30 UTC, 0 replies.
- [sis] 01/03: CoverageSubset clip the area to read to the area of interest specified in the query. - posted by de...@apache.org on 2019/10/27 16:25:31 UTC, 0 replies.
- [sis] 02/03: Rename some non-standard @SuppressWarnings to value recognized by NetBeans. - posted by de...@apache.org on 2019/10/27 16:25:32 UTC, 0 replies.
- [sis] 03/03: Fix javadoc errors when building with Java 13. - posted by de...@apache.org on 2019/10/27 16:25:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: More accurate exception when query does not intercept data. - posted by de...@apache.org on 2019/10/28 08:51:13 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: If the locale starts with a # character (e.g. "#fra"), skip the "#" character. - posted by de...@apache.org on 2019/10/29 10:30:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: DataStore : add additional store metadata informations, Capability.CREATE and resource types - posted by js...@apache.org on 2019/10/29 14:54:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Restart the javafx module: remove dependencies to Swing and icons (we may bring them back from history later if desired). Start the refactoring of classes. The controls (resource viewer, metadata viewer, etc.) will get major changes in next commits. - posted by de...@apache.org on 2019/10/29 20:13:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add Aggregate to the list of resource types produced by some data stores. - posted by de...@apache.org on 2019/10/30 08:56:49 UTC, 0 replies.
- [sis] branch feat/geojson created (now 75c95d5) - posted by js...@apache.org on 2019/10/30 14:45:39 UTC, 0 replies.
- [sis] 01/02: GeoJson : add maven module - posted by js...@apache.org on 2019/10/30 14:45:40 UTC, 0 replies.
- [sis] 02/02: GeoJSON : add store implementation - posted by js...@apache.org on 2019/10/30 14:45:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8b95369 -> cea54a4) - posted by de...@apache.org on 2019/10/30 20:18:21 UTC, 0 replies.
- [sis] 01/02: Revert to the previous pom.xml setting for JavaFX where the full installation must be provided by user. For developping that module, use the NetBeans Ant project instead provided that the user does the required setup. - posted by de...@apache.org on 2019/10/30 20:18:22 UTC, 0 replies.
- [sis] 02/02: Remove the resource tree management and data loading from ResourceView. They are replaced by ResourceTree. - posted by de...@apache.org on 2019/10/30 20:18:23 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter : add between filter implementation - posted by js...@apache.org on 2019/10/31 15:41:17 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Improve the use of background threads, enable "drag and drop" and allow to close resources. - posted by de...@apache.org on 2019/10/31 15:58:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter: add capabilities classes, still need to commplete tests and equals/hash/serialization - posted by js...@apache.org on 2019/10/31 16:31:34 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Consolidate ResourceTree. Begins refactoring of ResourceExplorer. - posted by de...@apache.org on 2019/10/31 23:27:51 UTC, 0 replies.