From ace7c2f4a964c9c2221ba81493f95138cb499a9d Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Fri, 27 Sep 2024 11:18:51 -0400 Subject: [PATCH] version to 2.2.0, regen docs --- VERSION | 2 +- build.gradle.kts | 2 +- docs/datalinkclient.html | 2 +- docs/earthwormExportServer.html | 2 +- docs/earthwormImportClient.html | 2 +- docs/fdsndataselect.html | 2 +- docs/fdsnevent.html | 2 +- docs/fdsnstation.html | 2 +- docs/index.md | 2 +- docs/irisvirtnet.html | 2 +- docs/mseed3.html | 12 ++++++++---- docs/mseedlh.html | 2 +- docs/saclh.html | 2 +- docs/seedlinkclient.html | 2 +- docs/seisFileIndex.html | 6 +++--- docs/seisfile-datalinkclient.html | 2 +- docs/seisfile-earthwormExportServer.html | 2 +- docs/seisfile-earthwormImportClient.html | 2 +- docs/seisfile-fdsndataselect.html | 2 +- docs/seisfile-fdsnevent.html | 2 +- docs/seisfile-fdsnstation.html | 2 +- docs/seisfile-irisvirtnet.html | 2 +- docs/seisfile-mseed3.html | 12 ++++++++---- docs/seisfile-mseedlh.html | 2 +- docs/seisfile-saclh.html | 2 +- docs/seisfile-seedlinkclient.html | 2 +- docs/seisfile.html | 10 +++++++++- 27 files changed, 51 insertions(+), 35 deletions(-) diff --git a/VERSION b/VERSION index c93ab31b..e3a4f193 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0-SNAPSHOT \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c058882d..64c94f10 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } group = "edu.sc.seis" -version = "2.2.0-SNAPSHOT" +version = "2.2.0" java { sourceCompatibility = JavaVersion.VERSION_11 diff --git a/docs/datalinkclient.html b/docs/datalinkclient.html index eda37768..88eaada8 100644 --- a/docs/datalinkclient.html +++ b/docs/datalinkclient.html @@ -585,7 +585,7 @@

Examples

diff --git a/docs/earthwormExportServer.html b/docs/earthwormExportServer.html index fe62bfc8..23f76d69 100644 --- a/docs/earthwormExportServer.html +++ b/docs/earthwormExportServer.html @@ -510,7 +510,7 @@

Options

diff --git a/docs/earthwormImportClient.html b/docs/earthwormImportClient.html index e2c3b557..d63a5cbf 100644 --- a/docs/earthwormImportClient.html +++ b/docs/earthwormImportClient.html @@ -496,7 +496,7 @@

Options

diff --git a/docs/fdsndataselect.html b/docs/fdsndataselect.html index eae0e5da..d1b3440d 100644 --- a/docs/fdsndataselect.html +++ b/docs/fdsndataselect.html @@ -619,7 +619,7 @@

Examples

diff --git a/docs/fdsnevent.html b/docs/fdsnevent.html index b9cebc28..5a3ffc02 100644 --- a/docs/fdsnevent.html +++ b/docs/fdsnevent.html @@ -689,7 +689,7 @@

Examples

diff --git a/docs/fdsnstation.html b/docs/fdsnstation.html index 5cca8a7d..9bf37713 100644 --- a/docs/fdsnstation.html +++ b/docs/fdsnstation.html @@ -672,7 +672,7 @@

Examples

diff --git a/docs/index.md b/docs/index.md index bc384e85..2d82cb36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ SeisFile is a library for reading and writing seismic file formats in java. See the [examples](https://crotwell.github.io/seisFile/seisFileIndex.html) for -example clients and more information. Copies of the relavent specifications, and +example clients and more information. Copies of the relevant specifications, and some previous versions are [archived here](https://crotwell.github.io/seisFile/specs) for easy reference. diff --git a/docs/irisvirtnet.html b/docs/irisvirtnet.html index 7e6ed005..2ef8a245 100644 --- a/docs/irisvirtnet.html +++ b/docs/irisvirtnet.html @@ -530,7 +530,7 @@

Options

diff --git a/docs/mseed3.html b/docs/mseed3.html index db528428..ec9454a9 100644 --- a/docs/mseed3.html +++ b/docs/mseed3.html @@ -449,9 +449,9 @@

Name

Synopsis

-

mseed3 [-vV] [--2to3] [--data] [--help] [--max=<maxRecords>] [-o=<outputFile>] - [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] [--staxml=<staxmlFile>] - [<inputFileList>…​]

+

mseed3 [-vV] [--2to3] [--data] [--help] [--sacto3] [--max=<maxRecords>] + [-o=<outputFile>] [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] + [--staxml=<staxmlFile>] [<inputFileList>…​]

@@ -502,6 +502,10 @@

Options

regular expression of sourceids to search

+
--sacto3
+
+

convert SAC to miniseed3

+
--staxml=<staxmlFile>

Set standard extra headers for station from stationxml file

@@ -638,7 +642,7 @@

Arguments

diff --git a/docs/mseedlh.html b/docs/mseedlh.html index f83fd6e4..fca4984d 100644 --- a/docs/mseedlh.html +++ b/docs/mseedlh.html @@ -587,7 +587,7 @@

Arguments

diff --git a/docs/saclh.html b/docs/saclh.html index 215e0ca1..b6b88793 100644 --- a/docs/saclh.html +++ b/docs/saclh.html @@ -565,7 +565,7 @@

Examples

diff --git a/docs/seedlinkclient.html b/docs/seedlinkclient.html index 8b308b61..224cfeab 100644 --- a/docs/seedlinkclient.html +++ b/docs/seedlinkclient.html @@ -586,7 +586,7 @@

Examples

diff --git a/docs/seisFileIndex.html b/docs/seisFileIndex.html index 073baf59..45d14ca8 100644 --- a/docs/seisFileIndex.html +++ b/docs/seisFileIndex.html @@ -440,7 +440,7 @@
@@ -494,8 +494,8 @@

Example Clients

diff --git a/docs/seisfile-datalinkclient.html b/docs/seisfile-datalinkclient.html index dc34df3f..8ebf20f6 100644 --- a/docs/seisfile-datalinkclient.html +++ b/docs/seisfile-datalinkclient.html @@ -585,7 +585,7 @@

Examples

diff --git a/docs/seisfile-earthwormExportServer.html b/docs/seisfile-earthwormExportServer.html index 91fd271c..a7033562 100644 --- a/docs/seisfile-earthwormExportServer.html +++ b/docs/seisfile-earthwormExportServer.html @@ -510,7 +510,7 @@

Options

diff --git a/docs/seisfile-earthwormImportClient.html b/docs/seisfile-earthwormImportClient.html index 859d573b..c2080877 100644 --- a/docs/seisfile-earthwormImportClient.html +++ b/docs/seisfile-earthwormImportClient.html @@ -496,7 +496,7 @@

Options

diff --git a/docs/seisfile-fdsndataselect.html b/docs/seisfile-fdsndataselect.html index 9fe789c0..31f8236a 100644 --- a/docs/seisfile-fdsndataselect.html +++ b/docs/seisfile-fdsndataselect.html @@ -619,7 +619,7 @@

Examples

diff --git a/docs/seisfile-fdsnevent.html b/docs/seisfile-fdsnevent.html index f059a1f4..ee5c1621 100644 --- a/docs/seisfile-fdsnevent.html +++ b/docs/seisfile-fdsnevent.html @@ -689,7 +689,7 @@

Examples

diff --git a/docs/seisfile-fdsnstation.html b/docs/seisfile-fdsnstation.html index 5c7798a0..e22ec964 100644 --- a/docs/seisfile-fdsnstation.html +++ b/docs/seisfile-fdsnstation.html @@ -672,7 +672,7 @@

Examples

diff --git a/docs/seisfile-irisvirtnet.html b/docs/seisfile-irisvirtnet.html index 207d3e2c..de292410 100644 --- a/docs/seisfile-irisvirtnet.html +++ b/docs/seisfile-irisvirtnet.html @@ -530,7 +530,7 @@

Options

diff --git a/docs/seisfile-mseed3.html b/docs/seisfile-mseed3.html index 257a6fba..645b39b1 100644 --- a/docs/seisfile-mseed3.html +++ b/docs/seisfile-mseed3.html @@ -449,9 +449,9 @@

Name

Synopsis

-

mseed3 [-vV] [--2to3] [--data] [--help] [--max=<maxRecords>] [-o=<outputFile>] - [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] [--staxml=<staxmlFile>] - [<inputFileList>…​]

+

mseed3 [-vV] [--2to3] [--data] [--help] [--sacto3] [--max=<maxRecords>] + [-o=<outputFile>] [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] + [--staxml=<staxmlFile>] [<inputFileList>…​]

@@ -502,6 +502,10 @@

Options

regular expression of sourceids to search

+
--sacto3
+
+

convert SAC to miniseed3

+
--staxml=<staxmlFile>

Set standard extra headers for station from stationxml file

@@ -638,7 +642,7 @@

Arguments

diff --git a/docs/seisfile-mseedlh.html b/docs/seisfile-mseedlh.html index f6672db7..30e3fcda 100644 --- a/docs/seisfile-mseedlh.html +++ b/docs/seisfile-mseedlh.html @@ -587,7 +587,7 @@

Arguments

diff --git a/docs/seisfile-saclh.html b/docs/seisfile-saclh.html index 94a00172..f9a774da 100644 --- a/docs/seisfile-saclh.html +++ b/docs/seisfile-saclh.html @@ -565,7 +565,7 @@

Examples

diff --git a/docs/seisfile-seedlinkclient.html b/docs/seisfile-seedlinkclient.html index 9ec877db..c8b2473c 100644 --- a/docs/seisfile-seedlinkclient.html +++ b/docs/seisfile-seedlinkclient.html @@ -586,7 +586,7 @@

Examples

diff --git a/docs/seisfile.html b/docs/seisfile.html index 7bb05fe9..56bdba1d 100644 --- a/docs/seisfile.html +++ b/docs/seisfile.html @@ -510,6 +510,14 @@

Commands

Example client to stream miniseed over seedlink.

+
generate-completion
+
+

Generate bash/zsh completion script for seisfile.

+
+
help
+
+

Display help information about the specified command.

+
@@ -517,7 +525,7 @@

Commands