Skip to content

Commit 44e4ddf

Browse files
777arcMarc Lichtman
andauthored
Add HLS v2.0 (#499)
* Add HLS v2.0 * added to codefiles_urls * update * remove newline * asd * Update datasetFeatured.yml --------- Co-authored-by: Marc Lichtman <marclichtman@microsoft.com>
1 parent e0e7249 commit 44e4ddf

4 files changed

Lines changed: 49 additions & 0 deletions

File tree

etl/config/codefiles_urls.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datas
3030
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/gpm-imerg-hhr/gpm-imerg-hhr-example.ipynb
3131
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/gridmet/gridmet-example.ipynb
3232
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/hgb/hgb-example.ipynb
33+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/hls2/hls2-example.ipynb
3334
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/hrea/hrea-example.ipynb
3435
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/io-biodiversity/io-biodiversity-example.ipynb
3536
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/io-lulc/io-lulc-9-class-example.ipynb

src/config/datasetFeatured.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- modis
55
- sentinel-1
66
- sentinel-2-l2a
7+
- hls2

src/config/datasetGroups.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,3 +643,34 @@ esa-cci-lc:
643643
href: "https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/esa-cci-lc-group-thumb.png"
644644
keywords:
645645
["ESA", "CCI", "Land Cover", "Global"]
646+
647+
hls2:
648+
title: Harmonized Landsat and Sentinel-2 (HLS) v2.0
649+
short_description: >
650+
Harmonized Landsat Sentinel-2 (HLS) Version 2.0 provides consistent surface
651+
reflectance (SR) and top of atmosphere (TOA) brightness data from the Operational
652+
Land Imager (OLI) aboard the joint NASA/USGS Landsat 8 satellite and the
653+
Multi-Spectral Instrument (MSI) aboard the ESA (European Space Agency)
654+
Sentinel-2A and Sentinel-2B satellites.
655+
description: >
656+
Harmonized Landsat Sentinel-2 (HLS) Version 2.0 provides consistent surface
657+
reflectance (SR) and top of atmosphere (TOA) brightness data from the Operational
658+
Land Imager (OLI) aboard the joint NASA/USGS Landsat 8 satellite and the
659+
Multi-Spectral Instrument (MSI) aboard the ESA (European Space Agency)
660+
Sentinel-2A and Sentinel-2B satellites. The combined measurement enables global
661+
observations of the land every 2-3 days at 30 meter (m) spatial resolution.
662+
The HLSS30 and HLSL30 products are gridded to the same resolution and Military
663+
Grid Reference System (MGRS) tiling and are “stackable” for time series analysis.
664+
This dataset is in the form of [cloud-optimized GeoTIFFs](https://www.cogeo.org/).
665+
The HLS v2.0 data is generated by NASA's IMPACT team at Marshall Space Flight Center.
666+
The product latency is 1.7 days, from the satellite overpass to the HLS data
667+
availability at LP DAAC. For more information see LP DAAC's
668+
[HLS Overview](https://lpdaac.usgs.gov/data/get-started-data/collection-overview/missions/harmonized-landsat-sentinel-2-hls-overview/).
669+
assets:
670+
headerImg:
671+
href: ./images/sentinel-hero.jpg
672+
thumbnail:
673+
href: https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/landsat.png
674+
keywords:
675+
["Sentinel", "Landsat", "HLS", "Satellite", "Global", "Imagery"]
676+
groupOnCatalog: false

src/config/datasets.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,22 @@ hgb:
465465
src: hgb-example.html
466466
launch: datasets/hgb/hgb-example.ipynb
467467

468+
hls2-s30:
469+
category: Imagery
470+
headerImg: ./images/sentinel-hero.jpg
471+
tabs:
472+
- title: Example Notebook
473+
src: hls2-example.html
474+
launch: datasets/hls2/hls2-example.ipynb
475+
476+
hls2-l30:
477+
category: Imagery
478+
headerImg: ./images/sentinel-hero.jpg
479+
tabs:
480+
- title: Example Notebook
481+
src: hls2-example.html
482+
launch: datasets/hls2/hls2-example.ipynb
483+
468484
hrea:
469485
category: Infrastructure
470486
headerImg: ./images/hrea-hero.png

0 commit comments

Comments
 (0)