Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

production release (VirES v3.6.0) #84

Merged
merged 14 commits into from
Aug 23, 2021
Merged
Prev Previous commit
Vagrant: PRISM products registration
pacesm committed Aug 20, 2021
commit 4da95eb62c94aab176cb6bb940d972a2489a4624
21 changes: 21 additions & 0 deletions registration/register_data.sh
Original file line number Diff line number Diff line change
@@ -203,6 +203,27 @@ do
| $MNG product register -c "$COLLECTION" -f - --update
done

for SAT in A B C
do
COLLECTION="SW_OPER_MIT${SAT}_LP_2F"
find "$DATA_DIR" -type f -name "${COLLECTION}_*\.cdf" | sort \
| $MNG product register -c "$COLLECTION" -f - --update
done

for SAT in A B C
do
COLLECTION="SW_OPER_MIT${SAT}TEC_2F"
find "$DATA_DIR" -type f -name "${COLLECTION}_*\.cdf" | sort \
| $MNG product register -c "$COLLECTION" -f - --update
done

for SAT in A B C
do
COLLECTION="SW_OPER_PPI${SAT}FAC_2F"
find "$DATA_DIR" -type f -name "${COLLECTION}_*\.cdf" | sort \
| $MNG product register -c "$COLLECTION" -f - --update
done

# VOBS Swarm
for TYPE in 1M 4M
do