deepgeo icon indicating copy to clipboard operation
deepgeo copied to clipboard

Implement a method to get a band from a numpy array

Open rvmaretto opened this issue 5 years ago • 1 comments

Implement a method or a class to, given a numpy array, retrieve a raster band, or even a class that will encapsulate the numpy array. It would make it easier to the user to deal with the raster. The class can have either the path to the input raster as a parameter.

rvmaretto avatar Dec 20 '18 00:12 rvmaretto

Is it possible to make it inherit from np.masked_array or from np.array?

rvmaretto avatar Dec 20 '18 00:12 rvmaretto