Skip to content

Commit

Permalink
cp config-examples form examples-config (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jun 20, 2023
1 parent 8fff48a commit 1a08dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ For example, if your incoming data contains ``.bufr4`` files containing synoptic

.. code-block:: bash
cp synop-bufr-mappings.yml ~/wis2box-data/data-mappings.yml
cp examples/config/synop-bufr-mappings.yml ~/wis2box-data/data-mappings.yml
.. note::

Expand Down Expand Up @@ -167,7 +167,7 @@ You can copy this file to ``metadata/station/station_list.csv`` in your $WIS2BOX
.. code-block:: bash
mkdir -p ~/wis2box-data/metadata/station
cp station_list.csv ~/wis2box-data/metadata/station
cp examples/config/station_list.csv ~/wis2box-data/metadata/station
And edit ``~/wis2box-data/metadata/station/station_list.csv`` to include the data for your stations.

Expand Down

0 comments on commit 1a08dc6

Please sign in to comment.