Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

ceholden/landsat_stack

Repository files navigation

landsat_stack

Example time series stacks of Landsat data stored in tarballs compressed with bzip2 or gzip.

Locations

Downloads are hosted on my university's FTP server.

  • Harvard Forest, Massachusetts, USA (P013-R030)
  • Forest in Colorado, USA (P035-R032)
    • Footprint
    • Download 12MB
    • Stack pattern: L*stack.gtif
    • File format: GeoTIFF
    • Size: 61x61 pixels x 447 images
  • Chiapas, Mexico (P022-R049)
    • Footprint
    • Download 327MB
    • Stack pattern: L*stack
    • File format: ENVI BIP
    • Size: 250x250 pixels x 320 images
    • Model results (for testing, don't consider them "good" results necessarily)
      • CCDC: images/TSFitMap
      • CCDCesque via YATSM: images/YATSM

Format:

  • 8 band images
    • Band 1 SR (SR * 10000)
    • Band 2 SR (SR * 10000)
    • Band 3 SR (SR * 10000)
    • Band 4 SR (SR * 10000)
    • Band 5 SR (SR * 10000)
    • Band 7 SR (SR * 10000)
    • Band 6 Thermal Brightness (C * 100)
    • Fmask
      • 0 - clear land
      • 1 - clear water
      • 2 - cloud
      • 3 - snow
      • 4 - shadow
      • 255 - NoData

Either:

  • "ENVI" format band-interleave by pixel (BIP)
  • GeoTIFF

Example:

Here is an example directory listing of the p013r030 dataset, when extracted:

p013r030/
└── subset
    ├── cache
    ├── LE70130301999211EDC00
    │   ├── LE70130301999211EDC00_MTL.txt
    │   ├── LE70130301999211EDC00_stack
    │   ├── LE70130301999211EDC00_stack.aux.xml
    │   └── LE70130301999211EDC00_stack.hdr
    ├── LE70130301999243EDC00
    │   ├── LE70130301999243EDC00_MTL.txt
    │   ├── LE70130301999243EDC00_stack
    │   ├── LE70130301999243EDC00_stack.aux.xml
    │   └── LE70130301999243EDC00_stack.hdr
    ├── LE70130301999275EDC01

...

├── LT50130302011316GNC01
│   ├── LT50130302011316GNC01_MTL.txt
│   ├── LT50130302011316GNC01_stack
│   ├── LT50130302011316GNC01_stack.aux.xml
│   └── LT50130302011316GNC01_stack.hdr

About

Example time series stack of Landsat data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published