1 parent 69d8a7c commit 1a524f1Copy full SHA for 1a524f1
1 file changed
src/TIFFDatasets.jl
@@ -144,8 +144,10 @@ end
144
catbands = false,
145
dimnames = ("cols","rows","bands"))
146
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
+Create a data set structure from the file name `fname`
+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
151
`varname` (followed by the band number).
152
The dataset `ds` will also have the virtual variables `x`, `y` and `lon`, `lat`
153
representing the projected coordinates (as defined in the GeoTIFF file) and the
0 commit comments