Author: buildbot
Date: Thu Nov 16 21:34:20 2017
New Revision: 1020967

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/DOAP.rdf
    websites/staging/sis/trunk/content/epsg.html
    websites/staging/sis/trunk/content/index.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 16 21:34:20 2017
@@ -1 +1 @@
-1815397
+1815514

Modified: websites/staging/sis/trunk/content/DOAP.rdf
==============================================================================
Binary files - no diff available.

Modified: websites/staging/sis/trunk/content/epsg.html
==============================================================================
--- websites/staging/sis/trunk/content/epsg.html (original)
+++ websites/staging/sis/trunk/content/epsg.html Thu Nov 16 21:34:20 2017
@@ -208,7 +208,8 @@ if that database is specified by JNDI):<
 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 <code>sis-epsg</code> 
should <em>not</em> be specified in the same project than 
<code>sis-embedded-data</code>):</p>
+This dependency can be declared as below
+(note that <code>sis-epsg</code> and <code>sis-embedded-data</code> should not 
be specified in the same project; only one is needed):</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependencies&gt;</span>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.sis.non-free<span 
class="nt">&lt;/groupId&gt;</span>

Modified: websites/staging/sis/trunk/content/index.html
==============================================================================
--- websites/staging/sis/trunk/content/index.html (original)
+++ websites/staging/sis/trunk/content/index.html Thu Nov 16 21:34:20 2017
@@ -94,13 +94,12 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>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 <a href="http://www.geoapi.org/";>GeoAPI 
3.0</a> interfaces and can be used for desktop or server applications.</p>
-<p>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.
+<p>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.</p>
+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.</p>
 <p>Some Apache SIS features are:</p>
 <ul>
 <li>Geographic metadata (ISO 19115-1:2014)<ul>
@@ -113,10 +112,23 @@ The SIS storage modules will provide a c
 <li>Geographic Markup Language (GML) version 3.2 (ISO 19136:2007).</li>
 <li><a href="http://www.epsg.org/";>EPSG geodetic dataset</a> for geodetic 
definitions and for coordinate operations.
   See the list of <a href="tables/CoordinateReferenceSystems.html">supported 
coordinate reference systems</a>.</li>
-<li>Mercator, Transverse Mercator, Lambert Conic Conformal and stereographic 
map projections.
+<li>Mercator, Transverse Mercator, Lambert Conic Conformal, stereographic and 
more map projections.
   See the list of <a href="tables/CoordinateOperationMethods.html">supported 
operation methods</a>.</li>
 </ul>
 </li>
+<li>Referencing by identifiers (ISO 19112:2003)<ul>
+<li>Military Grid Reference System (MGRS), also used for some civilian 
uses.</li>
+</ul>
+</li>
+<li>Data formats<ul>
+<li>Read metadata from netCDF, GeoTIFF, Landsat, GPX and Moving Feature CSV 
encoding.</li>
+</ul>
+</li>
+<li>Units of measurement<ul>
+<li>Implementation of <a 
href="https://www.jcp.org/aboutJava/communityprocess/final/jsr363/index.html";>JSR-363</a>
+  with parsing, formating and unit conversion capabilities.</li>
+</ul>
+</li>
 </ul>
 <h2 id="user">Using Apache SIS<a class="headerlink" href="#user" 
title="Permanent link">&para;</a></h2>
 <p>The latest SIS release is 0.8, released November 2017.


Reply via email to