About 50 results
Open links in new tab
  1. Merge multiple NetCDF files with `cdo` or `nco` along a dimension …

    Apr 28, 2025 · The NetCDF files I'm working with have been modified using xarray—some variables were dropped and dimensions renamed. After that, the files were merged along the time dimension …

  2. Can't open in edit mode a netCDF file in Python - Stack Overflow

    Jul 3, 2023 · In my case I was using both xarray and netCDF, the issue was created by importing xarray before netCDF4. Swapping the order fixed the issue.

  3. Export to netcdf / .nc file from a pandas DataFrame

    Jan 30, 2025 · I want to multiple data extract from cmip6 model data and save as netcdf file by using the following scripts: import pandas as pd import xarray as xr from netCDF4 import Dataset nc_file = …

  4. \ [Errno -101\] NetCDF: HDF error when opening netcdf file

    Mar 16, 2018 · In my case, I need to export HDF5_USE_FILE_LOCKING=FALSE because I open the netcdf file in Jupyter notebook. need to export to the environment before I use the Jupyter notebook.

  5. netcdf - converting Grib to netcdf4 - Stack Overflow

    Nov 20, 2020 · I downloaded data from ECMWF for Era interim in grib format. Is there a way to convert a grib file with multiple bands to netCDF4, keeping the bands in the NETCDF format? I tried using …

  6. Read .nc (netcdf) files using python - Stack Overflow

    Apr 1, 2016 · I am trying to learn how to read netcdf files using Python in the most easiest/fastest way. I heard that it can be done with 3 lines of code but I really don't know how. I am running the MITgcm …

  7. netcdf - HDF5 Warnings When Accessing Xarray DataSet - Stack …

    Jun 30, 2022 · I'd like to understand what is causing the warning messages that I'm getting in the following scenario: In an earlier operation I've created some NetCDF files and saved them to disk …

  8. Converting GrADS (.grd) to NetCDF (.nc)? - Stack Overflow

    Sep 4, 2015 · 4 I have files which contains atmospheric data in 6 hrs intervals (4 files per day) in .grd format. I also have the concerned descriptor files (yyyymmddhh.ctl) . I can plot the data using using …

  9. NetCDF4 error with the Dataset function in python

    Apr 3, 2023 · I am currently using ubuntu 22.04. I have installed anaconda3 on it, run everythong on the base environment and installed netcdf4 using the command pip install netcdf4 I have coded a script …

  10. How to install netcdf-fortran on Ubuntu - Stack Overflow

    Aug 5, 2022 · Instead of installing netcdf-bin, you should install libnetcdff-dev to get the Fortran libraries.