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

Land Object #23

Open jkibele opened 6 years ago

jkibele commented 6 years ago

The Land object will be a subclassed geopandas.GeoDataFrame. It needs the following attributes/methods:

  1. shrink
  2. simplify
  3. coords
  4. line_crosses
  5. generate_coastal_graph

Other methods that are part of the current version of the Land object should go into a CoastalGraph object.