Skip to content

Instantly share code, notes, and snippets.

@debboutr
Created July 27, 2016 18:26
Show Gist options
  • Save debboutr/5917c92dd8c0e68289dba9070d3e4b94 to your computer and use it in GitHub Desktop.
Save debboutr/5917c92dd8c0e68289dba9070d3e4b94 to your computer and use it in GitHub Desktop.
find COMID zone
final = np.load('D:/Projects/chkNRSA_Watersheds/FlowlineComidsZone.npy')
temp = final[:,0].astype(int)
x = 23763375
final[np.where(temp == x)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment