All functions
|
MazamaSatelliteUtils
|
Utilities for working with model and satellite data as rasters. |
SatelliteDataDir
|
Directory for Satellite Data |
bboxToVector()
|
Converts and validates bbox objects or strings into standard format |
bbox_CONUS
|
Bounding box for the 48 contiguous United States |
createGoesGrid()
|
Creates a GOES grid in satelliteDataDir |
getAttributes()
|
Returns attributes from a netCDF file |
getDaylightHours()
|
Calculates the sunrise and sunset hours for a specific date and
location |
getSatelliteDataDir()
|
Get Satellite Data Directory |
getValue()
|
Get raster value at a point |
goesaodc_areaPlot()
|
Create plots of AOD data available within a region |
goesaodc_convertFilenameToDatetime()
|
Get the scan start time from a GOES AODC netCDF file name |
goesaodc_createDaytimeRasterStack()
|
Create a daytime RasterStack for a specified date |
goesaodc_createNativeGrid()
|
Create a nativeGrid object |
goesaodc_createRaster()
|
Create a RasterBrick of GOES data |
goesaodc_createRasterStack()
|
goesaodc_createRasterStack() |
goesaodc_createSpatialPoints()
|
Create a SpatialPointsDataFrame of GOES data |
goesaodc_createTibble()
|
Create a tibble from ncdf4 handle |
goesaodc_downloadAOD()
|
Download GOES-16 or GOES-17 AOD data |
goesaodc_downloadDaytimeAOD()
|
Download GOES-16 or GOES-17 AOD data for the daylight hours of a
specific date and location.
#' @description Download all daylight files available to directory specified
with setSatelliteDir . See getDaylightHours() for details
regarding how daylight hours are calculated. |
goesaodc_getCoordBounds()
|
Determines the x and y bounds (in radians) for a given netcdf handle |
goesaodc_getCoordGrid()
|
Creates a data frame of decimal degree lon/lat pairs for a given
netcdf handle |
goesaodc_getProjection()
|
Get projection metadata from GOES-R ABI ncdf4 object |
goesaodc_isGoesProjection()
|
Check if `nc` projection is GOES projection |
goesaodc_listDaytimeFiles()
|
List GOES AOD files that are available for a specific date and
location during the hours between sunlight and sunset. |
goesaodc_listFiles()
|
List available GOES AOD files for a specified date and hour |
goesaodc_openFile()
|
Open a GOES AOD netCDF file |
goesaodc_plotSpatialPoints()
|
Create a quick plot of a GOES AOD SpatialPointsDataFrame |
goesaodc_scaleAOD()
|
Converts raw, signed short AOD values from GOES 16 & 17 NetCDF files |
installGoesGrids()
|
Installs GOES grids in satelliteDataDir |
isDaylight()
|
Determine whether times are during daylight within a region |
maiac_2nc4()
|
Convert hdf file to .nc file |
maiac_cropRaw()
|
Crop raw maiac tibble |
maiac_downloadNorthAmerica()
|
Download North America MAIAC swath data |
maiac_getMetadata()
|
Get metadata list from metadata string in .nc file |
maiac_loadRaster()
|
Download North America MAIAC swath data |
maiac_loadRawDataframe()
|
Download or load MAIAC data and return data as a dataframe |
maiac_pm25ToAOD()
|
Convert column-integrated PM2.5 values to AOD |
raster_createLocationTimeseries()
|
Create a Tibble for a location's AOD readings at a given hour |
raster_createStackAverage()
|
Create a RasterBrick Average for a specified hour |
setSatelliteDataDir()
|
Set Satellite Data Directory |