This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new c8f51174 Update web site with COG added in the list of supported
standards.
c8f51174 is described below
commit c8f511743edea1c92d6b1cd5df636c8f27b149a2
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Wed Oct 18 22:41:21 2023 +0200
Update web site with COG added in the list of supported standards.
---
DOAP.rdf | 9 ++++++++-
en/sitemap.xml | 2 +-
standards.html | 7 ++++++-
templates/release-announce.html | 4 ++--
4 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/DOAP.rdf b/DOAP.rdf
index 724377b6..00b56c49 100644
--- a/DOAP.rdf
+++ b/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/en/sitemap.xml b/en/sitemap.xml
index 25d41cf1..af5ab012 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -148,7 +148,7 @@
<lastmod>2023-10-02T23:31:58+02:00</lastmod>
</url><url>
<loc>https://sis.apache.org/standards.html</loc>
- <lastmod>2023-09-30T17:48:07+02:00</lastmod>
+ <lastmod>2023-10-18T22:37:15+02:00</lastmod>
</url><url>
<loc>https://sis.apache.org/</loc>
<lastmod>2023-10-03T18:22:46+02:00</lastmod>
diff --git a/standards.html b/standards.html
index ed153caf..d46ea8b0 100644
--- a/standards.html
+++ b/standards.html
@@ -192,9 +192,14 @@ Some standards are implemented partially, others almost
fully.</p>
<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/templates/release-announce.html b/templates/release-announce.html
index 96fd50b8..92e9424e 100644
--- a/templates/release-announce.html
+++ b/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>