-
Hello, I have a geojson file containing 878 polygons, and I'm trying to convert it into an earth engine format and then display it with geemap, but I get this error message: EEException: The size of the requested payload exceeds the limit: 10485760 bytes. How can I fix this problem? Thanks Here's my code: gdf_geojson = gpd.read_file(com_wildfire_path) And my geojson file: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Earth Engine only allows converting a small geojson on the fly. For large vector datasets, upload it Earth Engine using the Code Editor. See https://developers.google.com/earth-engine/guides/table_upload |
Beta Was this translation helpful? Give feedback.
Earth Engine only allows converting a small geojson on the fly. For large vector datasets, upload it Earth Engine using the Code Editor. See https://developers.google.com/earth-engine/guides/table_upload