-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi, I am on Google Colab, but when I put any point of my region, When I compile the cell
"overpass_df = get_region_df(overpass_coll.getRegion(test_point, scale=30).getInfo()) " I'm having these errors, even though I'm testing in Google Earth Engine that there are Landsat images in my period of interest.
_HttpError Traceback (most recent call last)
/usr/local/lib/python3.7/dist-packages/ee/data.py in _execute_cloud_call(call, num_retries)
329 try:
--> 330 return call.execute(num_retries=num_retries)
331 except googleapiclient.errors.HttpError as e:
5 frames
HttpError: <HttpError 400 when requesting https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/value:compute?prettyPrint=false&alt=json returned "Collection.first: Error in map(ID=LE07_216076_20120309):
Image.multiply: Parameter 'image1' is required.". Details: "Collection.first: Error in map(ID=LE07_216076_20120309):
Image.multiply: Parameter 'image1' is required.">
During handling of the above exception, another exception occurred:
EEException Traceback (most recent call last)
/usr/local/lib/python3.7/dist-packages/ee/data.py in _execute_cloud_call(call, num_retries)
330 return call.execute(num_retries=num_retries)
331 except googleapiclient.errors.HttpError as e:
--> 332 raise _translate_cloud_exception(e)
333
334
EEException: Collection.first: Error in map(ID=LE07_216076_20120309):
Image.multiply: Parameter 'image1' is required.
--------------_
**I tested with another points in globe and some of them have the same problem, but others don't. I would like why this is happening because I need to solve this in my region. None of points that i choose in my region works.
Thank you**