digitalearthpacific / dep-tools

Processing tools for Digital Earth Pacific
MIT License
1 stars 0 forks source link

Check use of `get_container_client` #15

Open jessjaco opened 11 months ago

jessjaco commented 11 months ago

Before I modularized the processing, it was necessary to pass several sets of kwargs through in various places, which is why I wrote get_container_client. I refactored a lot of the ugly code that required the kwarg passing, but I should still make sure that it's possible to do it everywhere it's used in dep_tools

jessjaco commented 8 months ago

Fixed this in some places, write_to_blob_storage still has issues though.