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
Right now we have the polygons data inside a geodataframe object, and we convert this to a list of list of floats to pass it to self._viewer.add_shapes() with this code
Yes, this could be an option. But in general even remaining single-threaded I think that there must be a more performant way to pass the data to napari without having to change data type and create a lot of new list objects.
Right now we have the polygons data inside a geodataframe object, and we convert this to a list of list of floats to pass it to
self._viewer.add_shapes()
with this codewhich takes 4 seconds for 160K polygons.
We have to check:
The text was updated successfully, but these errors were encountered: