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

Exporting shows nothing #9

Closed
bkomaki opened this issue Feb 24, 2021 · 1 comment
Closed

Exporting shows nothing #9

bkomaki opened this issue Feb 24, 2021 · 1 comment

Comments

@bkomaki
Copy link

bkomaki commented Feb 24, 2021

Hi, I have tested this code, but I got nothing;
as it showed NoneType data error!
ltVertStack = getLTvertStack(lt.select(["LandTrendr"])).toShort()

drive = ee.batch.Export.image.toDrive(
image = ltVertStack,
description = "ltVertStack_test_to_drive",
folder = 'lt_gee_py_test',
fileNamePrefix = 'ltVertStack_test',
region = [[-123.98757934570312,47.49679221520181],[-123.90655517578125,47.49586436835716],[-123.90449523925781,47.55243302404593],[-123.98551940917969,47.553359870859]],
scale = 30
)
drive.start()

@bkomaki bkomaki changed the title Exporting shows nothong Exporting shows nothing Feb 24, 2021
@jdbcode
Copy link
Member

jdbcode commented Jul 7, 2021

Hi @bkomaki, sorry for the slow reply. I realize that you may have moved on from the problem. However, I'm willing to take a look if it is still an issue for you and you can supply a reproducible JavaScript Code Editor script link or a shared Colab notebook.

I'm going to close this issue for now, assuming that my reply is too late. Please reopen and provide a reproduceable example if you would like me to investigate.

@jdbcode jdbcode closed this as completed Jul 7, 2021
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

2 participants