Last active
March 18, 2025 22:38
-
-
Save alexgleith/a1f4ddba36bc06f55c8cdefc6944373a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alexgleith
These items are missing raster extension, if you patch them like so:
you should be able to load bands separately by using
bands=['red', 'green', 'blue']
option, it will useanalytics
band, to load visual bands separately you can usebands=[..., "visual.1", "visual.2", "visual.3"]
and then rename I guess.