mikejohnson51 / hydrofab

Hydrofabric Fabricator
Creative Commons Zero v1.0 Universal
9 stars 4 forks source link

Enforce network types in output #17

Closed mikejohnson51 closed 1 year ago

mikejohnson51 commented 1 year ago

There are three "type" of hydrologic features

  1. Network (flowpath and divide exist with share integer identifty)
  2. Connector (flowline exists w/o divide) - right now aggregate_to_distribution drops these with drop_extra_features. Ideally we learn to keep and type these
  3. coastal/internal (divide exists without a flowpath). These are added with add_nonnetwork_divides.

The aim is to (a) keep connectors and (b) align to proposed model in #15

mikejohnson51 commented 1 year ago

Looks good on 01, 08, 10L

mikejohnson51 commented 1 year ago

close #18