openet-landsat-lst


Nameopenet-landsat-lst JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryEarth Engine based Landsat LST sharpening functions
upload_time2024-03-07 00:35:15
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords lst openet earth engine evapotranspiration landsat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Landsat LST Sharpening Algorithms

The thermal sharpening algorithm is developed for Landsat 5, 7, 8, or 9. The algorithm has three components.  

* **Global process**: first, a random forest model is built using spatially homogeneous samples selected from the whole Landsat scene. To achieve this, the shortwave spectral bands (30m) are first aggregated to match the resolution of the TIR band. Pixels with low spatial heterogeneity are selected to build a random forest regressor between shortwave surface reflectance and TIR brightness temperature.  
* **Local process**: second, local models are built for each aggregated pixel using a moving window (neighbor analysis) with a predefined size. Homogeneous pixels within the window are used to establish simple linear regression between shortwave surface reflectance and TIR brightness temperature.  
* **Combination**: thirdly, both local and global results are aggregated to initial TIR resolution and compared to the TIR band. The difference between aggregated sharpened TIR and original TIR is computed as residuals. The combined model is a linear combination of the local and global results using the reversed squared residual as weights. 
* **Energy conservation**: finally, the combined sharpened image is aggregated to TIR resolution and residuals are computed. To avoid box-like features, the residual image is resampled to higher resolution with bilinear interpolation and added back to the combined sharpened image.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "openet-landsat-lst",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Charles Morton <charles.morton@dri.edu>",
    "keywords": "LST,OpenET,Earth Engine,Evapotranspiration,Landsat",
    "author": "",
    "author_email": "Yanghui Kang <ykang38@wisc.edu>, Yun Yang <yun.yang@msstate.edu>",
    "download_url": "https://files.pythonhosted.org/packages/21/3f/25a0181d602bcafa9fc47059258f3e450d36dc0ed5b6c56b28cb66456b78/openet-landsat-lst-0.2.0.tar.gz",
    "platform": null,
    "description": "# Landsat LST Sharpening Algorithms\n\nThe thermal sharpening algorithm is developed for Landsat 5, 7, 8, or 9. The algorithm has three components.  \n\n* **Global process**: first, a random forest model is built using spatially homogeneous samples selected from the whole Landsat scene. To achieve this, the shortwave spectral bands (30m) are first aggregated to match the resolution of the TIR band. Pixels with low spatial heterogeneity are selected to build a random forest regressor between shortwave surface reflectance and TIR brightness temperature.  \n* **Local process**: second, local models are built for each aggregated pixel using a moving window (neighbor analysis) with a predefined size. Homogeneous pixels within the window are used to establish simple linear regression between shortwave surface reflectance and TIR brightness temperature.  \n* **Combination**: thirdly, both local and global results are aggregated to initial TIR resolution and compared to the TIR band. The difference between aggregated sharpened TIR and original TIR is computed as residuals. The combined model is a linear combination of the local and global results using the reversed squared residual as weights. \n* **Energy conservation**: finally, the combined sharpened image is aggregated to TIR resolution and residuals are computed. To avoid box-like features, the residual image is resampled to higher resolution with bilinear interpolation and added back to the combined sharpened image.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Earth Engine based Landsat LST sharpening functions",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Open-ET/openet-landsat-lst"
    },
    "split_keywords": [
        "lst",
        "openet",
        "earth engine",
        "evapotranspiration",
        "landsat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "213f25a0181d602bcafa9fc47059258f3e450d36dc0ed5b6c56b28cb66456b78",
                "md5": "832eb5def67e5766f8cd4727c73bf76a",
                "sha256": "2d03c97133a297b459c24943a7c83dd09f2211afe175e77a83908c4a197949d3"
            },
            "downloads": -1,
            "filename": "openet-landsat-lst-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "832eb5def67e5766f8cd4727c73bf76a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8928,
            "upload_time": "2024-03-07T00:35:15",
            "upload_time_iso_8601": "2024-03-07T00:35:15.633399Z",
            "url": "https://files.pythonhosted.org/packages/21/3f/25a0181d602bcafa9fc47059258f3e450d36dc0ed5b6c56b28cb66456b78/openet-landsat-lst-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 00:35:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Open-ET",
    "github_project": "openet-landsat-lst",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "openet-landsat-lst"
}
        
Elapsed time: 0.23693s