Skip to content

Commit

Permalink
Add warning about missing maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Jan 8, 2025
1 parent cf14651 commit 318702f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 318702f

Please sign in to comment.