Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'utils.data_cube_utilities.plotter_utils' #13

Open
U-Tyagi opened this issue Dec 7, 2021 · 0 comments
Open

No module named 'utils.data_cube_utilities.plotter_utils' #13

U-Tyagi opened this issue Dec 7, 2021 · 0 comments

Comments

@U-Tyagi
Copy link

U-Tyagi commented Dec 7, 2021

###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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant