You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_stac_data() now removes colons (:) from the file names generated when composite_function = NULL. This means that datetimes are now generally
formatted as YYYY-MM-DDTHHMMSSZ, which is slightly dissatisfying but is a
valid path on Windows systems (thanks to @jguelat, #29, #32).
stacK_rasters() no longer includes "-r", "bilinear" in its default value
for gdalwarp_options (#27, #30).
get_stac_data() now provides a more informative error when 0 items are found
for a given query (#26, #31).