Replies: 1 comment 1 reply
-
Perhaps not use Or, if that doesn't work, use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I am trying to release particles from a list of lat and long coordinates, but am having trouble getting this to work. I keep encountering this error: "AssertionError: size and positions (lon, lat, depth) don't have the same lengths." I'm not sure why this is happening; my latitude and longitude lists are the same length, and I have specified Depth=None in the model (I'm not using depth for now). Am I missing something?
I am going to attach my code and also the file containing my coordinates. The reason I am releasing particles from specific sites is they represent areas of habitat that my study species presumably disperse from.
Thank you,
Tom
parcels_testing (1).md
rocky_gridpoints_pruned.csv
Beta Was this translation helpful? Give feedback.
All reactions