Revision 7526fb1c
Added by Jim Regetz over 12 years ago
- ID 7526fb1cb18019e825df2c99a3ecd5c5b0473ea7
shared/extra/organisms-content-migration.sh | ||
---|---|---|
875 | 875 |
find $LAYERS/data -type f -exec chmod 640 {} \; |
876 | 876 |
find $LAYERS/data -type d -exec chmod g-s {} \; |
877 | 877 |
find $LAYERS/data -type d -exec chmod 750 {} \; |
878 |
|
|
879 |
|
|
880 |
#======================================================================= |
|
881 |
# now migrate code into git repository clone |
|
882 |
#======================================================================= |
|
883 |
|
|
884 |
# nunokawa terrain scripts |
|
885 |
mkdir terrain/research/gtopo30 |
|
886 |
mv -i code/terrain/nunokawa-scripts/toProduceData/clipUSGS.r terrain/research/gtopo30/ |
|
887 |
mv -i code/terrain/nunokawa-scripts/toAnalyzeData/check.r terrain/tests/ |
|
888 |
mv -i code/terrain/nunokawa-scripts/toAnalyzeData/meanElv_OnlyN59.r terrain/research/north-60/ |
|
889 |
rm code/terrain/nunokawa-scripts/toAnalyzeData/meanElv.r |
|
890 |
rm code/terrain/nunokawa-scripts/toAnalyzeData/Deltas.r~ |
|
891 |
mv -i code/terrain/nunokawa-scripts/toAnalyzeData/Deltas.r terrain/research/north-60/ |
|
892 |
rm code/terrain/nunokawa-scripts/toAnalyzeData/rmse_cor.r~ |
|
893 |
mv -i code/terrain/nunokawa-scripts/toAnalyzeData/rmse_cor.r terrain/research/north-60/ |
|
894 |
rm code/terrain/nunokawa-scripts/toAnalyzeData/slope.r~ |
|
895 |
mv -i code/terrain/nunokawa-scripts/toAnalyzeData/{aspect,slope}.r terrain/research/north-60/ |
|
896 |
mv -i code/terrain/nunokawa-scripts/toAnalyzeData/negativeTable.r terrain/research/north-60/ |
|
897 |
mv -i code/terrain/nunokawa-scripts/toProduceData/*.{r,r~} terrain/research/north-60/ |
|
898 |
|
|
899 |
# robinson terrain scripts |
|
900 |
mv -i code/terrain/DEM_ProcessingScripts/Aster_CheckMosaicedTilesExtents.py terrain/tests/ |
|
901 |
mv -i code/terrain/DEM_ProcessingScripts/CheckPixelValuesAtOverlapZones.txt terrain/tests/ |
|
902 |
mv -i code/terrain/DEM_ProcessingScripts/Aster\&SRTM_* terrain/tests/ |
|
903 |
mv -i code/terrain/DEM_ProcessingScripts/Gaussian_Blend.r terrain/procedures/ |
|
904 |
mv -i terrain/tests/Aster\&SRTM_* terrain/procedures/ |
|
905 |
mv -i code/terrain/DEM_ProcessingScripts/SRTM_ClipToN59to60.txt terrain/procedures/ |
|
906 |
mv -i code/terrain/DEM_ProcessingScripts/Mosaicing_AllTiles_East\&WestHemispheres.txt terrain/procedures/ |
|
907 |
mv -i code/terrain/DEM_ProcessingScripts/AsterMosaicingScripts terrain/procedures/ |
|
908 |
|
|
909 |
# robinson land-cover check |
|
910 |
mv -i code/land-cover/CheckForNoDataValues_LandCoverFiles.txt land-cover/tests/ |
|
911 |
|
|
912 |
# robinson/donoghue Oregon MODIS LST processing code |
|
913 |
mkdir climate/research/oregon |
|
914 |
mkdir climate/research/oregon/modis-lst |
|
915 |
mv -i code/climate/modis-lst-oregon/*.{r,R,py} climate/research/oregon/modis-lst/ |
|
916 |
|
|
917 |
# misc old (authorless) climate code |
|
918 |
mv -i code/climate/cru_3.0_data_extract.r climate/procedures/ |
|
919 |
mv -i code/climate/gdd-worldclim-tmean-map-algebra.txt climate/extra/ |
|
920 |
|
|
921 |
# TODO: set all file permissions to 644 before committing |
Also available in: Unified diff
added in various previously uncommitted scripts