Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Nov 13, 2024
1 parent c00f7d1 commit 9abef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9abef1a

Please sign in to comment.