mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
Add DEBUG system env
This commit is contained in:
@@ -14,7 +14,7 @@ import os
|
||||
|
||||
# Google Storage Landsat Config
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = os.getenv('DEBUG', False)
|
||||
|
||||
SOURCE_URL = 'gs://earthengine-public/landsat'
|
||||
SCENE_FILE_URL = SOURCE_URL + '/scene_list.zip'
|
||||
|
||||
Reference in New Issue
Block a user