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

Change Time Axis Units From "years Since" To "days Since" In Netcdf File

I have a netcdf file that someone passed me that uses 'years since DATE' as the time units:… Read more Change Time Axis Units From "years Since" To "days Since" In Netcdf File

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

Working With Python, Files

I have some data files which I need to read. I know I should use Dataset, but is there a way how to… Read more Working With Python, Files

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