Releases: stactools-packages/landsat
Releases · stactools-packages/landsat
v0.5.0
[0.5.0] - 2023-11-09
Added
- Populate item with processing datetime field
landsat:product_generated(#63)
Changed
- Replace use of externally-hosted Landsat Extension https://landsat.usgs.gov/stac/landsat-extension/v1.1.1/schema.json with community Landsat Extension https://stac-extensions.github.io/landsat/v2.0.0/schema.json (#63)
v0.4.1
What's Changed
- MTL Text representation parsing by @constantinius in #58
- Expect a winding warning by @gadomski in #61
- Release v0.4.1 by @gadomski in #62
New Contributors
- @constantinius made their first contribution in #58
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- add grid:code and proj:centroid by @philvarner in #56
- Autoupdate pre-commit by @gadomski in #57
- Fix coordinate tests by @gadomski in #60
- 0.4.0 release prep by @philvarner in #59
New Contributors
- @philvarner made their first contribution in #56
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Added
- "emissivity" to
roleslist on theemisandemsdassets (#47)
Removed
unitfrom theemisandemsdassets (emissivity coefficient is unitless) (#47)legacy_l8option from Item creation (#40)- Outdated
convertcommand (#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_itemfunction tocreate_item(#40)
Full Changelog: v0.2.4...v0.3.0
v0.2.4
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, andoffsetproperties fromraster:bandswhen "NULL" values formultandaddare encountered in the metadata. This applies to Collection 2 Level-1 data only (#33) - Handle MultiPolygon geometries before applying the stactools antimeridian
fix_itemutility function (#30) eo:cloud_coveris 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
Fixed
- Corrected
setup.cfgurls
v0.2.2
v0.2.1
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 (
scientificextension) 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
projectionextension andgsdinformation from the Assets to Item properties.- Assets having a different
gsdthan specified in the Item properties now override the Item propertiesgsdwith their owngsdvalue (i.e., the thermal bands).
- Assets having a different
- Update the
landsatextension fromv1.1.0tov1.1.1 - Include non-zero
off_nadirangles 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
- Correct EPSG code for southern hemisphere scenes to always use northern hemisphere codes
- Remove incorrect link to USGS STAC browser page