Skip to content Skip to sidebar Skip to footer
Showing posts with the label Netcdf

Drop Duplicate Times In Xarray

I'm reading NetCDF files with open_mfdataset, which contain duplicate times. For each duplicate… Read more Drop Duplicate Times In Xarray

How To Apply A Xarray U_function Over Netcdf And Return A 2d-array (multiple New Variables) To The Dataset

I am trying to use the xarray apply_ufunc to apply a given function f over all pairs of coordinates… Read more How To Apply A Xarray U_function Over Netcdf And Return A 2d-array (multiple New Variables) To The Dataset

Python Extract Multiple Lat/long From Netcdf Files Using Xarray

I have a NC file (time, lat, long) Download from here and I am trying to extracting time series of … Read more Python Extract Multiple Lat/long From Netcdf Files Using Xarray

Regrid Netcdf Data To Finer Resolution In Python

I would like to downscale netcdf data from 0.5 degree to 0.25 (or lower) resolution by simply creat… Read more Regrid Netcdf Data To Finer Resolution In Python