getSpatialData icon indicating copy to clipboard operation
getSpatialData copied to clipboard

Error in st_sf(records, sfc_last = F)

Open jburmistrova opened this issue 5 years ago • 2 comments

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

jburmistrova avatar Jul 14 '20 16:07 jburmistrova

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.

16EAGLE avatar Jul 15 '20 09:07 16EAGLE

(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)

16EAGLE avatar Jul 15 '20 10:07 16EAGLE