You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make GCS optional for transfer elevation cache and cleanup
When GCS_BUCKET_NAME is unset, get_cached_elevations() returns an empty
dict instead of failing with 'Cannot determine path without bucket name'.
dump_cached_elevations() and cleanup_locations() skip GCS operations in
that case, allowing transfers to run locally without GCS credentials.
Made-with: Cursor
0 commit comments