ropensci-archive / datapkg

:no_entry: ARCHIVED :no_entry: Read and Write Data Packages
https://docs.ropensci.org/datapkg
Other
40 stars 6 forks source link

Persist datasets locally? #4

Open sckott opened 8 years ago

sckott commented 8 years ago

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

jeroen commented 8 years ago

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.

sckott commented 8 years ago

And won't make much diff. for small datasets

richfitz commented 8 years ago

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