Closed floryst closed 1 month ago
stac_search.py
satellite_bands.py
get_bands()
Bands
raster_tile.py
capture.py
open_reader()
Actually, I think the colors are messed up. I need to make sure STACReader is setting the red/green/blue bands in the correct order.
I think the colors are fixed now. More testing is needed to make sure.
stac_search.py
andsatellite_bands.py
: Switch to using the pystac_client.ItemSearch interface directlysatellite_bands.py
: Modifiedget_bands()
and theBands
type to be a STACCaptureraster_tile.py
: refactored get_raster_tile/bbox to accept a readerraster_tile.py
: Removed "b1" key in favor of picking the first bandcapture.py
: abstracted captures to have anopen_reader()
method for generic rio_tiler reader usage