datapkg icon indicating copy to clipboard operation
datapkg copied to clipboard

Persist datasets locally?

Open sckott opened this issue 9 years ago • 3 comments

I wonder if it makes sense to persist datasets on a user's machine. And then read the cached version unless user wants to update, or possibly check if any changes on remote dataset

using rappdirs maybe

sckott avatar May 17 '16 20:05 sckott

That might make sense, although the user could easily do that herself by first cloning the data package directory and then opening the pkg from disk.

jeroen avatar May 17 '16 20:05 jeroen

And won't make much diff. for small datasets

sckott avatar May 17 '16 20:05 sckott

This is literally what I do (incl with rappdirs) with datastorr. I even have a datapkg issue there (https://github.com/richfitz/datastorr/issues/2

richfitz avatar May 17 '16 21:05 richfitz