This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 9f6d579109f29b7fbc40663486b0d03a922c3c1d
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Sep 11 14:21:57 2019 +0200

    Update README file.
---
 README | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/README b/README
index 30cf70c..530b445 100644
--- a/README
+++ b/README
@@ -2,17 +2,18 @@
 Welcome to Apache SIS <http://sis.apache.org>
 =============================================
 
-SIS provides data structures for geographic data and associated metadata
-along with methods to manipulate those data structures. The SIS metadata
-module forms the base of the library and enables the creation of metadata
-objects which comply with the model of ISO 19115 series of standards.
-The SIS referencing module enable the construction of geodetic data structures
-for geospatial referencing such as axis, projection and coordinate reference
-system definitions, along with the associated operations which enable the
-mathematical conversion of coordinates between different systems of reference.
-The SIS storage modules will provide a common approach to the reading and
-writing of grid coverages applicable to simple imagery as to many dimensional
-data structures.
+SIS is a Java language library for developing geospatial applications.
+The library is an implementation of GeoAPI 3.0.1 interfaces and can be used
+for desktop or server applications. Apache SIS provides data structures for
+geographic features and associated metadata along with methods to manipulate
+those data structures. The SIS metadata module forms the base of the library
+and enables the creation of metadata objects which comply with the ISO 19115
+international standard. The SIS referencing module enable the construction of
+geodetic data structures for geospatial referencing as defined by ISO 19111
+standard, along with the associated operations which enable the transformation
+of coordinates between different reference systems. 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 is a project of the Apache Software Foundation <http://www.apache.org/>.
 
@@ -23,8 +24,9 @@ project logo are trademarks of The Apache Software Foundation.
 Getting Started
 ===============
 
-SIS requires Java 8 and uses the Maven 3 <http://maven.apache.org/>
-build system. To build SIS, use the following command in this directory:
+Running Apache SIS requires Java 8 or higher. Building SIS requires Java 10
+or higher together with Maven 3 <http://maven.apache.org/> build system.
+To build SIS, use the following command in this directory:
 
     mvn install
 

Reply via email to