pygeodes.utils.formatting.export_dataframe#
- pygeodes.utils.formatting.export_dataframe(dataframe: GeoDataFrame, outfile: str) None[source]#
This functions exports a
pd.GeoDataFramein a file- Parameters:
- dataframepd.GeoDataFrame
the dataframe
- outfilestr
the filepath
See also
load_dataframeto load a dataframe from a file