Argument of read_shp3d #6
Ken-Kuroki
started this conversation in
General
Replies: 1 comment 1 reply
-
It has been fixed in this commit: 0d0a0df And personally recommend using |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was trying out EasyIDP and it`s great, but encountered an issue.
This piece of my code
Gave me
It looks it comes from this line.
EasyIDP/easyric/objects.py
Line 209 in 52c839d
It gives
shp_proj
toread_shp3d
inio/shp.py
as the 4th argument, but the called method is defined as below, expecting a numeric value for z_buffer at that position, not shp_proj, which should be given next.EasyIDP/easyric/io/shp.py
Line 124 in 52c839d
So, I was able to avoid the error by simply giving
0
as the 4th argument although I'm not sure what is the right value to be given. Could you take a look at it? Apparently it's working alright with my workaround but it's nice if you can properly fix it. Thanks!Beta Was this translation helpful? Give feedback.
All reactions