I have this below....i'm not sure if it's a list of lists or just a list etc.
[['346565.09644975792617' '6039234.5627173967659' '102.90000149316718137'
'346519.28163281054003' '6039317.3740590326488' '101.89338011475197732'
'346515.16140150092542' '6039237.1104527609423' '102.81999966426546678']
['346565.09644975792617' '6039234.5627173967659' '102.90000149316718137'
'346515.16140150092542' '6039237.1104527609423' '102.81999966426546678'
'346537.27037519804435' '6039179.8096304181963' '102.07013642431296319']]
[]
[['346714.73278179299086' '6039224.1555810244754' '103.08000181452024435'
'346664.85009351186454' '6039227.5649940613657' '103.06999966149143688'
'346686.75602762267226' '6039181.4495896659791' '102.44271274879886846']
['346664.85009351186454' '6039227.5649940613657' '103.06999966149143688'
'346714.73278179299086' '6039224.1555810244754' '103.08000181452024435'
'346742.24909936846234' '6039268.2906331047416' '102.59342433410905926']]
I want to access all the values, i think i can do this if i remove the empty bracket, but i haven't been able to remove it
I've tried flattening but and a couple of other things but it comes up with index out of range when it hits the empty []
[i for i in (array[temp[0]).flat]
I want to iterate through and access each value in the list individually i.e.
346565.09644975792617
6039234.5627173967659
102.90000149316718137