forked from woudc/woudc-data-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-registry-ingest.sh
54 lines (41 loc) · 3.72 KB
/
data-registry-ingest.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# The purpose of this script is to ingest all of the operational WOUDC Archive datasets and rename the generated ingest reports to avoid overwriting
# Inital setup and table initialization of WOUDC Data Registry is required to run this script
woudc-data-registry data ingest /path/to/TotalOzone_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/TotalOzone_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/TotalOzone_1.0_1_run_report
woudc-data-registry data ingest /path/to/TotalOzone_2.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/TotalOzone_2.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/TotalOzone_2.0_1_run_report
woudc-data-registry data ingest /path/to/Broad-band_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/Broad-band_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/Broad-band_1.0_1_run_report
woudc-data-registry data ingest /path/to/Broad-band_2.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/Broad-band_2.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/Broad-band_2.0_1_run_report
woudc-data-registry data ingest /path/to/Lidar_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/Lidar_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/Lidar_1.0_1_run_report
woudc-data-registry data ingest /path/to/Multi-band_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/Multi-band_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/Multi-band_1.0_1_run_report
woudc-data-registry data ingest /path/to/RocketSonde_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/RocketSonde_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/RocketSonde_1.0_1_run_report
woudc-data-registry data ingest /path/to/OzoneSonde_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/OzoneSonde_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/OzoneSonde_1.0_1_run_report
woudc-data-registry data ingest /path/to/TotalOzoneObs_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/TotalOzoneObs_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/TotalOzoneObs_1.0_1_run_report
woudc-data-registry data ingest /path/to/Spectral_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/Spectral_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/Spectral_1.0_1_run_report
woudc-data-registry data ingest /path/to/Spectral_2.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/Spectral_2.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/Spectral_2.0_1_run_report
woudc-data-registry data ingest /path/to/UmkehrN14_1.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/UmkehrN14_1.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/UmkehrN14_1.0_1_run_report
woudc-data-registry data ingest /path/to/UmkehrN14_2.0_1 -y -r /path/to/operator/report
mv /path/to/operator/report/operator-report.csv /path/to/operator/report/UmkehrN14_2.0_1.csv
mv /path/to/operator/report/run_report /path/to/operator/report/UmkehrN14_2.0_1_run_report