Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.31 KB

itslive_regions_documentation.md

File metadata and controls

35 lines (22 loc) · 1.31 KB

← Back to ITS_LIVE main page

itslive_regions documentation

The itslive_regions function displays a world map with ITS_LIVE mosaic regions labeled.

Syntax

itslive_regions
h = itslive_regions 

Description

itslive_regions displays a map of ITS_LIVE regions.

h = itslive_regions also returns a handle h of the plotted object.

Example

Here's how to show the ITS_LIVE regions in MATLAB:

itslive_regions

In the image above, each colored rectangle represents an ITS_LIVE mosaic region. For example, RGI01A corresponds to Region 1 in the syntax of the MATLAB functions in this repository.

Some 100 km by 100 km black squares fall outside the ITS_LIVE mosaic regions. In those locations, the full record of velocity data are available in Zarr and NetCDF format as Level 2 image-pair data, but are not provided as mosaicked data.

To explore what data are available, check out https://its-live-data.s3.amazonaws.com/index.html.

Author Info

The MATLAB functions in this repo and this documentation were written by Chad A. Greene of NASA/JPL. The NASA MEaSUREs ITS_LIVE project is by Alex S. Gardner and the ITS_LIVE team.