Skip to content

Releases: stactools-packages/landsat

v0.5.0

10 Nov 18:05
bde55a5
Compare
Choose a tag to compare

[0.5.0] - 2023-11-09

Added

  • Populate item with processing datetime field landsat:product_generated (#63)

Changed

v0.4.1

31 Aug 12:17
v0.4.1
73e518b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

18 Aug 17:43
v0.4.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Jan 22:06
0d327eb
Compare
Choose a tag to compare

Added

  • "emissivity" to roles list on the emis and emsd assets (#47)

Removed

  • unit from the emis and emsd assets (emissivity coefficient is unitless) (#47)
  • legacy_l8 option from Item creation (#40)
  • Outdated convert command (#40)
  • Unused utility functions: _parse_date, transform_mtl_to_stac, transform_stac_to_stac, stac_api_to_stac (#40)
  • Unused test data files (#40)
  • Unused docs directory (#40)

Changed

  • Item geometry and bbox coordinates rounded to six decimal places (#45)
  • Renamed create_stac_item function to create_item (#40)

Full Changelog: v0.2.4...v0.3.0

v0.2.4

13 Oct 12:39
aca5d1d
Compare
Choose a tag to compare

Fixed

  • Change function/method calls to remove warnings (#42)
  • Fixed issue where EPSG codes were missing the second to last digit when the digit is 0 (#39)
  • Remove the unit, scale, and offset properties from raster:bands when "NULL" values for mult and add are encountered in the metadata. This applies to Collection 2 Level-1 data only (#33)
  • Handle MultiPolygon geometries before applying the stactools antimeridian fix_item utility function (#30)
  • eo:cloud_cover is not added to Item properties when it was not computed (indicated by a value of -1) during scene processing (#28)

Full Changelog: v0.2.3...v0.2.4

v0.2.3

01 Apr 20:33
beb08f3
Compare
Choose a tag to compare

Fixed

  • Corrected setup.cfg urls

v0.2.2

01 Apr 16:09
Compare
Choose a tag to compare

This is a non-breaking release that adds the Classification Extension to the Item quality raster bands .

Added

  • Classification extension (classification:bitfields) added to Item QA Bands (#23)

v0.2.1

01 Apr 16:06
e9c067a
Compare
Choose a tag to compare

NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed headings below are ignored for Landsat 8 scenes unless legacy_l8=False is passed to the create_stac_item function.

Added

  • Collection 2 Level-1 and Level-2 Items from additional instruments and platforms:
    • Landsat 1-5 Multispectral Scanner System (MSS, Level-1)
    • Landsat 4-5 Thematic Mapper (TM, Level-2)
    • Landsat 7 Enhanced Thematic Mapper Plus (ETM+, Level-2)
    • Landsat 8*-9 Operational Land Imager and Thermal Infrared Sensor (OLI-TIRS, Level-2)
  • Collection 2 Level-1 and Level-2 STAC Collections
  • Item links to corresponding USGS STAC Items
  • Item and Collection DOI links (scientific extension) specific to the instrument
  • Option to split or normalize Item geometries that cross the antimeridian
  • Option to use Item geometry from the corresponding USGS STAC Item in lieu of computation from the ANG.txt metadata file
  • raster extension

Changed

  • Decrease Asset verbosity by moving redundant projection extension and gsd information from the Assets to Item properties.
    • Assets having a different gsd than specified in the Item properties now override the Item properties gsd with their own gsd value (i.e., the thermal bands).
  • Update the landsat extension from v1.1.0 to v1.1.1
  • Include non-zero off_nadir angles for Landsat 8-9
  • Switch to common EO band names for Asset keys to address existence of different band numbers for the same EO band between instruments or platforms
  • Update repository to the stactools-packages template contents.

Fixed

v0.2.0

21 Jul 02:28
cab49bf
Compare
Choose a tag to compare

Changed

  • Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)