Homogenises column naming for gpd metrics columns
Homogenises column naming for gpd metrics columns.
This is a breaking change.
The overall API remains as before but the geopandas
column names to which the metrics are unpacked have been changed.
The reason for this change is:
- to reduce the verbosity of the column names
- to use a consistent naming convention across metrics
Column names can be retrieved from a geopandas
dataframe using the columns
attribute and the new names will be self explanatory and largely similar to before.