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
## Crop watershed-delineated DEMs from these retiles, using features labelled by the `index` attribute in a separate vector image
mkdir HUCs.d
NUMBER_OF_HUCS=739
forhucin$(seq 0 $((${NUMBER_OF_HUCS}-1)));do gdalwarp -multi -cutline HUCs.shp -cl HUCs -cwhere "index=${huc}" -crop_to_cutline albers-warped.d.vrt HUCs.d/HUC${huc}.tif ;done
The text was updated successfully, but these errors were encountered:
Consider re-including in the
README.md
The text was updated successfully, but these errors were encountered: