alxmrs / dask-ee

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

Integrate with geopandas / geodask. #8

Open alxmrs opened 3 months ago

alxmrs commented 3 months ago

Or, at least demo an integration.

alxmrs commented 3 months ago

The "geo" column should be renamed to "geometry" to better work with dask-geopandas's from_dask_dataframe function.

https://github.com/geopandas/dask-geopandas/blob/aa1b52f70a464d47f5c562df2f8793f33bdcb6c9/dask_geopandas/core.py#L845

12rambau commented 3 months ago

Happy to help on this one if I find some time to work on OSS a bit, I guess it's just a matter of wiring the geometry column correctly right ?

alxmrs commented 3 months ago

I would love your help. I’ve gotten started here: https://github.com/alxmrs/dask-ee/pull/14

Feel free to build on this or take a different approach!