This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new bb4d725e Regenerate the "supported formats" page. bb4d725e is described below commit bb4d725e86c82c3475b965e00ada1092857f392b Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed Oct 25 18:37:08 2023 +0200 Regenerate the "supported formats" page. --- formats.html | 14 ++++++++++++++ index.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/formats.html b/formats.html index 3a555d25..914ed02b 100644 --- a/formats.html +++ b/formats.html @@ -115,58 +115,72 @@ in which case the root resource will be <code>Aggregate</code>.</p> <tr> <th>Format</th> <th>Capability</th> + <th>Module</th> <th>Type of resource</th> </tr><tr> <td><abbr title="Comma Separated Values">CSV</abbr></td> <td>Read</td> + <td><code>org.apache.sis.storage</code></td> <td><code>FeatureSet</code></td> </tr><tr> <td>ESRI ASCII Grid</td> <td>Read/write</td> + <td><code>org.apache.sis.storage</code></td> <td><code>GridCoverageResource</code></td> </tr><tr> <td>ESRI BIL/BIQ/BSQ</td> <td>Read</td> + <td><code>org.apache.sis.storage</code></td> <td><code>GridCoverageResource</code></td> </tr><tr> <td>Folder</td> <td>Read/write</td> + <td><code>org.apache.sis.storage</code></td> <td><code>Aggregate</code>, <code>FeatureSet</code>, <code>GridCoverageResource</code></td> </tr><tr> <td>(Big) GeoTIFF</td> <td>Read</td> + <td><code>org.apache.sis.storage.geotiff</code></td> <td><code>Aggregate</code>, <code>GridCoverageResource</code></td> </tr><tr> <td><abbr title="Geographic Markup Language">GML</abbr> (<abbr title="Coordinate Reference System">CRS</abbr> only)</td> <td>Read/write⁽¹⁾</td> + <td><code>org.apache.sis.referencing</code></td> <td><code>Resource</code></td> </tr><tr> <td><abbr title="GPS Exchange Format">GPX</abbr></td> <td>Read/write</td> + <td><code>org.apache.sis.storage.xml</code></td> <td><code>FeatureSet</code></td> </tr><tr> <td><abbr title="International Organization for Standardization">ISO</abbr> 19115 <abbr title="Extensible Markup Language">XML</abbr></td> <td>Read/write⁽¹⁾</td> + <td><code>org.apache.sis.metadata</code></td> <td><code>Resource</code></td> </tr><tr> <td>Landsat</td> <td>Read</td> + <td><code>org.apache.sis.storage.earthobservation</code></td> <td><code>Aggregate</code>, <code>GridCoverageResource</code></td> </tr><tr> <td>NetCDF</td> <td>Read</td> + <td><code>org.apache.sis.storage.netcdf</code></td> <td><code>Aggregate</code>, <code>FeatureSet</code>, <code>GridCoverageResource</code></td> </tr><tr> <td><abbr title="Structured Query Language">SQL</abbr>⁽²⁾</td> <td>Read</td> + <td><code>org.apache.sis.storage.sql</code></td> <td><code>Aggregate</code>, <code>FeatureSet</code></td> </tr><tr> <td><abbr title="Well Known Text">WKT</abbr> (<abbr title="Coordinate Reference System">CRS</abbr> only)</td> <td>Read/write⁽¹⁾</td> + <td><code>org.apache.sis.referencing</code></td> <td><code>Resource</code></td> </tr><tr> <td>World File</td> <td>Read/write</td> + <td><code>org.apache.sis.storage</code></td> <td><code>GridCoverageResource</code>, sometimes <code>Aggregate<code></td> </tr> </table> diff --git a/index.xml b/index.xml index cbd3790f..57cb05fd 100644 --- a/index.xml +++ b/index.xml @@ -75,7 +75,7 @@ import java.awt.Shape; import org.apache.sis.referencing.CommonCRS; import org.< <guid>https://sis.apache.org/formats.html</guid> <description>Apache SIS can read data from the formats listed below. Some formats are supported in read-only mode, others in read/write modes. Data may be structured as vectors or rasters, which in Apache SIS are mapped to the FeatureSet and GridCoverageResource interfaces respectively. Some formats can contain an arbitrary number of feature types or rasters, in which case the root resource will be Aggregate. -Format Capability Type of resource CSV Read FeatureSet ESRI ASCII Grid Read/write GridCoverageResource ESRI BIL/BIQ/BSQ Read GridCoverageResource Folder Read/write Aggregate, FeatureSet, GridCoverageResource (Big) GeoTIFF Read Aggregate, GridCoverageResource GML (CRS only) Read/write⁽¹⁾ Resource GPX Read/write FeatureSet ISO 19115 XML Read/write⁽¹⁾ Resource Landsat Read Aggregate, GridCoverageResource NetCDF Read Aggregate, FeatureSet, GridCoverageResource SQL⁽²⁾ Read Aggregate, FeatureS [...] +Format Capability Module Type of resource CSV Read org.</description> </item> <item>