MazamaScience / MazamaSatelliteUtils

Satellite Data Download and Utility Functions
http://mazamascience.github.io/MazamaSatelliteUtils
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Update the .nc files to be smaller and more useful #51

Closed lagerratrobe closed 4 years ago

lagerratrobe commented 5 years ago

Currently we only have 2 large .nc files in extdata which are used to both generate the GoesEast and GoesWest grids, as well as populate some of the examples in the package. However, because these only represent a single 5-min snapshot of data, there is no way to use them to create examples with time-series.

It would be more useful if we could create and store cropped .nc files which cover a smaller area of interest and a period of at least one day.

Investigate whether we can crop the larger .nc files into smaller peices and use those pieces with the rest of the existing workflow and tools.

jonathancallahan commented 4 years ago

As a first step, we should address two R CMD check issues at once with the following steps: