Solafune-Inc / solafune-tools

Tools for geodatabase creation and management
MIT License
9 stars 1 forks source link

Do the `planetary_computer_fetch_images` and `create_local_catalog_from_existing` support bands="Auto"? #3

Closed i-aki-y closed 5 months ago

i-aki-y commented 6 months ago

In the readme example, create_basemap uses bands="Auto" but planetary_computer_fetch_images and create_local_catalog_from_existing that are called in the create_basemap appear to expect bands: list(str) only. Are they working as expected?

pkopparla commented 6 months ago

Thank you for catching this. I never tested the create_basemap function by downloading all bands but it will fail if it uses the Auto option. I will fix this, or if you like, you could make a pull request to fix this.