Skip to content

NotImplementedError #21

@hackingbobcat

Description

@hackingbobcat

Received a NotImplementedError when running latest Win64 VBET-2 executable as well as from source:

ShapelyDeprecationWarning: The 'type' attribute is deprecated, and will be removed in the future. You can use the 'geom_type' attribute instead.
if self.network.loc[i].geometry.type == 'MultiLineString':
Traceback (most recent call last):
File "C:\Users\ericl\miniconda3\envs\vbet\lib\runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "C:\Users\ericl\miniconda3\envs\vbet\lib\runpy.py", line 110, in _get_module_details
import(pkg_name)
File "C:\Users\ericl\projects\GIS\klickitat\hydrology\VBET\VBET-2-master\run_VBET.py", line 35, in
vbrun.run()
File "C:\Users\ericl\projects\GIS\klickitat\hydrology\VBET\VBET-2-master\run_VBET.py", line 28, in run
vb = classVBET.VBET(**self.params)
File "C:\Users\ericl\projects\GIS\klickitat\hydrology\VBET\VBET-2-master\classVBET.py", line 128, in init
if len(self.network.loc[i].geometry.xy[0]) <= 5:
File "C:\Users\ericl\miniconda3\envs\vbet\lib\site-packages\shapely\geometry\base.py", line 229, in xy
raise NotImplementedError
NotImplementedError

Package list from my environment is attached.
VBET Environment.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions