January, 2023 Release Thread! #170
TomAugspurger
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're pleased to announce the latest release of the Planetary Computer. Check out the changelog for all of the new features and datasets.
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
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
Other dataset updates
xarray-assets
STAC extension.msft:region
property, which indicates the Azure Region in which the data is hosted.Documentation Improvements
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.
Beta Was this translation helpful? Give feedback.
All reactions