diff --git a/deafrica_tools/__pycache__/__init__.cpython-310.pyc b/deafrica_tools/__pycache__/__init__.cpython-310.pyc index 95a646e..de019de 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 f4eb3d9..2d0f05a 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.py b/new_import.py index a49a430..44b45c2 100644 --- a/new_import.py +++ b/new_import.py @@ -85,7 +85,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