Skip to content

Read single band from raster #72

@KrOstir

Description

@KrOstir

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions