You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2021/09/30 14:52:58 UTC

[sis-site] 04/06: Update DOAP file and version numbers in source files.

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

commit 3b8bfb8c6e8ed0eba48a6d85adfd82d5f5756d72
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Thu Sep 30 16:35:04 2021 +0200

    Update DOAP file and version numbers in source files.
---
 DOAP.rdf               | 30 +++++++++++++++++++++++++++++-
 source/_index.md       |  2 +-
 source/command-line.md | 10 +++++-----
 source/downloads.md    | 36 ++++++++++++++++++------------------
 source/epsg.md         | 30 ++++++++++--------------------
 source/gdal.md         |  2 +-
 6 files changed, 64 insertions(+), 46 deletions(-)

diff --git a/DOAP.rdf b/DOAP.rdf
index 0ad7258..962406a 100644
--- a/DOAP.rdf
+++ b/DOAP.rdf
@@ -66,7 +66,7 @@
       <asfext:Standard>
         <asfext:title>Geographic information — Conceptual schema language</asfext:title>
         <asfext:body>International Organization for Standardization</asfext:body>
-        <asfext:id>ISO 19103:2005</asfext:id>
+        <asfext:id>ISO 19103:2015</asfext:id>
       </asfext:Standard>
     </asfext:implements>
     <asfext:implements>
@@ -132,6 +132,34 @@
         <asfext:id>ISO 19136:2007</asfext:id>
       </asfext:Standard>
     </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Geographic information — Filter encoding</asfext:title>
+        <asfext:body>International Organization for Standardization</asfext:body>
+        <asfext:id>ISO 19143:2010</asfext:id>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>NetCDF Binary Encoding — Classic and 64-bit Offset Format</asfext:title>
+        <asfext:body>Open Geospatial Consortium</asfext:body>
+        <asfext:id>OGC 10-092r3</asfext:id>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>OGC GeoTIFF standard</asfext:title>
+        <asfext:body>Open Geospatial Consortium</asfext:body>
+        <asfext:id>OGC 19-008r4</asfext:id>
+      </asfext:Standard>
+    </asfext:implements>
+    <release>
+      <Version>
+        <name>Apache SIS 1.1 — GeoTIFF, filters, raster reprojections</name>
+        <created>2021-10-06</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache SIS 1.0 — basic coverage support</name>
diff --git a/source/_index.md b/source/_index.md
index 4037583..87d4e27 100644
--- a/source/_index.md
+++ b/source/_index.md
@@ -34,7 +34,7 @@ Some Apache SIS features are:
 
 ## Using Apache SIS    {#user}
 
-The latest SIS release is 1.0, released September 2019.
+The latest SIS release is 1.1, released November 2021.
 Apache SIS requires Java 10 or higher for building, but can be executed on Java 8 or higher.
 If using Java 8 Runtime Environment, nothing else is needed since Java 8 includes JAXB.
 If using Java 9 or higher, one of the following configurations is needed
diff --git a/source/command-line.md b/source/command-line.md
index 7626520..f9b1767 100644
--- a/source/command-line.md
+++ b/source/command-line.md
@@ -13,11 +13,11 @@ in their own application.
 
 # Installation    {#install}
 
-Select "Apache SIS 1.0 binary" from the [downloads page](downloads.html) an unzip in any directory.
+Select "Apache SIS 1.1 binary" from the [downloads page](downloads.html) an unzip in any directory.
 The directory structure will be as below:
 
 {{< highlight text >}}
-apache-sis-1.0
+apache-sis-1.1
 ├─ bin
 ├─ conf
 ├─ data
@@ -30,11 +30,11 @@ The `bin` sub-directory can be added to the `PATH` environment variable for conv
 Example:
 
 {{< highlight bash >}}
-export PATH=$PWD/apache-sis-1.0/bin:$PATH
+export PATH=$PWD/apache-sis-1.1/bin:$PATH
 {{< / highlight >}}
 
 The remaining of this page assumes that the `bin` directory is on the search path.
-If not, the same examples can still be executed by replacing the `sis` command by `./apache-sis-1.0/bin/sis`.
+If not, the same examples can still be executed by replacing the `sis` command by `./apache-sis-1.1/bin/sis`.
 
 ## Optional dependencies    {#dependencies}
 
@@ -362,7 +362,7 @@ By default, the metadata are shown in a relatively compact tree-table format.
 But the metadata can optionally be exported as an ISO 19139 compliant XML document.
 
 <blockquote><b>Note:</b>
-As of SIS 1.0, only ISO 19139 XML documents, CF-compliant netCDF files, GeoTIFF files, GPX files
+As of SIS 1.1, only ISO 19139 XML documents, CF-compliant netCDF files, GeoTIFF files, GPX files
 or Moving Features CSV files can be given in argument to this command.
 </blockquote>
 
diff --git a/source/downloads.md b/source/downloads.md
index 54318c9..04b9049 100644
--- a/source/downloads.md
+++ b/source/downloads.md
@@ -2,8 +2,8 @@
 title: Apache SIS downloads
 ---
 
-Apache SIS 1.0 is now available.
-See the [release notes](release-notes/1.0.html) for a list of changes since the previous version.
+Apache SIS 1.1 is now available.
+See the [release notes](release-notes/1.1.html) for a list of changes since the previous version.
 
 Apache SIS releases are available under the [Apache License, Version 2.0][license].
 See the `NOTICE` file contained in each release artifact for applicable copyright attribution notices.
@@ -17,9 +17,9 @@ For convenience, an aggregated Javadoc and a pre-compiled JAR file are available
 The precompiled JAR file contains most modules and dependencies in a single archive for easier inclusion
 in a classpath.
 
-* [Apache SIS 1.0 sources][src] \[[PGP][src-PGP]\] \[[MD5][src-MD5]\] \[[SHA][src-SHA]\]
-* [Apache SIS 1.0 javadoc][doc] \[[PGP][doc-PGP]\] \[[MD5][doc-MD5]\] \[[SHA][doc-SHA]\]
-* [Apache SIS 1.0 binary][bin]  \[[PGP][bin-PGP]\] \[[MD5][bin-MD5]\] \[[SHA][bin-SHA]\]
+* [Apache SIS 1.1 sources][src] \[[PGP][src-PGP]\] \[[MD5][src-MD5]\] \[[SHA][src-SHA]\]
+* [Apache SIS 1.1 javadoc][doc] \[[PGP][doc-PGP]\] \[[MD5][doc-MD5]\] \[[SHA][doc-SHA]\]
+* [Apache SIS 1.1 binary][bin]  \[[PGP][bin-PGP]\] \[[MD5][bin-MD5]\] \[[SHA][bin-SHA]\]
 
 ## Verify signatures    {#release-gpg}
 
@@ -59,7 +59,7 @@ If running on Java 11 or higher, at least one of the two next dependencies is al
 
 {{< highlight xml >}}
 <properties>
-  <sis.version>1.0</sis.version>
+  <sis.version>1.1</sis.version>
 </properties>
 
 <dependencies>
@@ -119,17 +119,17 @@ See [How to use EPSG geodetic dataset](epsg.html) page for more information.
 [maven]:    http://maven.apache.org/
 [keys]:     https://www.apache.org/dist/sis/KEYS
 [license]:  http://www.apache.org/licenses/LICENSE-2.0
-[src]:      http://www.apache.org/dyn/closer.cgi/sis/1.0/apache-sis-1.0-src.zip
-[doc]:      http://www.apache.org/dyn/closer.cgi/sis/1.0/apache-sis-1.0-doc.zip
-[bin]:      http://www.apache.org/dyn/closer.cgi/sis/1.0/apache-sis-1.0-bin.zip
-[src-PGP]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-src.zip.asc
-[doc-PGP]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-doc.zip.asc
-[bin-PGP]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-bin.zip.asc
-[src-MD5]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-src.zip.md5
-[doc-MD5]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-doc.zip.md5
-[bin-MD5]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-bin.zip.md5
-[src-SHA]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-src.zip.sha
-[doc-SHA]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-doc.zip.sha
-[bin-SHA]:  https://www.apache.org/dist/sis/1.0/apache-sis-1.0-bin.zip.sha
+[src]:      http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-src.zip
+[doc]:      http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-doc.zip
+[bin]:      http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-bin.zip
+[src-PGP]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.asc
+[doc-PGP]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.asc
+[bin-PGP]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.asc
+[src-MD5]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.md5
+[doc-MD5]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.md5
+[bin-MD5]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.md5
+[src-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.sha
+[doc-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.sha
+[bin-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.sha
 [EPSG]:     https://epsg.org/
 [EPSG-ToU]: https://epsg.org/terms-of-use.html
diff --git a/source/epsg.md b/source/epsg.md
index 2f025fc..5f0814e 100644
--- a/source/epsg.md
+++ b/source/epsg.md
@@ -40,38 +40,28 @@ sis crs EPSG:6676
 
 The first time that the command-line tool needs to query EPSG, it will prompt the user for authorization
 to download EPSG geodetic dataset from Maven Central. If the user accepts EPSG terms of use, then a local
-copy of the EPSG geodetic dataset will be created and stored in the `apache-sis-1.0/data` sub-directory.
-
-If the command-line tool does not offer to download the EPSG geodetic dataset,
-try adding a `derby-<version>.jar` file (download lib-distribution from [Derby project][Derby]) in the `apache-sis-1.0/lib` sub-directory.
-This is normally not needed with Oracle JDK8 because Apache SIS tries to use the JavaDB embedded
-in those distributions, but may be necessary with other distributions or in security-constrained environments:
-
-{{< highlight bash >}}
-cd apache-sis-1.0/lib
-wget http://repo1.maven.org/maven2/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar
-{{< / highlight >}}
+copy of the EPSG geodetic dataset will be created and stored in the `apache-sis-1.1/data` sub-directory.
 
 ## Use the local copy in other applications    {#use-local}
 
 For using the installed EPSG geodetic dataset in your own application, apply *one* of the following choices:
 
-* Set the `SIS_DATA` environment variable to the path of `apache-sis-1.0/data` directory _(preferred choice)_.
-* Set the `derby.system.home` Java property to the path of `apache-sis-1.0/data/Databases` directory.
+* Set the `SIS_DATA` environment variable to the path of `apache-sis-1.1/data` directory _(preferred choice)_.
+* Set the `derby.system.home` Java property to the path of `apache-sis-1.1/data/Databases` directory.
 
 Alternatively `SIS_DATA` or `derby.system.home` can be set to the path of any other directory which contain the same files.
-Examples are shown below for Unix systems, assuming that the current directory is the directory where `apache-sis-1.0-bin.zip`
+Examples are shown below for Unix systems, assuming that the current directory is the directory where `apache-sis-1.1-bin.zip`
 has been unzipped:
 
 {{< highlight bash >}}
-export SIS_DATA=apache-sis-1.0/data
-java -classpath apache-sis-1.0/lib/sis.jar:myApp.jar myMainClass
+export SIS_DATA=apache-sis-1.1/data
+java -classpath apache-sis-1.1/lib/sis.jar:myApp.jar myMainClass
 {{< / highlight >}}
 
 If the `SIS_DATA` environment variable can not be set, Java property can be used as a fallback:
 
 {{< highlight java >}}
-java -Dderby.system.home=apache-sis-1.0/data/Databases -classpath apache-sis-1.0/lib/sis.jar:myApp.jar myMainClass
+java -Dderby.system.home=apache-sis-1.1/data/Databases -classpath apache-sis-1.1/lib/sis.jar:myApp.jar myMainClass
 {{< / highlight >}}
 
 # Add a Maven dependency    {#maven}
@@ -103,7 +93,7 @@ if that database is specified by JNDI):
   <dependency>
     <groupId>org.apache.sis.non-free</groupId>
     <artifactId>sis-epsg</artifactId>
-    <version>1.0</version>
+    <version>1.1</version>
     <scope>runtime</scope>
   </dependency>
 
@@ -140,7 +130,7 @@ Note that `sis-epsg` and `sis-embedded-data` should not be specified in the same
   <dependency>
     <groupId>org.apache.sis.non-free</groupId>
     <artifactId>sis-embedded-data</artifactId>
-    <version>1.0</version>
+    <version>1.1</version>
     <scope>runtime</scope>
   </dependency>
 </dependencies>
@@ -160,7 +150,7 @@ While Apache SIS uses Apache Derby by default, it is also possible to use anothe
 For using an arbitrary database, register a `javax.sql.DataSource` instance through the Java Naming and Directory Interface (JNDI).
 That registration can be done programmatically (by Java code) or by configuring XML files in some environments.
 The database must exist but can be empty, in which case it will be populated with an EPSG schema when first needed
-if the <code style="white-space:normal">org.apache.sis.non-free:​sis-epsg:​1.0</code> dependency is on the classpath
+if the <code style="white-space:normal">org.apache.sis.non-free:​sis-epsg:​1.1</code> dependency is on the classpath
 (see [above section](#maven-epsg)).
 
 ## Registration by Java code    {#jndi-java}
diff --git a/source/gdal.md b/source/gdal.md
index c838f53..b935bac 100644
--- a/source/gdal.md
+++ b/source/gdal.md
@@ -8,7 +8,7 @@ or for getting the exact same numerical results than Proj.4.
 The two libraries can coexist and can be used through the same API,
 provided that prerequisites are meet.
 
-**NOTE: this module has been temporarily retired in Apache SIS 1.0. It needs to be upgraded to Proj version 5 and 6 before new release.**
+**NOTE: this module has been temporarily retired in Apache SIS 1.1. It needs to be upgraded to Proj version 5 and 6 before new release.**
 
 {{< toc >}}