sgrieve / gdbm

MIT License
0 stars 0 forks source link

Counting removed channels crossing tile boundaries #6

Closed sgrieve closed 3 years ago

sgrieve commented 3 years ago

Previous methods used to count boundary crossing rivers are not effective - they are counting some basins which they shouldn't and missing some they should.

This PR will document a new method to do it more accurately. Unfortunately this will require creating a patch version of LSDJunctionNetwork.

The plan:

I was initially planning to configure this to run as a separate series of jobs, distinct from the main gdbm code, but I think it might be simpler to run it within the existing framework - these results are not time critical, so I can wait for the current jobs to finish and use the results from that for next stages of work, before re-running everything to get these new data.

sgrieve commented 3 years ago

If we are not creating a new workflow for this analysis, we do not need to have the LSDJunctionNetwork header file in the repo.