From 9abef1a167dc1e60a3bc908a3ebc0d25807acbc4 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Wed, 13 Nov 2024 11:40:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 930cc6c..5d1653a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # TIFFDatasets -This package implements the [CommonDataModel.jl](https://github.com/JuliaGeo/CommonDataModel.jl) interface for TIFF files, which means that the datasets can be accessed in the same way as netCDF files opened with [NCDatasets.jl](https://github.com/Alexander-Barth/NCDatasets.jl), GRIB files opened with [GRIBDatasets](https://github.com/JuliaGeo/GRIBDatasets.jl) or Zarr files opened with [ZarrDatasets](https://github.com/JuliaGeo/ZarrDatasets.jl). For GeoTIFF files the project information will be available as additional variables following the [CF Conventions](https://cfconventions.org/cf-conventions/cf-conventions.html#use-of-the-crs-well-known-text-format). +This package implements the [CommonDataModel](https://github.com/JuliaGeo/CommonDataModel.jl) interface for TIFF files, which means that the datasets can be accessed in the same way as netCDF files opened with [NCDatasets](https://github.com/Alexander-Barth/NCDatasets.jl), GRIB files opened with [GRIBDatasets](https://github.com/JuliaGeo/GRIBDatasets.jl) or Zarr files opened with [ZarrDatasets](https://github.com/JuliaGeo/ZarrDatasets.jl). For GeoTIFF files the project information will be available as additional variables following the [CF Conventions](https://cfconventions.org/cf-conventions/cf-conventions.html#use-of-the-crs-well-known-text-format). ```julia using TIFFDatasets