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

Where to get the .datacube.conf file for #10

Open
bm777 opened this issue Jun 17, 2022 · 0 comments
Open

Where to get the .datacube.conf file for #10

bm777 opened this issue Jun 17, 2022 · 0 comments

Comments

@bm777
Copy link

bm777 commented Jun 17, 2022

I got error 400 to sign in to my google account.

# Suppress Warning Messages
import warnings
warnings.filterwarnings('ignore')

# Load Data Cube Configuration
from odc_gee import earthengine
dc = earthengine.Datacube(app='Getting_Started_loading_data')

# Import Data Cube API
import utils.data_cube_utilities.data_access_api as dc_api  
api = dc_api.DataAccessApi()

# Import Utilities
import xarray as xr

The error I got.
400

How to solve it or how to get that .datacube.conf for the constructor of DataAccessApi class?

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