Created
July 27, 2016 18:26
-
-
Save debboutr/5917c92dd8c0e68289dba9070d3e4b94 to your computer and use it in GitHub Desktop.
find COMID zone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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