python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
edit an existing NetCDF / write a netcdf to the same name
I am trying to edit netcdf datasets and save them back to the same filename (e.g. to change the attributes or change variable names in a dataset). e.g.:
import xarray as xr
import numpy as np
data = ...
user12938030
Votes: 0
Answers: 1
Counting occurences of each value with Xarray
I'm new to Xarray and trying to use it to perform analysis on heavy tif files (do not fit in memory, had to chunk them).
I want to get the number of pixels of each category in my dataset (single-band ...
peppie
Votes: 0
Answers: 1
Which method to use to create 1 xarray object from two others
I have downloaded 2 different netcdf4 files. Both of them are about the same area(domain) and have the same variables (temperature). What is different is the years that the data is gathered. For examp...
Alex
Votes: 0
Answers: 1
xarray.Dataset assignement using .loc fails for DataArray containing non-standard calendar cftime data
I am working with several models from CMIP6 (data available here: https://esgf-node.llnl.gov/projects/cmip6/ ) which are stored under netcdf files on an archive and am manipulating them using xarray. ...
lusev
Votes: 0
Answers: 0