pygeodes.utils.formatting.export_dataframe#

pygeodes.utils.formatting.export_dataframe(dataframe: GeoDataFrame, outfile: str) None[source]#

This functions exports a pd.GeoDataFrame in a file

Parameters:
dataframepd.GeoDataFrame

the dataframe

outfilestr

the filepath

See also

load_dataframe

to load a dataframe from a file