Permian-Global-Research / rsi

Code for Retrieving STAC Information, addressing Repeated Spatial Infelicities and interfacing with Rsome Spectral Indices
https://permian-global-research.github.io/rsi/
Apache License 2.0
43 stars 5 forks source link

get_stac_data() should check for assets existing at the top level #53

Closed mikemahoney218 closed 6 months ago

mikemahoney218 commented 6 months ago
worldcover_image <- rsi::get_stac_data(
  aoi,
  start_date = "2021-06-01",
  end_date = "2021-06-30",
  stac_source = "https://planetarycomputer.microsoft.com/api/stac/v1/",
  pixel_x_size = 10,
  pixel_y_size = 10,
  collection = "esa-worldcover"
)
github-actions[bot] commented 5 months ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.