You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in `gsutil ls gs://earth-engine-staging/201*.tif`; do
d=`basename $i .tif | cut -d'/' -f 4`;
earthengine upload image --asset_id=users/ucd-cws-ee-data/ssj-delta-cu/ssj-weather/cimis/$d \
--time_start="$d" --pyramiding_policy=mean $i;
done
The text was updated successfully, but these errors were encountered:
Daily cimis rasters are upload to EarthEngine as a 8 band raster [ETo Tn Tx Tdew Rs Rso U2 Rnl]
The text was updated successfully, but these errors were encountered: