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 154b1ec339f357de22371b2de9acb85fbb09bef2 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Nov 17 09:45:36 2023 +0100 Add a link to instruction for downloading optional dependencies. --- content/command-line.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/command-line.md b/content/command-line.md index 3480c800..e0ea7efb 100644 --- a/content/command-line.md +++ b/content/command-line.md @@ -42,11 +42,15 @@ Every JAR files present in the `lib` sub-directory will be included on the class By default, the `lib` directory contains the `sis-*.jar` files together with GeoAPI, JAXB and Apache Derby dependencies. However users can add other JAR files in that directory for the following optional dependencies: +* **JAXB implementation —** + reading and writing XML documents requires a JAXB implementation such as Glassfish. * **UCAR netCDF library —** by default, SIS uses its own embedded netCDF reader which supports only the classical netCDF format, as standardized by OGC. If there is a need to read files encoded in GRID or HDF formats, then copy the UCAR netCDF library in the `lib` sub-directory. If presents, the UCAR library should be detected and used automatically when SIS cannot read a netCDF file by itself. +See [issue SIS-545](https://issues.apache.org/jira/browse/SIS-545) for instructions on downloading optional dependencies. + # Usage {#usage} Invoking `sis` without argument shows a summary of available commands and all options.
