Closed edzer closed 5 years ago
Thanks for this, @edzer I think I should modify this vignette so it doesn't use external data. There's some hidden code you need to run to get things to work and they download data to work with. I hesitate to build the demo code into the package though so... will have to think about maybe switching to a different sample dataset.
What is the hesitation? Yes, having the two tibbles as part of the package would lower some boundaries.
I wanted to have a "real" demo that goes end to end -- but in retrospect, I think it distracts for the point of the point of the vignette. I think I'll put the code to create the package-data at the bottom for reproducibility but cache the result in the package to lower the barrier to entry as you say.
Agreed. You could put the download + create script in a demo file, and point out how to run that in the getting started vignette.
Have a look over here: https://dblodgett-usgs.github.io/ncdfgeom/articles/ncdfgeom.html better?
Looking good, and can confirm it works!
Thanks!
The "getting started" vignette gives me the following warnings:
and the resulting netcdf file's
ncdump
does not correspond to the one in the vignette:Follow-up issues:
but
OK.