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
##Script for clipping GLDAS evapotranspiration .tif files from Giovanni (originally for the entire LRB) to the portion of basin delineated from Chokwe to Beitbridge and Kruger
import os
import glob
from osgeo import gdal
import numpy as np
ls = (glob.glob("/Volumes/hydro3-raid/Evapotranspiration/GLDAS_ET/*.tif"))