df -h // check directory space
rsync -av @cluser@:@folder_to_copy@ @dir_where_to_copy@ ; date //rsync usage
to generate keys: ssh-keygen
Compressing:
tar -czvf archive_name.tar.gz /path/to/directory
#!/bin/bash //to start any script
years=$(seq 1850 2500) // example of in array
sellonlatbox,lon1,lon2,lat1,lat2 ifile ofile
e.g.,
Amazon: -sellonlatbox,-83,-34,-20,14
tropical Asia: -sellonlatbox,85,150,-20,14
tropical Africa -sellonlatbox,5,34,-20,14
gdalwarp -t_srs "EPSG:4326" xxx.tif xxx.nc
Code
du -ah --threshold=1G *