Skip to content

Commit

Permalink
Modified documentation to show the new command line option '-e <file>…
Browse files Browse the repository at this point in the history
…' for the script build_ndbc_stations_from_web.py
  • Loading branch information
davidalbo committed Jul 10, 2023
1 parent 801f0a0 commit 96ec8f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ To run this utility:

.. code-block:: none
build_ndbc_stations_from_web.py <-d> <-p> <-o OUTPUT_FILE>
build_ndbc_stations_from_web.py <-d> <-p> <-o OUTPUT_FILE> <-e EXISTING_FILE>
Usage: build_ndbc_stations_from_web.py [options]
Options:
Expand All @@ -296,6 +296,8 @@ To run this utility:
-p, --prune Prune files that are no longer online (optional, default: False)
-o OUT_FILE, --out=OUT_FILE
Save the text into the named file (optional, default: merged.txt)
-e EXISTING_FILE, --existing=EXISTING_FILE
Save the text into the named file (optional, default: ../../../data/table_files/ndbc_stations.xml)
NOTE: The downloaded files are written to a subdirectory ndbc_temp_data which
can be deleted once the final output file is created.
Expand Down

0 comments on commit 96ec8f8

Please sign in to comment.