DrMattG / NI_plants

GNU General Public License v3.0
0 stars 0 forks source link

Raster files as part of package? #5

Open ChloeRN opened 2 years ago

ChloeRN commented 2 years ago

The workflow uses several data files that are necessary for the spatial mapping. Specifically:

Any chance that those could be "wrapped into" the package? Alternatively, we could upload them somewhere where we could easily download them from using an R-function. Ideas?

DrMattG commented 2 years ago

I suspect they might be too huge for sitting within the package - we can try that route first though. Otherwise we put them on osf.io and write a function to find and unpack them (either the user runs this or we put it in the package onLoad)