Skip to content

feat: add the capacity to split a featureCollection#483

Open
12rambau wants to merge 3 commits intomainfrom
split
Open

feat: add the capacity to split a featureCollection#483
12rambau wants to merge 3 commits intomainfrom
split

Conversation

@12rambau
Copy link
Member

@12rambau 12rambau commented Jan 27, 2026

Wheneve ryou want to perform some very large analysis on GEE you will need to trick the computer by splitting your work into smaller pieces. This method has been designed specifically for that as it allows a ser to split a featurecollection into a fixeda mount of smaller collections.

import ee, geetools
fc = ee.FeatureCollection("FAO/GAUL/2015/level0")
fc.ldc.split(2).get(1).size().getInfo()

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

Successfully merging this pull request may close these issues.

1 participant