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 3f67ee1d57b8cde1ea61f389ad1dee3148e9a5dc
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu May 12 17:57:32 2022 +0200

    Update information about SIS 1.2 release.
---
 layouts/shortcodes/version.html |  2 +-
 source/_index.md                | 18 ++++++++++--------
 source/downloads.md             |  6 +++---
 static/DOAP.rdf                 |  7 +++++++
 4 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/layouts/shortcodes/version.html b/layouts/shortcodes/version.html
index b123147e..ea710abb 100644
--- a/layouts/shortcodes/version.html
+++ b/layouts/shortcodes/version.html
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.2
\ No newline at end of file
diff --git a/source/_index.md b/source/_index.md
index 2decfe08..0347e4df 100644
--- a/source/_index.md
+++ b/source/_index.md
@@ -6,29 +6,30 @@ Apache Spatial Information System (SIS) is a free software, 
Java language librar
 SIS provides data structures for geographic features and associated metadata 
along with methods to manipulate those data structures.
 The library is an implementation of [GeoAPI 3.0.1][geoapi] interfaces and can 
be used for desktop or server applications.
 
-The SIS metadata module forms the base of the library and enables the creation 
of metadata objects
+The SIS metadata module enables the creation of metadata objects
 which comply with the model of {{% OGC %}}/{{% ISO %}} international standards.
-The SIS referencing module enable the construction of geodetic data structures 
for geospatial referencing
-such as axis, projection and coordinate reference system definitions,
+The SIS referencing module enables the construction of data structures for 
coordinate reference system definitions,
 along with the associated operations which enable the transformation of 
coordinates between different systems of reference.
 The SIS storage modules provide a common approach to the reading and writing 
of metadata, features and coverages
 applicable to simple imagery as to many dimensional data structures.
 SIS provides processing functions such as multi-threaded rasters reprojection 
and isolines computation from raster data.
 The API and the data encodings follow [international 
standards](standards.html) when available.
 
-<details open>
+<details>
   <summary>
-    Some international standards and other features supported by Apache {{% 
SIS %}} are:
+    More information on international standards and features supported by 
Apache {{% SIS %}}:
   </summary>
 
 * Raster formats:
   * Read [NetCDF-3 Classic and 64-bit Offset Format][netCDF].
   * Read [GeoTIFF][geoTIFF] including BigTIFF extension.
   * Read Landsat (groups of GeoTIFF files).
+  * Read ESRI BIL/BIP/BSQ and read/write ERSI ASCII Grid.
+  * Read/write World Files with any image format supported by Image I/O.
 * Feature formats:
   * Read [Moving Feature Comma Separated Values (CSV) encoding][MF_CSV].
   * Read [Moving Feature netCDF encoding][netCDF_MF].
-  * Read GPX (a {{% XML %}} schema for {{% GPS %}} data).
+  * Read {{% GPX %}} (a {{% XML %}} schema for {{% GPS %}} data).
   * Read [features from {{% SQL %}} spatial databases][SF_SQL] by analysing 
the database schema.
 * Geographic metadata (ISO 19115):
   * Read ISO 19115 metadata from all above-listed raster and feature formats.
@@ -58,7 +59,7 @@ The API and the data encodings follow [international 
standards](standards.html)
 
 ## Using Apache SIS    {#user}
 
-The latest SIS release is {{% version %}}, released October 2021,
+The latest SIS release is {{% version %}}, released May 2022,
 and can be [downloaded](downloads.html) as a `zip` files or as Maven 
dependencies.
 Apache {{% SIS %}} requires Java 17 or higher for [building](build.html), but 
can be executed on Java 8 or higher.
 The EPSG geodetic dataset is optional for licensing reasons, but recommended.
@@ -68,7 +69,8 @@ Apache {{% SIS %}} is a Java library for use by other 
applications.
 Leveraging the full SIS capabilities or getting the best performance require 
that users write their own applications on top of SIS.
 The [developer guide](book/en/developer-guide.html), [online 
Javadoc](apidocs/index.html) and [recommended code 
patterns](code-patterns.html) page
 provide instructions about developing with SIS.
-However a [command-line tool](command-line.html) is also provided for allowing 
users to experiment some SIS functionalities before writing code.
+However a [command-line tool](command-line.html) and a [JavaFX 
application](javafx.html)
+are also provided for allowing users to experiment some SIS functionalities 
before writing code.
 
 
 [geoapi]:    http://www.geoapi.org/
diff --git a/source/downloads.md b/source/downloads.md
index c55007d7..e619a03e 100644
--- a/source/downloads.md
+++ b/source/downloads.md
@@ -13,9 +13,9 @@ See the `NOTICE` file contained in each release artifact for 
applicable copyrigh
 # Download ZIP files    {#bundles}
 
 Apache {{% SIS %}} is distributed in the form of Java source code in a 
multi-modules Apache Maven project.
-For convenience, an aggregated Javadoc and a pre-compiled JAR file are 
available as separated downloads.
-The precompiled JAR file contains most modules and dependencies in a single 
archive for easier inclusion
-in a classpath.
+For convenience, an aggregated Javadoc and pre-compiled JAR files are 
available as separated downloads.
+The precompiled JAR files contain most modules and mandatory dependencies.
+Optional dependencies (JAXB implementation, UCAR netCDF library, Amazon SDK) 
are not included.
 
 * [Apache SIS {{% version %}} sources][src] \[[PGP][src-PGP]\] \[[SHA 
512][src-SHA]\]
 * [Apache SIS {{% version %}} javadoc][doc] \[[PGP][doc-PGP]\] \[[SHA 
512][doc-SHA]\]
diff --git a/static/DOAP.rdf b/static/DOAP.rdf
index ff22e148..c35f5cce 100644
--- a/static/DOAP.rdf
+++ b/static/DOAP.rdf
@@ -153,6 +153,13 @@
         <asfext:id>OGC 19-008r4</asfext:id>
       </asfext:Standard>
     </asfext:implements>
+    <release>
+      <Version>
+        <name>Apache SIS 1.2 — more formats and operations</name>
+        <created>2022-05-18</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache SIS 1.1 — GeoTIFF, filters, raster reprojections</name>

Reply via email to