goesaodc_createNativeGrid()
now properly reads and scales the raw data which are stored as unsigned short int
values.goesaodc_areaPlot()
function creates nice plots of AOD.goesaodc_downloadAOD()
and goesaodc_downloadDaytimeAOD()
now return a vector of all relevant files found in satelliteDataDir/
rather than just those that were downloaded.goesaodc_createNativeGrid()
functiongetDaylightHours()
function.endtime
argument to goesaodc_listFiles()
and goesaodc_downloadAOD()
.isDaylight()
.goesaodc_listLocalFiles()
and goesaodc_listRemoteFiles()
.Added new bboxToVector()
function to support the creation of bounnding box extents in vector format from any type of bbox object passed in. This allowed the removal of parameters lonLo, lonHi, latLo latHi
from the following functions:
goesaodc_createRaster()
goesaodc_createDaytimeRasterStack()
goesaodc_createHourlyRasterStack()
goesaodc_createSpatialPoints()
Various additional cleanup including harmonizing the use of parameters:
satID
datetime
jdate
Added support for using the extents of rasters as the bbox to test whether a specified time falls whithin the daylight hours of the region.
installGoesGrids()
function creates lat-lon grids from the package internal GOES-16 annd Goes-17 netcdf files.setSatelliteDataDir()
Lots of work testing and using the package to determine what new functionality needs to be added. Improved documentation throughout including function docs and vignettes.
Added functions:
goesaodc_createHourlyAverageRaster()
raster_createLocationTimeseries()
Standardized time-related parameters to all be “starttime”, which emphesizes that times refer to ABI scan start times.
Added unit testing.
New functions to download and work with GOES AOD data
Added functions:
goesaodc_createHourlyRasterStack()
goesaodc_createRaster()
goesaodc_createSpatialPoints()
goesaodc_createTibble()
goesaodc_downloadAOD()
goesaodc_listFiles()
goesaodc_openFile()
goesaodc_plotSpatialPoints()
goesaodc_getCoordBounds()
goesaodc_getCoordGrid()
goesaodc_getProjection()
goesaodc_isGoesProjection()
goesaodc_getStartString()
getAttributes()
isDaylight()
getValue()