From 0e8dfc34c7d364a6bade7d4a88b5afeacbbcc1e4 Mon Sep 17 00:00:00 2001 From: nkdiemgithub Date: Mon, 21 Oct 2024 08:00:43 +0000 Subject: [PATCH] save_draft --- .../__pycache__/__init__.cpython-310.pyc | Bin 666 -> 681 bytes .../__pycache__/bandindices.cpython-310.pyc | Bin 19138 -> 19153 bytes new_import_ODC.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/deafrica_tools/__pycache__/__init__.cpython-310.pyc b/deafrica_tools/__pycache__/__init__.cpython-310.pyc index de019deab4b80dfb8ec485605339043045dd4482..068b02d5dd66f1da3e88729228063b220c3b45b8 100644 GIT binary patch delta 65 zcmbQmx{{SApO=@50SNr}h^BAkxyh*RsGpIao2s9cUsjozr|%r>8RYMjpPHGM9*~h( ToNB5YmYG_TmzX>GFXLPQXnqxG delta 50 zcmZ3!mGRb8@ZTevzLDpTgu07b8xS4k=Z6nVg2?x Hl8X!h;%X9( 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