Learn R Programming

Package downloads from the RStudio CRAN Mirror

This monthIn total

satellite

This smorgasbord provides a variety of functions which are useful for handling, manipulating and visualizing remote sensing data.

====

Installation

For the stable release version of satellite use

install.packages("satellite")

To install the development version use

library(devtools)
install_github("environmentalinformatics-marburg/satellite", ref = "develop")

Contact

Please file bug reports and feature requests at https://github.com/environmentalinformatics-marburg/satellite/issues

Copy Link

Version

Install

install.packages('satellite')

Monthly Downloads

15,037

Version

1.0.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

February 10th, 2024

Functions in satellite (1.0.5)

convRad2Ref

Convert a band's scaled counts or radiance values to reflectance
compFilePathLandsat

Get filename, bands and metadata file for Landsat 7 and 8 standard 1B/T format
calcTOAIrradRadRef

Compute top of atmosphere solar irradiance using radiation vs. reflection
calcTOAIrradTable

Get top of atmosphere solar irradiance using readily tabulated values
convRef2RadLinear

Convert reflectance to radiance using linear function coefficients
calcPathRadDOS

Compute path radiance based on the dark object method
calcTOAIrradModel

Compute top of atmosphere solar irradiance for sensor bands using LUTs
compMetaLandsat

Get calibration information from Landsat 8 standard level 1B/T filename
lutInfo

Get or access internal LUT values used by various functions
l8

Landsat 8 sample data
l7

Landsat 7 sample data
convRad2BT

Convert a band's scaled counts to brightness temperature
extend

Extend a Satellite object
maskInvarFeatures

Identify pseudo-invariant features from a satellite scene
names

Get/set Satellite data layer names
demTools

Compute terrain characteristics from digital elevation models
crop

Crop Satellite object
convSC2Rad

Convert a band's scaled counts to radiance
convSC2Ref

Convert a band's scaled counts or radiance values to reflectance
satellite-package

Smorgasboard for remote sensing functions.
stack

Convert selected layers of a Satellite object to a RasterStack
subset

Subset of Satellite object data layers
satellite

Create a Satellite object
plot

Plot a Satellite object
satInfo

Get or access Satellite object information used by various functions
SatelliteLayers-class

An S4 class to represent satellite data
brick

Convert selected layers of a Satellite object to a RasterBrick
SatelliteMetaData-class

An S4 class to represent satellite metadata
alignGeometry

Align raster geometry between two data sets
calcDODN

Compile dark object DN for given sensor band
calcAtmosCorr

Atmospheric correction of remote sensing data
Satellite-class

An S4 class to represent a complete satellite dataset
calcEarthSunDist

Compute earth-sun distance based on day of the year
SatelliteInfo-class

An S4 class to represent a satellite data file
SatelliteLog-class

An S4 class to represent satellite log data
calcTopoCorr

Correct for topographic effects.