python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Fastest way to slice and download hundreds of NetCDF files from THREDDS/OPeNDap server
I am working with NASA-NEX-GDDP CMIP6 data. I currently have working code that individually opens and slices each file, however it takes days to download one variable for all model outputs and scenari...
Clim Sci
Votes: 0
Answers: 1
Retrieving the path of a file opened to construct an xarray Dataset
If I open a dataset in xarray via
import xarray as xr
f = '/path/to/file.nc'
dset = xr.open_dataset(f)
Is there any way to later retrieve the source file location /path/to/file.nc from the object ds...
pretzlstyle
Votes: 0
Answers: 1
Converting Sentinel 3 LST image with netcdf format to tiff with proper coordinates python
I have a Sentinel 3 image which is stored in a number of netcdf files. The variable is stored in the file "LST_in.nc" with dimensions = rows and columns of the image. The lat and long are in...

Mostafa Gomaa
Votes: 0
Answers: 1
How to find average value for netCDF over entire time period recorded in dataset (Python)?
I have downloaded a published netCDF file that contains various climate data globally for 120,000 years into the past. (See public .nc file contained here: https://figshare.com/articles/dataset/LateQu...

g.is.stuck
Votes: 0
Answers: 1