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 load ingested areas in the datacube visualization page #3

Open
SpatialBall opened this issue Dec 2, 2017 · 3 comments
Open

no load ingested areas in the datacube visualization page #3

SpatialBall opened this issue Dec 2, 2017 · 3 comments

Comments

@SpatialBall
Copy link

there are many data in the progresql database. and they are also got and listed in the dataset viewer page.
however, it can not be returned to the visualization page. and the result is null from the function load_ingested_areas() in visualization file.
can you help me to solve this problem?

@tushar10sh
Copy link

I am facing the same issue.

@tushar10sh
Copy link

Where you able to solve it?

@AMA-AC
Copy link
Collaborator

AMA-AC commented Mar 25, 2018

Please activate the Data Cube virtual environment
source ~/Datacube/datacube_env/bin/activate
and then enter the Django console
cd ~/Datacube/data_cube_ui
python manage.py shell
and then run the following function, which should update the cache
import apps.data_cube_manager.tasks as dcmt
dcmt.update_data_cube_details()

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

3 participants