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
###Objective
Running notebook 'SatSummit_Samoa_Landsat_clouds' from opendatacube/datacube_notebooks here. It already contains utils folder with necessary data_cube_utilties.
###Expected
from utils.data_cube_utilities.dc_rgb import rgb
should work
###Observed
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_5859/1040841299.py in
----> 1 from utils.data_cube_utilities.dc_rgb import rgb
~/hostspace/datacube-notebooks/Cloud Analysis/../utils/data_cube_utilities/dc_rgb.py in
3 import numpy as np
4
----> 5 from .plotter_utils import figure_ratio, xarray_set_axes_labels, retrieve_or_create_fig_ax
6
7 # Change the bands (RGB) here if you want other false color combinations
ModuleNotFoundError: No module named 'utils.data_cube_utilities.plotter_utils'
###Environemnt
Open Data Cube core, version 1.8.6, Ubuntu 20.04.3 LTS, gdal 3.4.0
The text was updated successfully, but these errors were encountered:
###Objective
Running notebook 'SatSummit_Samoa_Landsat_clouds' from opendatacube/datacube_notebooks here. It already contains utils folder with necessary data_cube_utilties.
###Expected
from utils.data_cube_utilities.dc_rgb import rgb
should work
###Observed
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_5859/1040841299.py in
----> 1 from utils.data_cube_utilities.dc_rgb import rgb
~/hostspace/datacube-notebooks/Cloud Analysis/../utils/data_cube_utilities/dc_rgb.py in
3 import numpy as np
4
----> 5 from .plotter_utils import figure_ratio, xarray_set_axes_labels, retrieve_or_create_fig_ax
6
7 # Change the bands (RGB) here if you want other false color combinations
ModuleNotFoundError: No module named 'utils.data_cube_utilities.plotter_utils'
###Environemnt
Open Data Cube core, version 1.8.6, Ubuntu 20.04.3 LTS, gdal 3.4.0
The text was updated successfully, but these errors were encountered: