diff --git a/deafrica_tools/__pycache__/__init__.cpython-310.pyc b/deafrica_tools/__pycache__/__init__.cpython-310.pyc index de019de..068b02d 100644 Binary files a/deafrica_tools/__pycache__/__init__.cpython-310.pyc and b/deafrica_tools/__pycache__/__init__.cpython-310.pyc differ diff --git a/deafrica_tools/__pycache__/bandindices.cpython-310.pyc b/deafrica_tools/__pycache__/bandindices.cpython-310.pyc index 2d0f05a..e0c5b54 100644 Binary files a/deafrica_tools/__pycache__/bandindices.cpython-310.pyc and b/deafrica_tools/__pycache__/bandindices.cpython-310.pyc differ diff --git a/new_import_ODC.py b/new_import_ODC.py index e720937..46d77bd 100644 --- a/new_import_ODC.py +++ b/new_import_ODC.py @@ -91,7 +91,7 @@ def load_data(dc, date_range, longtitude_range, latitude_range): } native_crs = notebook_utils.mostcommon_crs(dc, query) print(f'Most common native CRS: {native_crs}') - measurements = ['blue', 'green', 'red', 'nir', 'scl'] + measurements = ['red', 'nir', 'scl'] load_params = { 'measurements': measurements, # Selected measurement or alias names