Skip to main content

Python implementation of the SPART optical radiative transfer model.

Project description

SPART-python

Overview

This is a Python port of the Matlab code for the SPART radiative transfer model.

The source code can be found at: https://github.com/wirrell/SPART-python

The original code can be found at: https://github.com/peiqiyang/SPART

The model paper is: The SPART model: A soil-plant-atmosphere radiative transfer model for satellite measurements in the solar spectrum - Yang et al. (2020)

Installation

pip install SPART-python

Requirements

Python 3.4+
NumPy
SciPy
Pandas

Quickstart Example

   import SPART
   leafbio = SPART.LeafBiology(40, 10, 0.02, 0.01, 0, 10, 1.5)
   soilpar = SPART.SoilParameters(0.5, 0, 100, 15)
   canopy = SPART.CanopyStructure(3, -0.35, -0.15, 0.05)
   angles = SPART.Angles(40, 0, 0)
   atm = SPART.AtmosphericProperties(0.3246, 0.3480, 1.4116, 1013.25)
   spart = SPART.SPART(soilpar, leafbio, canopy, atm, angles, 'TerraAqua-MODIS',
                 100)
   results = spart.run()  # Pandas DataFrame containing R_TOC, R_TOA, L_TOA

Documentation

Full documentation can be found at https://spart-python.readthedocs.io/

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

SPART-python-1.0.4.tar.gz (388.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SPART_python-1.0.4-py3-none-any.whl (406.9 kB view details)

Uploaded Python 3

File details

Details for the file SPART-python-1.0.4.tar.gz.

File metadata

  • Download URL: SPART-python-1.0.4.tar.gz
  • Upload date:
  • Size: 388.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for SPART-python-1.0.4.tar.gz
Algorithm Hash digest
SHA256 17bb53942c28dfc8b10a42f2820645693d731a13d39936d68ad9b7a74c3f1321
MD5 108469ea65ebb352fe002eb3d5023a3d
BLAKE2b-256 12918e2f52310f9eaf722064c154a0eb4e994801da1a0a079732b724a6268341

See more details on using hashes here.

File details

Details for the file SPART_python-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: SPART_python-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 406.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for SPART_python-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 82a914dd5c7e9bb7d98aac946b58a334e546ebee1eb374c1dbdb1bce1c18ad4f
MD5 e8af34f35c86380c3d25f0102e84dc47
BLAKE2b-256 a55487debb560aab48c590ae7555b4a2a3e4db389b9273a5497ceeb40e0d8079

See more details on using hashes here.

Supported by

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