This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/main by this push: new d478474a Add the newly released http://www.opengis.net/doc/is/COG/1.0 in the list of standards supported by SIS. d478474a is described below commit d478474adb529f7e56c95d47f375de342373e155 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed Oct 18 22:37:15 2023 +0200 Add the newly released http://www.opengis.net/doc/is/COG/1.0 in the list of standards supported by SIS. https://www.ogc.org/press-release/cloud-optimized-geotiff-cog-published-as-official-ogc-standard/ --- content/standards.md | 7 ++++++- static/DOAP.rdf | 9 ++++++++- static/templates/release-announce.html | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/content/standards.md b/content/standards.md index f7560001..c0c047bc 100644 --- a/content/standards.md +++ b/content/standards.md @@ -90,9 +90,14 @@ Some standards are implemented partially, others almost fully. <td>Grid Coverage</td> </tr><tr> <td></td> - <td><a href="http://docs.opengeospatial.org/is/19-008r4/19-008r4.html">OGC 19-008</a></td> + <td><a href="http://www.opengis.net/doc/IS/GeoTIFF/1.1">OGC 19-008</a></td> <td></td> <td>GeoTIFF format</td> + </tr><tr> + <td></td> + <td><a href="http://www.opengis.net/doc/is/COG/1.0">OGC 21-026</a></td> + <td></td> + <td>Cloud Optimized GeoTIF</td> </tr><tr> <td></td> <td><a href="https://portal.ogc.org/files/?artifact_id=43734">OGC 10-092</a></td> diff --git a/static/DOAP.rdf b/static/DOAP.rdf index 724377b6..00b56c49 100644 --- a/static/DOAP.rdf +++ b/static/DOAP.rdf @@ -157,7 +157,14 @@ <asfext:Standard> <asfext:title>OGC GeoTIFF standard</asfext:title> <asfext:body>Open Geospatial Consortium</asfext:body> - <asfext:id>OGC 19-008r4</asfext:id> + <asfext:id>http://www.opengis.net/doc/IS/GeoTIFF/1.1</asfext:id> + </asfext:Standard> + </asfext:implements> + <asfext:implements> + <asfext:Standard> + <asfext:title>OGC Cloud Optimized GeoTIFF Standard</asfext:title> + <asfext:body>Open Geospatial Consortium</asfext:body> + <asfext:id>http://www.opengis.net/doc/is/COG/1.0</asfext:id> </asfext:Standard> </asfext:implements> <release> diff --git a/static/templates/release-announce.html b/static/templates/release-announce.html index 96fd50b8..92e9424e 100644 --- a/static/templates/release-announce.html +++ b/static/templates/release-announce.html @@ -17,7 +17,7 @@ </p><p> Apache SIS is a Java language library for developing geospatial applications. SIS provides data structures for geographic features and associated metadata - along with methods to manipulate those data structures. + along with methods to manipulate those data structures, such as map projections. The library is an implementation of GeoAPI 3.0 interfaces and can be used for desktop or server applications. A JavaFX application is provided for demonstration purposes. @@ -25,7 +25,7 @@ Some Apache SIS features are: </p> <ul> - <li>Read netCDF-3, GeoTIFF (including BigTIFF) and Moving Feature CSV data formats</li> + <li>Read netCDF-3, Cloud Optimized GeoTIFF (including BigTIFF) and Moving Feature CSV data formats</li> <li>Read/write GPX, ASCII Grid, World File, ISO 19115-3 metadata and legacy ISO 19139 compliant XML documents</li> <li>Referencing by coordinates (ISO 19111) or by identifiers (ISO 19112)<ul> <li>Well Known Text (WKT) version 1 and 2 (ISO 19162)</li>