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
---------------------------------------------------------------------------UnboundLocalErrorTraceback (mostrecentcalllast)
<ipython-input-8-651cef27808e>in<module>()
---->1de=topojson.dedup(cu)
~/topojson/topojson/dedup.pyindedup(data)
253data=copy.deepcopy(data)
254deduper=Dedup()
-->255returndeduper.main(data)
~/topojson/topojson/dedup.pyinmain(self, data)
217# apply a shapely linemerge to merge all contiguous line-elements218# first create a mask for shared arcs to select only non-duplicates-->219mask=np.isin(array_bk, array_bk_sarcs)
220array_bk_ndp=copy.deepcopy(array_bk.astype(float))
221UnboundLocalError: localvariable'array_bk_sarcs'referencedbeforeassignment
Consider the follow code:
It seems its related to #1
The text was updated successfully, but these errors were encountered: