DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

`bands=` doesn't seem to work anymore #775

Closed drwelby closed 4 years ago

drwelby commented 5 years ago
>> img = CatalogImage('104001001BA7C400', bands=[4,2,1])
>> img.shape
8, 90558, 17067

It appears the bands parameter no longer is working?

drwelby commented 4 years ago

bands is for plotting, not fetching, should fix docs to match for now.

drwelby commented 4 years ago

edited out in 1dc11097

This feature could be added if there was demand to have band subsetting done by RDA.