You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I've adapted PandasSerializer to work with geopandas at rdmolony/prefect-geopandas-serializer but only for parquet. Is there any interest in adding this to prefect.engine.serializers?
It needs to be better tested and perhaps to support more filetypes than parquet which is still experimental in geopandas (16/08/2021) - the default geopandas.GeoDataFrame.to_file serializes to a shapefile which is a directory of files and not a single file and so didn't gel nicely
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I've adapted
PandasSerializer
to work withgeopandas
at rdmolony/prefect-geopandas-serializer but only forparquet
. Is there any interest in adding this toprefect.engine.serializers
?It needs to be better tested and perhaps to support more filetypes than
parquet
which is still experimental ingeopandas
(16/08/2021) - the defaultgeopandas.GeoDataFrame.to_file
serializes to a shapefile which is a directory of files and not a single file and so didn't gel nicelyBeta Was this translation helpful? Give feedback.
All reactions