May 2022
We're pleased to announce our May 2022 release! This release includes several performance improvements, API enhancements, and many new datasets.
Highlights
- Improved performance and scalability of our STAC API. Requests to our STAC API, including searches, will return faster and scale to larger concurrent loads. See the pgstac 0.5 and 0.6 release notes for more.
- The Explorer now includes the ability to pin layers, allowing you to compare multiple queries. See working with multiple layers for more.
- Many new datasets are available through our catalog. See the datasets section below for more.
New datasets
This release includes many new datasets. Each of these links to the dataset details page, which includes an example notebook.
- Sentinel-1: Synthetic Aperture Radar raster products, including the world's first openly licensed (CC-BY-4.0), globally available radiometrically terrain corrected Sentinel 1 product.
- Sentinel-1 RTC: Global radiometrically terrain corrected SAR imagery derived from the Sentinel 1 Level 1 GRD product.
- Sentinel-1 GRD: Focused SAR data that has been detected, multi-looked and projected to ground range using an Earth ellipsoid model.
- Landsat: Imagery from Landsat 1-9, starting from 1972.
- Landsat Collection 2 Level-1: Landsat Collection 2 Level-1 data from the Multispectral Scanner System (MSS) onboard Landsat 1 through Landsat 5.
- Landsat Collection 2 Level-2: Landsat Collection 2 Level-2 data from the Thematic Mapper (TM) onboard Landsat 4 and 5, the Enhanced Thematic Mapper Plus (ETM+) onboard Landsat 7, and the Operational Land Imager (OLI) and Thermal Infrared Sensor (TIRS) onboard Landsat 8 and 9.
- MODIS imagery and derived products, starting from 2000.
- MODIS Burned Area Monthly: MODIS Burned Area Monthly
- MODIS Gross Primary Productivity 8-Day Gap-Filled: MODIS Gross Primary Productivity 8-Day Gap-Filled
- MODIS Gross Primary Productivity 8-Day: MODIS Gross Primary Productivity 8-Day
- MODIS Land Surface Temperature/3-Band Emissivity 8-Day: MODIS Land Surface Temperature/3-Band Emissivity 8-Day
- MODIS Land Surface Temperature/Emissivity 8-Day: MODIS Land Surface Temperature/Emissivity 8-Day
- MODIS Land Surface Temperature/Emissivity Daily: MODIS Land Surface Temperature/Emissivity Daily
- MODIS Leaf Area Index/FPAR 4-Day: MODIS Leaf Area Index/FPAR 4-Day
- MODIS Leaf Area Index/FPAR 8-Day: MODIS Leaf Area Index/FPAR 8-Day
- MODIS Nadir BRDF-Adjusted Reflectance (NBAR) Daily: MODIS Nadir BRDF-Adjusted Reflectance (NBAR) Daily
- MODIS Net Evapotranspiration Yearly Gap-Filled: MODIS Net Evapotranspiration Yearly Gap-Filled
- MODIS Net Primary Production Yearly Gap-Filled: MODIS Net Primary Production Yearly Gap-Filled
- MODIS Snow Cover 8-day: MODIS Snow Cover 8-day
- MODIS Snow Cover Daily: MODIS Snow Cover Daily
- MODIS Surface Reflectance 8-Day (250m): MODIS Surface Reflectance 8-Day (250m)
- MODIS Surface Reflectance 8-Day (500m): MODIS Surface Reflectance 8-Day (500m)
- MODIS Thermal Anomalies/Fire 8-Day: MODIS Thermal Anomalies/Fire 8-Day
- MODIS Thermal Anomalies/Fire Daily: MODIS Thermal Anomalies/Fire Daily
- MODIS Vegetation Indices 16-Day (250m): MODIS Vegetation Indices 16-Day (250m)
- MODIS Vegetation Indices 16-Day (500m): MODIS Vegetation Indices 16-Day (500m)
- USGS 3DEP: Lidar elevation data as Cloud Optimized Point Cloud (COPC) and derived Cloud Optimized GeoTIFF (COG) data processed from the USGS 3D Elevation Program.
- USGS 3DEP Lidar Point Cloud
- USGS 3DEP Lidar Height Above Ground (HAG)
- USGS 3DEP Lidar Classification
- USGS 3DEP Lidar Digital Surfice Model (DSM)
- USGS 3DEP Digital Terrain Model (DTM)
- USGS 3DEP Digital Terrain Model (Native)
- USGS 3DEP Lidar Point Source
- USGS 3DEP Lidar Intensity
- USGS 3DEP Lidar Returns
- NAIP: National Agriculture Imagery Program (NAIP) imagery updated for 2020
- CIL Global Downscaled Projections for Climate Impacts Research Collection: Climate Impact Lab Global Downscaled Projections for Climate Impacts Research
- ECMWF Open Data (real-time): ECMWF Open Data (Real Time) forecasts
- ERA5 - PDS: A comprehensive reanalysis, which assimilates as many observations as possible in the upper air and near surface.
- ESA WorldCover 2020: Global land cover product at 10 meter resolution for 2020 based on Sentinel-1 and Sentinel-2 data
- ALOS Forest/Non-Forest Annual Mosaic: Global 25-meter resolution map classifying "forest" and "non-forest" landcover.
- ALOS PALSAR Annual Mosaic: Global 25-meter resolution SAR image mosaic.
- NOAA C-CAP Regional Land Cover and Change: Periodic coastal landcover classifications back to 1975
- Urban Innovation Eclipse Sensor Data: A network of low-cost air quality sensing network for cities and led by the Urban Innovation Group at Microsoft Research
- Planet NICFI:
- Planet-NICFI Basemaps (Analytic): Planet's high-resolution, analysis-ready mosaics of the world's tropics (Microsoft - GEO RFP winners only)
- Planet-NICFI Basemaps (Visual): Planet's high-resolution, analysis-ready mosaics of the world's tropics (Microsoft - GEO RFP winners only)
API updates
STAC API
- Updated the STAC API to v1.0.0-rc.1
- Initial support for queryables in the STAC API. See Sentinel-2-l2a for an example. Additional queryables and more metadata description in coming releases.
- Scalability and performance improvements.
Data API
- Upgrades to pgstac-titiler 0.1.0a7
- Scalability and performance improvements.
Documentation and Tutorials
In addition to the dataset examples, we have several new tutorials going in-depth on a specific topic.
- Customizable radiometric terrain correction of Sentinel-1 products using the open-source sarsen package.
- Computing climate indicators with xclim
Hub environments
- Updated to planetary-computer-containers 2022.05.11.0
Changes
Changes in behavior that existing users may need to account for:
- The
landsat-8-c2-l2
collection is deprecated. This collection only contained Landsat 8 images from Collection 2. Please use thelandsat-c2-l2
collection, which now has data from Landsat 4 - 9 spanning all the way back to 1982. Existing workflows using landsat-8-c2-l2 items should be able to switch tolandsat-c2-l2
without disruption.landsat-8-c2-l2
is removed from the website but remains in the STAC API; however it will no longer be updated with new items. - Some queries on date ranges may return different results with this new release. This is due to corrections in the date range logic in our underlying metadata store, PgSTAC. For Items with all of a
start_datetime
,end_datetime
, anddatetime
property, only thestart_datetime
andend_datetime
will be considered, whereas previouslydatetime
was the target of the search.