Metadata-Version: 2.1
Name: openet-landsat-nrt
Version: 0.0.5
Summary: Earth Engine near realtime Landsat functions
Author-email: Yun Yang <yun.yang@msstate.edu>
Maintainer-email: Charles Morton <charles.morton@dri.edu>
Project-URL: Homepage, https://github.com/Open-ET/openet-landsat-nrt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: earthengine-api>=0.1.364
Requires-Dist: openet-core>=0.2.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# OpenET - Landsat Near Realtime (NRT) Algorithms

Generate synthetic level 2 (surface reflectance) images for any Landsat 8 collection 2 tier 1 TOA image.

## Example

```
image_id = 'LANDSAT/LC08/C02/T1_RT_TOA/LC08_043034_20230710'
sr_image = openet.nrt.landsat8(ee.Image(image_id))
```
