mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-10 09:51:49 +02:00
Update campaignDescriptor.yaml with new instructions
This commit is contained in:
@ -1,13 +1,19 @@
|
|||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Configuration for FAIR Data Integration Pipeline
|
# Configuration for ACSM Data Integration Pipeline
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
# INPUT DATA DIRECTORY
|
# INPUT DATA DIRECTORY
|
||||||
# Can be a local or network path. Examples:
|
# Defines the location of input data files for the pipeline.
|
||||||
# - Local: '../data/data_folder/' on Docker # All paths must be relative to folder ../data/
|
# The example below uses a network-mounted path for the JFJ station.
|
||||||
# - Network: /mnt/network_mount/data_folder (on Docker) or equivalently ${NETWORK_MOUNT}/data_folder on Local PC
|
# Path format depends on your environment:
|
||||||
input_file_directory: '/mnt/network_mount/Data/JFJ/'
|
# - In Docker: use a network path (e.g. '/mnt/network_mount/Data/<station>/')
|
||||||
|
# or a relative path with respect to the pipeline's working directory
|
||||||
|
# (e.g. '../data/<your_folder>/').
|
||||||
|
# - On a local PC: use '${NETWORK_MOUNT}/Data/<station>/' for network paths,
|
||||||
|
# or a relative path as above.
|
||||||
|
input_file_directory: '/mnt/network_mount/Data/JFJ/' # In Docker
|
||||||
|
#input_file_directory: '${NETWORK_MOUNT}/Data/JFJ' # Local PC
|
||||||
|
|
||||||
# OUTPUT DATA DIRECTORY
|
# OUTPUT DATA DIRECTORY
|
||||||
# Always relative to notebook location. If run from `notebooks/`,
|
# Always relative to notebook location. If run from `notebooks/`,
|
||||||
|
Reference in New Issue
Block a user