pygeodes.utils.formatting#

This module deals with all things related to formatting items or collections

Functions

export_dataframe(dataframe, outfile)

This functions exports a pd.GeoDataFrame in a file

format_collections(collections[, columns_to_add])

This functions format a list of collections, or a GeoDataFrame by adding columns by name

format_items(items[, columns_to_add])

This functions format a list of items, or a GeoDataFrame by adding columns by name

get_from_dico_path(path, dico)

This functions gets a value from a dictionnary using a system of dotted path

load_dataframe(filepath)

This function loads a pd.GeoDataFrame from a file