You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs when performing a transformation SHP on a very simple model:
mymodel.export_to_shapefile('D:/admin')
error:
File "E:\APP\Anaconda3\envs\swmmio_env\lib\site-packages\swmmio\utils\spatial.py", line 219, in write_shapefile
w.line(parts=[row.coords])
TypeError: line() got an unexpected keyword argument 'parts'
The text was updated successfully, but these errors were encountered:
@rhc123123 thanks for identifying this issue! I believe this is due to an API change in pyshp. Regardless, I think i have a patch to this over in #138 .
The following error occurs when performing a transformation SHP on a very simple model:
mymodel.export_to_shapefile('D:/admin')
error:
File "E:\APP\Anaconda3\envs\swmmio_env\lib\site-packages\swmmio\utils\spatial.py", line 219, in write_shapefile
w.line(parts=[row.coords])
TypeError: line() got an unexpected keyword argument 'parts'
The text was updated successfully, but these errors were encountered: