File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -558,9 +558,8 @@ def get_bro_objects_from_bbox(
558
558
try :
559
559
object = SoilCore (bro_object )
560
560
except (TypeError , AttributeError ) as err :
561
- pass
562
- # print("Cant read a soil core")
563
- # print(err)
561
+ print ("Cant read a soil core" )
562
+ print (err )
564
563
bro_parsed_objects .append (object .df )
565
564
566
565
dataframe = pd .concat (bro_parsed_objects ).reset_index ()
@@ -631,9 +630,8 @@ def get_bro_objects_from_geometry(
631
630
object = SoilCore (bro_object )
632
631
print (i )
633
632
except (TypeError , AttributeError ) as err :
634
- pass
635
- # print("Cant read a soil core")
636
- # print(err)
633
+ print ("Cant read a soil core" )
634
+ print (err )
637
635
bro_parsed_objects .append (object .df )
638
636
639
637
dataframe = pd .concat (bro_parsed_objects ).reset_index ()
You can’t perform that action at this time.
0 commit comments