Netcdf clip using lat and longitude


import xarray as xr
ds =xr.open_dataset("")
lat_bnds,lon_bnds  = [20.2,25.2] , [81.2,85.5]
ds1=ds.sel()

Comments

Popular posts from this blog