edc-uploader
Upload of SLR data and SLR product to EDC (authorized users only!).
Usage:
edc-uploader [OPTIONS] FILES
Options:
Option |
Descriptions |
|---|---|
–api_key=APIKEY |
API key (optional if not in ~/.netrc) |
–log-level=LOG_LEVEL |
Set the logging level (Default: INFO, Allowed: DEBUG, INFO, WARNING, ERROR)’) |
Examples:
Upload a single file to EDC.
edc-uploader /path/to/8834_hy2b_crd_20251210_0704_00
Upload multiple files with the .np2 extension to EDC.
edc-uploader /path/to/*.np2
Upload multiple files with the .np2 extension to EDC and suppress DEBUG and INFO output.
edc-uploader --quiet /path/to/*.np2
Upload multiple files with the .np2 extension to EDC, providing the API key directly rather than using the one stored in ~/.netrc.
edc-uploader --api_key=4D404976502E119E3CA1875531E52F64F08E72A56183D3B0251E4D5DA26234AB /path/to/*.np2