Skip to content
\n

And the code of upload to asset are following:

\n
images = collection.toList(collection.size())\n\nsize = 37\nfor i in range(size):\n    image = ee.Image(images.get(i))\n    \n    outname = assetid+r'/'+out_dir.split(os.sep)[-1]+r\"_Season\"+str(i+1)\n    # Export Data\n    geemap.ee_export_image_to_asset(image,\n                                    description=outname.split('/')[-1],\n                                    assetId=outname, #projects/ee-xihuangrsvp/assets/QiangTang  r'projects/ee-igsnrr2024/assets/'+outname\n                                    region=block_roi,\n                                    crs='epsg:4326',\n                                    scale=30)\n
\n

I would be grateful if you could answer this. Thank you very much!

","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

This is probably just your algorithm issue. Try a smaller regions, short time span, or coarser resoultion to reduce the computation.

","upvoteCount":1,"url":"https://github.com/gee-community/geemap/discussions/2154#discussioncomment-10975399"}}}

matrixSolve ERROR in Savatsky Golay Filter #2154

Answered by giswqs
XiHuang1999 asked this question in Q&A
Discussion options

You must be logged in to vote

This is probably just your algorithm issue. Try a smaller regions, short time span, or coarser resoultion to reduce the computation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants