Skip to main content

Fractional Vegetation Cover (FVC) Remote Sensing Method from Carlson et al 1997 Python Package

Project description

carlson-fractional-vegetation-cover

Fractional Vegetation Cover (FVC) Remote Sensing Method from Carlson et al 1997 Python Package

Gregory H. Halverson (they/them)
gregory.h.halverson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G

Overview

This package provides a Python implementation of the Fractional Vegetation Cover (FVC) algorithm described by Carlson & Ripley (1997). It converts NDVI (Normalized Difference Vegetation Index) data to FVC using a linear scaling method, suitable for remote sensing applications.

Features

  • Converts NDVI to Fractional Vegetation Cover (FVC)
  • Supports both NumPy arrays and rasters.Raster objects
  • Based on peer-reviewed scientific literature

Installation

Install via pip:

pip install carlson-fractional-vegetation-cover

Usage

import numpy as np
from carlson_fractional_vegetation_cover import carlson_fractional_vegetation_cover

# Example NDVI array
NDVI = np.array([[0.1, 0.3, 0.5], [0.04, 0.52, 0.25]])
FVC = carlson_fractional_vegetation_cover(NDVI)
print(FVC)

Algorithm

The algorithm linearly scales NDVI values between two reference points:

  • NDVIv (full vegetation): 0.52 ± 0.03
  • NDVIs (bare soil): 0.04 ± 0.03

The formula:

FVC = clip((NDVI - NDVIs) / (NDVIv - NDVIs), 0.0, 1.0)

Values below NDVIs are set to 0 (bare soil), above NDVIv to 1 (full vegetation), and in between are linearly scaled.

References

License

See LICENSE file for details.

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

carlson_fractional_vegetation_cover-1.0.1.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file carlson_fractional_vegetation_cover-1.0.1.tar.gz.

File metadata

File hashes

Hashes for carlson_fractional_vegetation_cover-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d4ceeb57d23719c85a2e566b0e439bfbb40823eea1a10a6c0c9f04911fc0adf2
MD5 cc050b02537b4909356b5d28357b6831
BLAKE2b-256 3213f42f5e8b6c1c6b304d3f00aa21f86aac23824c6448db11742e82e2770175

See more details on using hashes here.

File details

Details for the file carlson_fractional_vegetation_cover-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for carlson_fractional_vegetation_cover-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d5edc4dd59869cd7978b12db4b45482303b588fbbc19f0207a929c296b423be
MD5 d1b5ae89cbd0931919d5a77b23e37233
BLAKE2b-256 b51187a9b2596b9185edf0a58a28495b464fb8cd6e317857edf21adc519bbb65

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