alxmrs / dask-ee

Google Earth Engine Feature Collections via Dask Dataframes
Apache License 2.0
64 stars 3 forks source link

Find optimal way to page FeatureCollections. #5

Open alxmrs opened 5 months ago

alxmrs commented 5 months ago

Is it .limit() operations, or .toList() or getting all the system IDs up front and using slice operations? The latter is what worked best for Xee.