Skip to content

Commit d32f1a7

Browse files
Update README to mention GDAL support for raster formats
Added note about support for other raster formats via GDAL.
1 parent 1a524f1 commit d32f1a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
This package implements the [CommonDataModel](https://github.com/JuliaGeo/CommonDataModel.jl) interface for georeferenced TIFF or JPEG 2000 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).
10+
While only geoTIFF and georeferenced JPEG 2000 files have been tested, other raster formats suppoted by [GDAL](https://gdal.org/en/stable/drivers/raster/index.html) might also work.
1011

1112
```julia
1213
using TIFFDatasets

0 commit comments

Comments
 (0)