Author: desruisseaux
Date: Thu Nov 16 21:34:10 2017
New Revision: 1815514

URL: http://svn.apache.org/viewvc?rev=1815514&view=rev
Log:
Shift release date, edit the summary on the front page.

Modified:
    sis/site/trunk/content/DOAP.rdf
    sis/site/trunk/content/epsg.mdtext
    sis/site/trunk/content/index.mdtext

Modified: sis/site/trunk/content/DOAP.rdf
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/DOAP.rdf?rev=1815514&r1=1815513&r2=1815514&view=diff
==============================================================================
--- sis/site/trunk/content/DOAP.rdf (original)
+++ sis/site/trunk/content/DOAP.rdf Thu Nov 16 21:34:10 2017
@@ -133,7 +133,7 @@
     <release>
       <Version>
         <name>Apache SIS 0.8 — migration to JSR-363</name>
-        <created>2017-11-15</created>
+        <created>2017-11-24</created>
         <revision>0.8</revision>
       </Version>
     </release>

Modified: sis/site/trunk/content/epsg.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/epsg.mdtext?rev=1815514&r1=1815513&r2=1815514&view=diff
==============================================================================
--- sis/site/trunk/content/epsg.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/epsg.mdtext [UTF-8] Thu Nov 16 21:34:10 2017
@@ -141,7 +141,8 @@ With `sis-embedded-data` artifact on the
 However this simplicity come with the following inconvenient: a larger 
download, no option for choosing which data to use
 (and consequently which license to accept), no possibility to choose the 
database engine (i.e. the database software is
 fixed to Derby), and no possibility to add user data (i.e. the database is 
read-only).
-This dependency can be declared as below (note that `sis-epsg` should *not* be 
specified in the same project than `sis-embedded-data`):
+This dependency can be declared as below
+(note that `sis-epsg` and `sis-embedded-data` should not be specified in the 
same project; only one is needed):
 
     :::xml
     <dependencies>

Modified: sis/site/trunk/content/index.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/index.mdtext?rev=1815514&r1=1815513&r2=1815514&view=diff
==============================================================================
--- sis/site/trunk/content/index.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/index.mdtext [UTF-8] Thu Nov 16 21:34:10 2017
@@ -18,14 +18,13 @@ Notice: Licensed to the Apache Software
 
 
 Apache Spatial Information System (SIS) is a free software, Java language 
library for developing geospatial applications.
-SIS enables better representation of coordinates for searching, data 
clustering, archiving, or other relevant spatial needs.
+SIS provides data structures for geographic data and associated metadata along 
with methods to manipulate those data structures.
 The library is an implementation of [GeoAPI 3.0][geoapi] interfaces and can be 
used for desktop or server applications.
 
-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 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,
-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.
+along with the associated operations which enable the conversion or 
transformation of coordinates between different systems of reference.
+The SIS storage modules will provide a common approach to the reading and 
writing of metadata, features and coverages.
 
 Some Apache SIS features are:
 
@@ -37,8 +36,15 @@ Some Apache SIS features are:
     * Geographic Markup Language (GML) version 3.2 (ISO 19136:2007).
     * [EPSG geodetic dataset][EPSG] for geodetic definitions and for 
coordinate operations.
       See the list of [supported coordinate reference 
systems](tables/CoordinateReferenceSystems.html).
-    * Mercator, Transverse Mercator, Lambert Conic Conformal and stereographic 
map projections.
+    * Mercator, Transverse Mercator, Lambert Conic Conformal, stereographic 
and more map projections.
       See the list of [supported operation 
methods](tables/CoordinateOperationMethods.html).
+  * Referencing by identifiers (ISO 19112:2003)
+    * Military Grid Reference System (MGRS), also used for some civilian uses.
+  * Data formats
+    * Read metadata from netCDF, GeoTIFF, Landsat, GPX and Moving Feature CSV 
encoding.
+  * Units of measurement
+    * Implementation of 
[JSR-363](https://www.jcp.org/aboutJava/communityprocess/final/jsr363/index.html)
+      with parsing, formating and unit conversion capabilities.
 
 
 Using Apache SIS    {#user}


Reply via email to