-
Notifications
You must be signed in to change notification settings - Fork 13
Description
When working with large rasters, e.g. with satellite images that can be GB in size, it is useful to be able to read only one band (or a selection of them) to GeoArray. Now the best option is to read the whole dataset and subset by band.
As suggested by @visr ArchGDAL has the ArchGDAL.getband() that could be exported to GeoArrays. GeoArrays.jl could add a method getband(::GeoArray, i::Int)::GeoArray to enable reading by band.
See also the conversation at Julia Discourse: GeoArrays band math.
Metadata
Metadata
Assignees
Labels
No labels