From 2fbf62bb9ebcb45db08b8dd8de05c4bf5eec8b6a Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 19 Dec 2023 17:25:47 +0100 Subject: [PATCH] update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f09d09a..d891ec8 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ This package contains abstracts type definition to ensure compatibility of the package [GRIBDatasets](https://github.com/JuliaGeo/GRIBDatasets.jl) and [NCDatasets](https://github.com/Alexander-Barth/NCDatasets.jl) for manipulating GRIB and NetCDF files. This package aims to follow the [Common Data Model](https://docs.unidata.ucar.edu/netcdf-c/current/netcdf_data_model.html) and the [CF (climate and forecast models) Metadata Conventions](https://cfconventions.org/). -This package is at a very early state of developpement. - Here is minimal example for loading GRIB or NetCDF files. ``` julia