And the code of upload to asset are following:
\nimages = 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
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"}}}-
Dear Prof., Following code are Python code using geemap to smoothing with SG filter function:
And the code of upload to asset are following:
I would be grateful if you could answer this. Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
This is probably just your algorithm issue. Try a smaller regions, short time span, or coarser resoultion to reduce the computation. |
Beta Was this translation helpful? Give feedback.
This is probably just your algorithm issue. Try a smaller regions, short time span, or coarser resoultion to reduce the computation.