Open iamdonovan opened 8 months ago
As noted by @ogaking, running register_relative without any masks causes an UnboundLocalError in _get_mask() at line 255. This should be fixed so that register_relative can be run without requiring a mask.
register_relative
UnboundLocalError
_get_mask()
There is a separate, possibly related issue here with using geoutils > 0.15.0 - will do some additional digging.
geoutils
As noted by @ogaking, running
register_relative
without any masks causes anUnboundLocalError
in_get_mask()
at line 255. This should be fixed so thatregister_relative
can be run without requiring a mask.