Revision 0fe2dd49
Added by Jim Regetz over 12 years ago
- ID 0fe2dd494c57581c3b49376df2d73b470cc9b490
shared/extra/organisms-content-migration.sh | ||
---|---|---|
730 | 730 |
# for now, just move the whole thing as-is |
731 | 731 |
mv $ORGANISMS/GLCNMO $LAYERS/commons/land-cover/ |
732 | 732 |
|
733 |
# now remove some cruft |
|
734 |
rm $LAYERS/commons/land-cover/GLCNMO/lc11/lc11/Thumbs.db |
|
735 |
# migrate AML scripts into repository |
|
736 |
mkdir $REPO/land-cover/research/GLCNMO |
|
737 |
mv -i $LAYERS/commons/land-cover/GLCNMO/merge_lc1.aml \ |
|
738 |
$REPO/land-cover/research/GLCNMO/ |
|
739 |
mv -i $LAYERS/commons/land-cover/GLCNMO/merge_lc.aml \ |
|
740 |
$REPO/land-cover/research/GLCNMO/ |
|
741 |
mv -i $LAYERS/commons/land-cover/GLCNMO/tiffgrid.aml \ |
|
742 |
$REPO/land-cover/research/GLCNMO/ |
|
743 |
|
|
733 | 744 |
# |
734 | 745 |
# GlobCover |
735 | 746 |
# |
Also available in: Unified diff
added old GLCNMO land-cover AML scripts (Tien Ming Lee)