Skip to content

Commit 1a524f1

Browse files
Clarify dataset structure creation from GeoTIFF
Updated documentation to clarify file format support and variable naming.
1 parent 69d8a7c commit 1a524f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/TIFFDatasets.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ end
144144
catbands = false,
145145
dimnames = ("cols","rows","bands"))
146146
147-
Create a data set structure from the GeoTIFF file name `fname`
148-
using [ArchGDAL](https://github.com/yeesian/ArchGDAL.jl). The data variable will be called
147+
Create a data set structure from the file name `fname`
148+
using [ArchGDAL](https://github.com/yeesian/ArchGDAL.jl).
149+
The file format must be suppored GDAL for example GeoTIFF or georeferenced JPEG 2000 files.
150+
The data variable will be called
149151
`varname` (followed by the band number).
150152
The dataset `ds` will also have the virtual variables `x`, `y` and `lon`, `lat`
151153
representing the projected coordinates (as defined in the GeoTIFF file) and the

0 commit comments

Comments
 (0)