About 27,200,000 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. Import netCDF file to Pandas dataframe - Stack Overflow

    Dec 14, 2025 · I am trying to read in a netCDF file, which I can do and then import that into a pandas dataframe. The netCDF file is 2D so I just want to 'dump it in'. I have tried the DataFrame method but …

  3. Opinions on NetCDF vs HDF5 for storing scientific data?

    Jul 2, 2009 · NetCDF-4 exposes almost all the features of HDF5, including compression. H5utils will work on netCDF-4 files, which are also perfectly valid HDF5 files.

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

    Jul 3, 2023 · The error OSError: [Errno -101] NetCDF: HDF error may occurs if you try to open a file for reading and writing (with r+), but you are only allowed to read that file.

  5. vtk - Can Paraview read NetCDF4 (HDF5) file - Stack Overflow

    I understand that Paraview can read classic NetCDF files through its VTK backend. However after several attempts I cannot make it read a NetCDF 4 file that uses the enhanced data model.

  6. netcdf on windows - fatal error: netcdf: No such file or directory

    Jul 7, 2023 · I'm working on a windows architecture, and I have this code in my CMakeLists.txt: # set netcdf library element according to operating system if(WIN32 OR MINGW) add ...

  7. add variable to an existing Netcdf4 file using Python

    4 I'd like to add an additional variable containing the Julian dates to an existing set of NetCDF climate data files. I've done a bit of python scripting but it has been a while so I'm rather rusty. After reading …

  8. 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 …

  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. difference between netcdf4 _FillValue, missing_value, and python …

    I have netcdf files where _FillValue and/or missing value are set in various combinations (e.g. as float, string, or not at all, and generally as -999./'-999' ).