Skip to content

joe-fennell/sentinel-2-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel Simulator

Module to provide estimates of the Bottom-of-Atmosphere (surface-level reflectance) using the ASTM G173 simulated spectrum and the sensor sensitivity of the S2A sensors. Handles out-of-range values and returns in popular xarray.DataArray format.

Installation

Not pip installable. Run scripts in root directory of this repository

Requirements

  • NumPy
  • xarray
  • pandas

Example Useage

from SentinelSim import read_file, simulate
# read the spectrum you want to simulate
my_spectrum = read_file('path/to/file')
# simulate
simulation = simulate(my_spectrum)
# plot a pseudo spectrum of band responses
simulation.plot(x='peak_wavelength')

About

Fast emulator for Sentinel 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages