tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Error in the indication of nodeidx in 'Exploring river discharge' notebook

Open roalva82 opened this issue 6 months ago • 0 comments

Under section 'How to locate reach and node identifiers by river name', I believe that the second last line should read as follows: node_identifiers = results['nodes']['node_id'][node_idx]

instead of the current version which reads: node_identifiers = results['nodes']['node_id'][:]

I hope this helps. Thank you for the useful notebook!

roalva82 avatar Aug 18 '25 18:08 roalva82