File reading/writing helpers#

Methods#

topnet2ts(nc_path, varname, *[, mult, run, ...])

Read TopNet data from a netCDF file into a pandas.DataFrame timeseries.

gdf_to_shapefile(gdf, shp_fname, **kwargs)

Write any GeoDataFrame to a shapefile.

read_formatted_frame(fname)

Read a free formatted table to data frame.

write_formatted_frame(df, fname[, index, ...])

Write a data frame as a free formatted table.