You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/data-formats.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@ NetCDF4 (Network Common Data Form version 4)
587
587
Using NetCDF4 requires `netCDF4 <https://unidata.github.io/netcdf4-python>`__- or `h5netcdf <https://github.com/h5netcdf/h5netcdf>`__-package to be installed.
588
588
h5netcdf is often mentioned as being faster to the official netCDF4-package, so we'll be using it in the example.
589
589
590
-
A great NetCDF4 interface is provided by a `xarray-package <https://xarray.pydata.org/en/stable/getting-started-guide/quick-overview.html#read-write-netcdf-files>`__.
590
+
A great NetCDF4 interface is provided by a `xarray-package <https://docs.xarray.dev/en/stable/getting-started-guide/quick-overview.html#read-write-netcdf-files>`__.
0 commit comments