From 318702f3d028e31d3a33b287df5e1b2a83850691 Mon Sep 17 00:00:00 2001 From: Fabian Gans Date: Wed, 8 Jan 2025 11:17:14 +0100 Subject: [PATCH] Add warning about missing maintenance --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 21e594e..19aac85 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ NetCDF.jl NetCDF support for the Julia programming language, there is a high-level and a medium-level interface for writing and reading netcdf files. + +# Missing maintenance warning + +This package is currently lacking maintenance. NetCDF.jl should be stable and useful for most operations on NetCDF files, but most users should consider using [NCDatasets.jl](https://github.com/JuliaGeo/NCDatasets.jl) instead, which has more features, like automatic application of CF metadata conventions, is actively maintained and developed and very well documented. + # Installation ```julia