Skip to content

Releases: Open-ET/openet-core

v0.5.2

30 Aug 22:12
Compare
Choose a tag to compare

Restructured the interpolation code so that the prep calls (to unscale the images and add the mask and time bands ) are made inside the functions instead of needing to be done ahead of time in the export tools. The export tools in openet-tools have been updated to match this workflow.

Added a flag to the cloud masking to support masking water pixels.

v0.4.2

17 May 03:13
Compare
Choose a tag to compare

General LST correction updates and fixes. Removed unnecessary reproject and clipping calls.
Fixed bug with LST correction failing when version number in LANDSAT_PRODUCT_ID is different between SR and TOA images.

Interpolate "use_joins" parameter is default to True now.

Interpolation bilinear resampling support

05 Mar 04:21
Compare
Choose a tag to compare

Added support for setting the "bilinear" resample option in the interpolation calls.

Added additional Landsat C02 scene masking options

16 Feb 21:23
Compare
Choose a tag to compare

Added additional Landsat filtering using the TOA simpleCloudScore function (cloud_score_flag=True and cloud_score_pct=100) as well as filtering using the QA_RADSAT and SR_CLOUD_QA bands.

Other Changes:

  • Bumped the minimum supported Python version to 3.8
  • Remove Landsat Collection 1 support

v0.1.3

25 Jan 13:17
Compare
Choose a tag to compare

Restructured project to use a pyproject.toml file.

Changed Landsat Collection 2 SR saturation masking to only check the red/green/blue bands.

v0.1.1

20 Sep 16:48
Compare
Choose a tag to compare

Updated the Landsat Collection 2 LST emissivity correction calculation.

v0.1.0

09 Jun 20:46
cdc8f19
Compare
Choose a tag to compare

First non-beta release. Added support for correcting the blockiness issue in the Collection 2 LST product.

v0.0.29

05 Apr 13:39
75a08d3
Compare
Choose a tag to compare

Initial support for QA_RADSAT masking and removed t_interval default value in scene interpolate functions.

v0.0.25

27 Apr 18:35
Compare
Choose a tag to compare

Code used for generating the phase 2 intercomparison scenes with Landsat Collection 2 images.

v0.0.22

24 Nov 14:52
Compare
Choose a tag to compare

Bumped minimum earthengine-api version to 0.1.232 and removed all "use_cloud_api" parameters in ee.Initialize().