Still a long way to go, but for now this works:
ATTN: @program-- , @dblodgett-usgs
library(climateR)
x = dap(URL = "https://usgs.osn.mghpcc.org/mdmf/gdp/PRISM_v2.zarr",
AOI = AOI::aoi_get(state = "CO"),
startDate = "2020-01-01",
varname = "tmx",
verbose = FALSE)
plot(x$tmx)

Created on 2024-12-04 with reprex v2.1.1
Still a long way to go, but for now this works:
ATTN: @program-- , @dblodgett-usgs
Created on 2024-12-04 with reprex v2.1.1