DigitalGlobe / gbdxtools

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

"histogram=match" busted #778

Closed drwelby closed 4 years ago

drwelby commented 4 years ago

With TmsImage not loading a default layer, there's no source imagery to match the histogram to. This option has to be dropped unless we introduce a way to enable users to specify persistent defaults to the TmsImage class.

drwelby commented 4 years ago

This applies to other BLM functionality, such as img.rgb(blm=True).

drwelby commented 4 years ago

BLM functions will now match to Browse imagery.

As an alternative to get nice looking imagery, pass dra=True in your CatalogImage call.

drwelby commented 4 years ago

addressed in f5109a35