SWOT-Confluence / datagen

Generates JSON files that serve as input to the Confluence workflow.
Apache License 2.0
0 stars 0 forks source link

Adapting for dev sets #32

Open mikedurand opened 2 months ago

mikedurand commented 2 months ago

Three parts

  1. Need to add set finder for GeoBAM
  2. Need a couple super minor tweaks so I can run the same code offline as runs in Confluence.
  3. Need to allow ability to turn off a check that requires all set members are in the reaches file that gets input, for some offline runs.
mikedurand commented 3 weeks ago

Additionally found a bug in CheckSetsAreSame_or_HighOverlap function in sets.py. The final "if" block needs to be moved down one indent level and Set1List and Set2List moved outside the first if block. I have a fixed version in the offline set finder I used to do the devsets