Input/output

Input/output#

GeoPandas#

from_dask_dataframe(df[, geometry])

Create GeoDataFrame from dask DataFrame.

from_geopandas(data[, npartitions, ...])

Construct a Dask DataFrame from a Pandas DataFrame

GIS files#

read_file(path[, npartitions, chunksize, ...])

Read a GIS file into a Dask GeoDataFrame.

Parquet#

read_parquet(*args, **kwargs)

Read a Parquet file into a Dask DataFrame

GeoDataFrame.to_parquet(path, *args, **kwargs)

Store Dask.dataframe to Parquet files

Feather#

read_feather(path[, columns, filters, ...])

Read a Feather dataset into a Dask-GeoPandas DataFrame.

GeoDataFrame.to_feather(path, *args, **kwargs)

See dask_geopadandas.to_feather docstring for more information