Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 14, 2023
1 parent 1d7e83a commit ebc7fee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/user/data-ingest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Select 'browse' on the ``wis2box-incoming`` bucket and select 'Choose or create

For example:

* data to be published on: ``origin/a/wis2/cog/brazza_met_centre/data/core/weather/surface-based-observations/synop``
* upload data in the path: ``cog/brazza_met_centre/data/core/weather/surface-based-observations/synop``.
* data to be published on: ``origin/a/wis2/cd-brazza_met_centre/data/core/weather/surface-based-observations/synop``
* upload data in the path: ``cd-brazza_met_centre/data/core/weather/surface-based-observations/synop``

The error message ``Topic Hierarchy validation error: No plugins for minio:9000/wis2box-incoming/... in data mappings`` indicates you stored a file in a folder for which no matching dataset was defined in ``data-mappings.yml``.

Expand Down Expand Up @@ -160,7 +160,7 @@ Then start the ``wis2box-ftp`` service with the following command:
When using the wis2box-ftp service to ingest data, please note that the topic is determined by the directory structure in which the data arrives.

For example to correctly ingest data on the topic ``ita.roma_met_centre.data.core.weather.surface-based-observations.synop`` you need to copy the data into the directory ``/ita/roma_met_centre/data/core/weather/surface-based-observations/synop`` on the FTP server:
For example, to correctly ingest data on the topic ``it-roma_met_centre.data.core.weather.surface-based-observations.synop`` you need to copy the data into the directory ``/ita/roma_met_centre/data/core/weather/surface-based-observations/synop`` on the FTP server:

.. image:: ../_static/winscp_wis2box-ftp_example.png
:width: 600
Expand Down Expand Up @@ -188,7 +188,7 @@ To start the ``wis2box-data-subscriber``, add the following additional variables
These variables determine the destination path in the ``wis2box-incoming`` bucket:

``{COUNTRY_ID}/{CENTRE_ID}/data/core/weather/surface-based-observations/synop/``
``{CENTRE_ID}/data/core/weather/surface-based-observations/synop/``

You then you can activate the optional 'wis2box-data-subscriber' service as follows:

Expand Down

0 comments on commit ebc7fee

Please sign in to comment.