Open vjcitn opened 2 years ago
here is where httr::GET is used to issue the request to HSDS. I think this is where you would introduce local cache processing.
So in what format is the data returned? Is it HDF5 or some other format? I'm thinking it might be more meaningful to cache HDF5 files so they can be inspected directly.
I added a vignette in rhsdsclient/vignettes/rhsdsclient.Rmd ... it starts to explain the production of requests and fulfillment ... more will come later today. We are not thinking in terms of files, locally.
We will discuss local caching on this issue.