Changelog
This is the changelog for the Planetary Computer January 2023 release. See previous changelogs for notes about previous releases.
This release brings a new datasets and features, including:
- Vector rendering
- New datasets
- Dataset updates
- Updates to our Terms of Use
- Notices for upcoming release
Vector Rendering
The Planetary Computer Data Catalog contains assets in a variety of common
geospatial formats, but until now the Explorer has only supported visualizing
raster data. With this release, we're introducing support for vector rendering
for collections with GeoParquet data assets. We're showcasing this feature with
the MS Buildings
dataset, which contains over 1 billion building footprints across the world.
For this, and future, GeoParquet vector datasets you'll find a new
collection-level asset
with a role of tilejson
that contains a TileJSON endpoint that can be used to render the data as Mapbox Vector Tiles.
Use the Explorer
to quickly visualize the geographic coverage of the dataset:
Or overlay it with other layers to see how it fits into the broader context of the world. For example, to see villages in southern Nigeria that have very low nighttime light intensity:
New datasets
This release includes several new datasets:
ESA Climate Change Initiative Land Cover
The ESA Climate Change Initiative Land Cover datasets consistent global annual land cover maps at 300m spatial resolution from 1992 to 2020. There are collections containing Cloud Optimized GeoTIFFs and NetCDF files.
This is a timelapse from 1992-2020 over the Amazon Rainforest in Brazil and Bolivia:
NOAA Climate Normals
The NOAA US Climate Normals datasets provide information about typical climate conditions for thousands of weather station locations across the United States.
The individual weather station data is contained in the noaa-climate-normals-tabular colleciton, which contains tabular data in GeoParquet format.
Additionally, there is gridded data provided in the collections noaa-climate-normals-gridded, which contains Cloud Optimized GeoTIFFs, and noaa-climate-normals-netcdf which contains NetCDF files.
Note that this dataset resides in the East US Azure region.
Cropland Data Layer
The USDA Cropland Data Layer is a crop-specific land cover classification product of more than 100 crop categories grown in the United States.
USGS Land Change Monitoring, Assessment, and Projection
The USGS Land Change Monitoring, Assessment, and Projection (LCMAP) datasets provide land cover mapping and change monitoring from the U.S.
There are two datasets; one containing "Collection 1.3" data for the Conterminous United States (usgs-lcmap-conus-v13) and another containing "Collection 1.0" data for Hawaii (usgs-lcmap-hawaii-v10)
This is a timelapse from 1985-2021 over California's Plumas National Forest:
National Wetlands Inventory
The FWS National Wetlands Inventory collection contains more than 35 million wetland and deepwater features. This dataset covers the conterminous United States, Hawaii, Puerto Rico, the Virgin Islands, Guam, the major Northern Mariana Islands and Alaska.
Dataset updates
NOAA GOES updates
- GOES-18 data is now available in the Cloud Moisture Index (goes-cmi) collection.
- Additional data products for GOES that are not yet in the API are documented in the catalog: Fire Detection and Characterization (FDC), Land Surface Temperature (LST), Rainfall Rate and Quantitative Precipitation Estimation (RRQPE), and Sea Surface Temperature (SST)
- The goes-cmi collection now has a render configuration that utilizes infrared data to better visualize night-time scenes. See this example in the Explorer.
Other dataset updates
- TerraClimate was updated to include the latest data from the producer, the Climatology Lab. The dataset now covers 1958 - 2021. Note that some variables, such as the station influence variables, are no longer provided. The Zarr store linked from the STAC collection is at a new URL. The data at the old URL will be deleted sometime in the future. In addition, the STAC metadata now includes the latest updates from the
xarray-assets
STAC extension. - The NOAA National Water Model data products, which are hosted but not yet fully integrated into the API, are now documented in the data catalog.
- Using new functionality in stactools, the footprints in the ASTER collection have been update to better match the actual image data, rather than the full raster extent.
- Collections now have an
msft:region
property, which indicates the Azure Region in which the data is hosted. - The Microsoft Building Footprints dataset can now be visualized in the Explorer, using the vector rendering feature described above.
Documentation Improvements
- Added a new Sentinel-2 notebook demonstrating the Sentinel-2 L2A Baseline Change, and how to harmonize data across it.
- Expanded the Data Catalog documentation to include a new section on how the Planetary Computer relates to data providers like the NOAA Open Data Dissemination program.
Updates to our Terms of Use
Our Terms of Use has been updated to clarify terms about the data access tokens issued by the Planetary Computer for data access. No change in behavior or permissions has occurred. Please read the Terms of Use to get more information about the permitted utilization of data tokens for the Planetary Computer.
Notices for upcoming release
Please be advised that in the next release, approximately in the April/May 2023 time frame, we will be upgrading the version of our raster tiling engine, TiTiler. This will result in some changes to the way rendering parameters are specified when generating image tiles. These changes will affect both the Item Tile endpoints and the Mosaic Tile endpoints.
These changes will not affect how you use the Explorer or any links you've saved or shared via the Explorer. It will only affect certain query string parameters you may have generated that hit /api/data/
endpoints directly.
Please see the upstream changes for more information:
If you have any questions, please reach out to us on our GitHub Discussions page.