RiverGraph.river_distances currently returns a GeoDataframe object with multiple geometry columns. I will create a new RivDist object that sub-classes GeoDataframe. That way I can add some save methods that will write appropriate path or point shapefiles (a shapefile can only have one geometry column). I can also add some plot methods to display the results.
RiverGraph.river_distances
currently returns aGeoDataframe
object with multiple geometry columns. I will create a newRivDist
object that sub-classesGeoDataframe
. That way I can add some save methods that will write appropriate path or point shapefiles (a shapefile can only have one geometry column). I can also add some plot methods to display the results.