ASF Software Tools | ASF offers several tools that can be used on many datasets. |
SMAP Analysis Client | Interactive application developed by the Jet Propulsion Lab (JPL) / NASA for Soil Moisture Active Passive (SMAP) data. Users may want to start with the calendar icon on the far right of the page. |
GDAL | The Geospatial Data Abstraction Library helps explore the general contents of SMAP Hierarchical Data Format (HDF) 5 data. The gdalinfo tool summarizes the data structure in the file. The gdal_translate tool can extract the SAR data out of the structure and store it into a more versatile GeoTIFF. |
ArcGIS (commercial GIS system) | Recognizes the HDF5 structure and is able to extract the SAR data on the fly. Does not calculate standard statistics for this data layer and is slow in rendering the data this way. Can be significantly improved by converting the HDF5 data layer HH into a GeoTIFF file using the gdal_translate tool. |
HDFView | Provided by the HDF group; looks at data in two ways. For quantitative analysis, the selected data layer must be opened as spreadsheet. For a visual analysis, HDFView provides the image view. The program has no options for stretching data in a statistical fashion. However, the user can manually change the brightness and contrast. |
Panoply | Developed by NASA's Goddard Institute for Space Studies, primarily used for global datasets of lower resolution. |
Interactive Data Language | The Interactive Data Language (IDL) provides a more programmatic means to visualize the SMAP HDF5 data. The IDL H5 browser has very limited functionality in terms of changing visual value ranges and stretching the imagery for visualization purposes, but it does provide users the ability to view the HDF5 products. |
Worldview quick-look tool | This tool from NASA's EOSDIS provides the capability to interactively browse global, full-resolution satellite imagery and then download the underlying data. Most of the 100+ available products are updated within three hours of observation. |
HDF Group | The HDF Group offers a list of software using HDF5. |