Error in st_sf(records, sfc_last = F)
I'm having an issue downloading using get_data(). I used getSentinel_records() using an AOI shapefile and then I filtered the cloudcov to <50 using tidyverse. I'm using getSpatialData v. 0.1.0 and I updated to all of the most recent versions of the dependent packages as well. I then use those records to download using get_data(). All records are from 2020 and are available for download.
The error I get using get_data(), is Error in st_sf(records, sfc_last = F) : no simple features geometry column present
Thanks for filing an issue. Please post a reproducible example that I can run to reproduce the error, otherwise it is very difficult to me to find out whats the cause here.
(See for example this reply containing a reproducible example that can be run independent of other files: https://github.com/16EAGLE/getSpatialData/issues/68#issuecomment-656572466)