Skip to main content

A Simplified and Robust Surface Reflectance Estimation Method for Satellite Imagery

Project description

SREM estimates surface reflectance of satellite imagery without integrating information of aerosol particles and atmospheric gasses. Core algorithm is based on "A Simplified and Robust Surface Reflectance Estimation Method (SREM) for Use over DiverseLand Surfaces Using Multi-Sensor Data" [pdf].

Installation

This library supports Python >= 3.6

pip install srem

Usage

import numpy as np
from srem import srem

surface_reflectance = srem(
    toa_reflectance, # np.ndarray with shape of (height, width)
    wavelength, # float in micrometer
    solar_azimuth_angle_deg, # float or np.ndarray with shape of (height, width)
    solar_zenith_angle_deg, # float or np.ndarray with shape of (height, width)
    sensor_azimuth_angle_deg, # float or np.ndarray with shape of (height, width)
    sensor_zenith_angle_deg # float or np.ndarray with shape of (height, width)
)

assert isinstance(surface_reflectance, np.ndarray)
assert surface_reflectance.shape == toa_reflectance.shape

For detailed usage, please refer to examples of Landsat-8 and Sentinel-2.

References

  • Bilal, Muhammad, et al. "A simplified and robust surface reflectance estimation method (srem) for use over diverse land surfaces using multi-sensor data." Remote Sensing 11.11 (2019): 1344.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

srem-1.0.0.tar.gz (808.2 kB view details)

Uploaded Source

Built Distribution

srem-1.0.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file srem-1.0.0.tar.gz.

File metadata

  • Download URL: srem-1.0.0.tar.gz
  • Upload date:
  • Size: 808.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for srem-1.0.0.tar.gz
Algorithm Hash digest
SHA256 994aae9d2a15ee48487151c6a4bb4e05f1e9748d8e915053da569c653b7cf865
MD5 2109d88b60381d7f70180babcc464e30
BLAKE2b-256 2635b298f9f8c62977a39075df2282ef8a4ea02bcb7ec252d0d3a32eadd560a2

See more details on using hashes here.

File details

Details for the file srem-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: srem-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for srem-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1df36f2790d10fe30a5610dcda210a701e4858e14d3730c90df381b22b6650b3
MD5 9400b2b859e2d8fd36ff68f07bea275c
BLAKE2b-256 81c183d9a7a6de0ae4612b65adf43b49b61afacfb6327e5e853e6c0ba131cfe2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page