jkibele / pyriv

Python library for analysis of minimum aquatic distance across rivers and coasts. It's like Google Maps for anadromous fish.
MIT License
1 stars 1 forks source link

Make a `RivDist` report object #22

Closed jkibele closed 6 years ago

jkibele commented 6 years ago

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.