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

Creating points/rasters from multiple scans #89

Closed tabrasel closed 3 years ago

tabrasel commented 3 years ago

Currently, goesaodc_createScanPoints() and goesaodc_createScanRaster() allow the user to specify a time range and output a single averaged product. This should be revised so that, when a time range is given:

Then we can provide separate functions for aggregating multiple scan objects:

The user can plot the resulting scan object with the goesaodc_plotScan*() functions.