-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoPandas feature parity #130
Comments
One more thing to this is also API parity, e.g. |
An updated version: >>> methods_geopandas_extra - methods_dask_geopandas_extra
{'cascaded_union',
'clip_by_rect',
'estimate_utm_crs',
'explore',
'from_features',
'from_file',
'from_postgis',
'has_sindex',
'iterfeatures',
'overlay',
'sjoin_nearest',
'to_file', I think from this list, |
|
Big 👍 to |
I am afraid so. See #217 (comment) |
👍 to |
@alejohz I will tentatively say yes with a note that it will be a datashader-based method using holoviz ecosystem most likely, so a bit different than explore in vanilla GeoPandas. |
I am wondering if |
@Geoyi I am not aware of that. It is on the roadmap but the priority of the team currently lies in the main GeoPandas project and adjacent so I don't think there's an active development of |
Quickly exploring which spatial methods that are defined in GeoPandas are not yet available here:
Some quick first notes:
covers
andcovered_by
are 2 missing predicates that should be trivial to add heresjoin
was added as a method in geopandas, we should do the same hereThe text was updated successfully, but these errors were encountered: