-
Hi l faced problem in jupyter notebook while export shape data to gee-map file. EEException: Request payload size exceeds the limit: 10485760 bytes. This is my code: Map = geemap.Map() Test_shp= 'Test.shp' How may l solve this issue? Before it worked. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Simplify the shapefile to reduce the file size or upload the shapefile to your account using the GEE JavaScript Code Editor. As a general rule of thumb, if the file size is great than 4MB, it can't be converted to ee.FeatureCollection using |
Beta Was this translation helpful? Give feedback.
Simplify the shapefile to reduce the file size or upload the shapefile to your account using the GEE JavaScript Code Editor.
As a general rule of thumb, if the file size is great than 4MB, it can't be converted to ee.FeatureCollection using
shp_to_ee
.