Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 13, 2024
1 parent 5a3ee6c commit d8bc36f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/community/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To add missing stations, use the station-editor in wis2box-webapp (from wis2box-
.. code-block:: bash
python3 wis2box-ctl.py login
wis2box metadata station publish-collection
wis2box metadata station publish-collection /data/wis2box/metadata/station/station_list.csv
Error: no such container: wis2box-management
Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Load initial stations:

.. code-block:: bash
wis2box metadata station publish-collection
wis2box metadata station publish-collection /data/wis2box/metadata/station/station_list.csv
Ingest data using the data ingest command to push data to the ``wis2box-incoming`` bucket:

Expand All @@ -81,7 +81,7 @@ Publish stations:

.. code-block:: bash
wis2box metadata station publish-collection
wis2box metadata station publish-collection /data/wis2box/metadata/station/station_list.csv
Logout of wis2box-management container:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/running/api-publishing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ will generate local station collection GeoJSON for API publication.

.. code-block:: bash
wis2box metadata station publish-collection
wis2box metadata station publish-collection /data/wis2box/metadata/station/station_list.csv
.. note:: This command also runs automatically at startup and thereafter every 10 minutes
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/running/station-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ specifying one line per station as follows:

.. literalinclude:: ../../../../examples/config/station_list.csv

Then login in to the wis2box-container and run the command ``wis2box metadata station publish-collection``
Then login in to the wis2box-container and run the command ``wis2box metadata station publish-collection /data/wis2box/metadata/station/station_list.csv``
to insert all stations in the station list into the backend.

Within the wis2box-container you can fetch the required station metadata from OSCAR/Surface using the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ You can also bulk insert a set of stations from a CSV file, by defining the stat
.. code-block:: bash
python3 wis2box-ctl.py login
wis2box metadata station publish-collection
wis2box metadata station publish-collection /data/wis2box/metadata/stations/station_list.csv
After doing a bulk insert please review the stations in wis2box-webapp and associate each station to the correct topics.

Expand Down

0 comments on commit d8bc36f

Please sign in to comment.