-
- Downloads
Bug fix: test presence of `radius_4` in reader
We cannot test `"radius4" in shape_rec_outer.record`, as `shape_rec_outer.record` is not a dictionary. We could test `"radius4" in shape_rec_outer.record.as_dict()` but it is better to test outside of the loop in the field names of the shapefile reader object. The bug comes from commit 83a61016.
Please register or sign in to comment