jsonsql/SMAP template v091 sql.json (setup_db)
Add the SMAP product templates
The json command file SMAP_template_v091_sql.json is part of karttur’s GeoImagine project setup_db. Calling the json file will execute the following commands of the GeoImagine Framework.
{
"process": [
{
"processid": "createtable",
"overwrite": false,
"delete": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": [
"daacid varchar(16)",
"version varchar(4)",
"source varchar(32)",
"product varchar(24)",
"content varchar(32)",
"layerid varchar(64)",
"prefix varchar(32)",
"suffix varchar(32)",
"fileext varchar(8)",
"region varchar (32)",
"celltype varchar(8)",
"dataunit varchar(32)",
"compid varchar(128)",
"hdffolder varchar(255)",
"hdfgrid varchar(255)",
"band smallint DEFAULT 1",
"scalefac real",
"offsetadd real",
"cellnull bigint",
"measure char(1)",
"masked char(1) DEFAULT 'N'",
"timestep varchar(16)",
"retrieve character(1)",
"title varchar(128)",
"label varchar(255)",
"system varchar(16)",
"epsg bigint",
"ullat double precision",
"ullon double precision",
"lrlat double precision",
"lrlon double precision",
"ulx double precision",
"uly double precision",
"lrx double precision",
"lry double precision",
"PRIMARY KEY (daacid,version,layerid)"
]
}
},
{
"processid": "tableinsert",
"overwrite": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": {
"columns": [
"daacid",
"version",
"hdffolder",
"hdfgrid",
"band",
"fileext",
"timestep",
"title",
"label",
"region",
"system",
"epsg",
"ullat",
"ullon",
"lrlat",
"lrlon",
"ulx",
"uly",
"lrx",
"lry",
"retrieve",
"source",
"product",
"content",
"layerid",
"prefix",
"suffix",
"compid",
"masked",
"measure",
"dataunit",
"scalefac",
"offsetadd",
"cellnull",
"celltype"
],
"values": [
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_column_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 36 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'EASE-column-index-northpolar'",
"'EASE-column-index'",
"'003'",
"'freeze-thaw_ease-column-index-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_column_index'",
"'2'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 36 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'EASE-column-index-southpolar'",
"'EASE-column-index'",
"'003'",
"'freeze-thaw_ease-column-index-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_row_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 36 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'EASE-row-index-northpolar'",
"'EASE-row-index'",
"'003'",
"'freeze-thaw_ease-row-index-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_row_index'",
"'2'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 36 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'EASE-row-index-southpolar'",
"'EASE-row-index'",
"'003'",
"'freeze-thaw_ease-row-index-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'FT_SCV_threshold'",
"'1'",
"'tif'",
"'1D'",
"'FT SCV threshold'",
"'Threshold for the SCV algorithm based on reference V-pol TB to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'FT-SCV-threshold-northpolar'",
"'FT-SCV-threshold'",
"'003'",
"'freeze-thaw_ft-scv-threshold-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'FT_SCV_threshold'",
"'2'",
"'tif'",
"'1D'",
"'FT SCV threshold'",
"'Threshold for the SCV algorithm based on reference V-pol TB to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'FT-SCV-threshold-southpolar'",
"'FT-SCV-threshold'",
"'003'",
"'freeze-thaw_ft-scv-threshold-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_dem'",
"'1'",
"'tif'",
"'1D'",
"'altitude dem'",
"'The Earth surface elevation within the grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'altitude-dem-northpolar'",
"'altitude-dem'",
"'003'",
"'freeze-thaw_altitude-dem-northpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_dem'",
"'2'",
"'tif'",
"'1D'",
"'altitude dem'",
"'The Earth surface elevation within the grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'altitude-dem-southpolar'",
"'altitude-dem'",
"'003'",
"'freeze-thaw_altitude-dem-southpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'altitude std dev'",
"'The standard deviation of the Earth surface elevation within the grid cell. This element provides a surface roughness measure. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'altitude-std-dev-northpolar'",
"'altitude-std-dev'",
"'003'",
"'freeze-thaw_altitude-std-dev-northpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_std_dev'",
"'2'",
"'tif'",
"'1D'",
"'altitude std dev'",
"'The standard deviation of the Earth surface elevation within the grid cell. This element provides a surface roughness measure. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'altitude-std-dev-southpolar'",
"'altitude-std-dev'",
"'003'",
"'freeze-thaw_altitude-std-dev-southpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'data_sampling_density'",
"'1'",
"'tif'",
"'1D'",
"'data sampling density'",
"'Total number of radiometer data samples in the grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'data-sampling-density-northpolar'",
"'data-sampling-density'",
"'003'",
"'freeze-thaw_data-sampling-density-northpolar'",
"'N'",
"'R'",
"'km'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'data_sampling_density'",
"'2'",
"'tif'",
"'1D'",
"'data sampling density'",
"'Total number of radiometer data samples in the grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'data-sampling-density-southpolar'",
"'data-sampling-density'",
"'003'",
"'freeze-thaw_data-sampling-density-southpolar'",
"'N'",
"'R'",
"'km'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_reference'",
"'1'",
"'tif'",
"'1D'",
"'freeze reference'",
"'Reference normalized polarization ratio value used as a basis to indicate frozen conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'freeze-reference-northpolar'",
"'freeze-reference'",
"'003'",
"'freeze-thaw_freeze-reference-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_reference'",
"'2'",
"'tif'",
"'1D'",
"'freeze reference'",
"'Reference normalized polarization ratio value used as a basis to indicate frozen conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'freeze-reference-southpolar'",
"'freeze-reference'",
"'003'",
"'freeze-thaw_freeze-reference-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'Y'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'freeze-thaw-northpolar'",
"'freeze-thaw'",
"'003'",
"'freeze-thaw_freeze-thaw-northpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw'",
"'2'",
"'tif'",
"'1D'",
"'freeze thaw'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'Y'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'freeze-thaw-southpolar'",
"'freeze-thaw'",
"'003'",
"'freeze-thaw_freeze-thaw-southpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw_time_seconds'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw time seconds'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'freeze-thaw-time-seconds-northpolar'",
"'freeze-thaw-time-seconds'",
"'003'",
"'freeze-thaw_freeze-thaw-time-seconds-northpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw_time_seconds'",
"'2'",
"'tif'",
"'1D'",
"'freeze thaw time seconds'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'freeze-thaw-time-seconds-southpolar'",
"'freeze-thaw-time-seconds'",
"'003'",
"'freeze-thaw_freeze-thaw-time-seconds-southpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'landcover_class'",
"'1'",
"'tif'",
"'1D'",
"'landcover class'",
"'An enumerated type that specifies the predominant surface vegetation found in the grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'landcover-class-northpolar'",
"'landcover-class'",
"'003'",
"'freeze-thaw_landcover-class-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'landcover_class'",
"'2'",
"'tif'",
"'1D'",
"'landcover class'",
"'An enumerated type that specifies the predominant surface vegetation found in the grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'landcover-class-southpolar'",
"'landcover-class'",
"'003'",
"'freeze-thaw_landcover-class-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'latitude'",
"'1'",
"'tif'",
"'1D'",
"'latitude'",
"'Latitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'latitude-northpolar'",
"'latitude'",
"'003'",
"'freeze-thaw_latitude-northpolar'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'latitude'",
"'2'",
"'tif'",
"'1D'",
"'latitude'",
"'Latitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'latitude-southpolar'",
"'latitude'",
"'003'",
"'freeze-thaw_latitude-southpolar'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'longitude'",
"'1'",
"'tif'",
"'1D'",
"'longitude'",
"'Longitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'longitude-northpolar'",
"'longitude'",
"'003'",
"'freeze-thaw_longitude-northpolar'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'longitude'",
"'2'",
"'tif'",
"'1D'",
"'longitude'",
"'Longitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'longitude-southpolar'",
"'longitude'",
"'003'",
"'freeze-thaw_longitude-southpolar'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'normalized_polarization_ratio'",
"'1'",
"'tif'",
"'1D'",
"'normalized polarization ratio'",
"'Normalized Tb polarization ratio at the Earth based grid cell defined as (TBH-TBV)/(TBH+TBV). The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'normalized-polarization-ratio-northpolar'",
"'normalized-polarization-ratio'",
"'003'",
"'freeze-thaw_normalized-polarization-ratio-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'normalized_polarization_ratio'",
"'2'",
"'tif'",
"'1D'",
"'normalized polarization ratio'",
"'Normalized Tb polarization ratio at the Earth based grid cell defined as (TBH-TBV)/(TBH+TBV). The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'normalized-polarization-ratio-southpolar'",
"'normalized-polarization-ratio'",
"'003'",
"'freeze-thaw_normalized-polarization-ratio-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'open_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'open water body fraction'",
"'Fraction of the area of the grid cell surface covered by open water. Open water areas do not have vegetation at or on the water surface. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'open-water-body-fraction-northpolar'",
"'open-water-body-fraction'",
"'003'",
"'freeze-thaw_open-water-body-fraction-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'open_water_body_fraction'",
"'2'",
"'tif'",
"'1D'",
"'open water body fraction'",
"'Fraction of the area of the grid cell surface covered by open water. Open water areas do not have vegetation at or on the water surface. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'open-water-body-fraction-southpolar'",
"'open-water-body-fraction'",
"'003'",
"'freeze-thaw_open-water-body-fraction-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'reference_image_threshold'",
"'1'",
"'tif'",
"'1D'",
"'reference image threshold'",
"'Threshold based on reference freeze and thaw to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'reference-image-threshold-northpolar'",
"'reference-image-threshold'",
"'003'",
"'freeze-thaw_reference-image-threshold-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'reference_image_threshold'",
"'2'",
"'tif'",
"'1D'",
"'reference image threshold'",
"'Threshold based on reference freeze and thaw to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'reference-image-threshold-southpolar'",
"'reference-image-threshold'",
"'003'",
"'freeze-thaw_reference-image-threshold-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_algorithm_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval algorithm flag'",
"'Boolean that indicates whether the NPR change detection algorithm or the single-channel V-pol threshold algorithm was used to retrieve freeze-thaw state. A value of 0 indicates the NPR algorithm a value of 1 indicates the SCV algorithm. The AM (dimension'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'retrieval-algorithm-flag-northpolar'",
"'retrieval-algorithm-flag'",
"'003'",
"'freeze-thaw_retrieval-algorithm-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_algorithm_flag'",
"'2'",
"'tif'",
"'1D'",
"'retrieval algorithm flag'",
"'Boolean that indicates whether the NPR change detection algorithm or the single-channel V-pol threshold algorithm was used to retrieve freeze-thaw state. A value of 0 indicates the NPR algorithm a value of 1 indicates the SCV algorithm. The AM (dimension'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'retrieval-algorithm-flag-southpolar'",
"'retrieval-algorithm-flag'",
"'003'",
"'freeze-thaw_retrieval-algorithm-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Sequence of bit flags that indicate the conditions and the quality of the freeze-thaw retrieval. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'retrieval-qual-flag-northpolar'",
"'retrieval-qual-flag'",
"'003'",
"'freeze-thaw_retrieval-qual-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_qual_flag'",
"'2'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Sequence of bit flags that indicate the conditions and the quality of the freeze-thaw retrieval. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'retrieval-qual-flag-southpolar'",
"'retrieval-qual-flag'",
"'003'",
"'freeze-thaw_retrieval-qual-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'surface_flag'",
"'1'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'surface-flag-northpolar'",
"'surface-flag'",
"'003'",
"'freeze-thaw_surface-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'surface_flag'",
"'2'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'surface-flag-southpolar'",
"'surface-flag'",
"'003'",
"'freeze-thaw_surface-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_error'",
"'1'",
"'tif'",
"'1D'",
"'tbh error'",
"'Overall error measure for H-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbh-error-northpolar'",
"'tbh-error'",
"'003'",
"'freeze-thaw_tbh-error-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_error'",
"'2'",
"'tif'",
"'1D'",
"'tbh error'",
"'Overall error measure for H-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbh-error-southpolar'",
"'tbh-error'",
"'003'",
"'freeze-thaw_tbh-error-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_mean'",
"'1'",
"'tif'",
"'1D'",
"'tbh mean'",
"'Mean of H-pol brightness temperature in the 36 km Earth grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbh-mean-northpolar'",
"'tbh-mean'",
"'003'",
"'freeze-thaw_tbh-mean-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_mean'",
"'2'",
"'tif'",
"'1D'",
"'tbh mean'",
"'Mean of H-pol brightness temperature in the 36 km Earth grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbh-mean-southpolar'",
"'tbh-mean'",
"'003'",
"'freeze-thaw_tbh-mean-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'tbh qual flag'",
"'Bit flags that represent the quality of the horizontal polarization brightness temperature within each grid cell'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbh-qual-flag-northpolar'",
"'tbh-qual-flag'",
"'003'",
"'freeze-thaw_tbh-qual-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_qual_flag'",
"'2'",
"'tif'",
"'1D'",
"'tbh qual flag'",
"'Bit flags that represent the quality of the horizontal polarization brightness temperature within each grid cell'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbh-qual-flag-southpolar'",
"'tbh-qual-flag'",
"'003'",
"'freeze-thaw_tbh-qual-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_error'",
"'1'",
"'tif'",
"'1D'",
"'tbv error'",
"'Overall error measure for V-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbv-error-northpolar'",
"'tbv-error'",
"'003'",
"'freeze-thaw_tbv-error-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_error'",
"'2'",
"'tif'",
"'1D'",
"'tbv error'",
"'Overall error measure for V-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbv-error-southpolar'",
"'tbv-error'",
"'003'",
"'freeze-thaw_tbv-error-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_mean'",
"'1'",
"'tif'",
"'1D'",
"'tbv mean'",
"'Mean of V-pol brightness temperature in the 36 km Earth grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbv-mean-northpolar'",
"'tbv-mean'",
"'003'",
"'freeze-thaw_tbv-mean-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_mean'",
"'2'",
"'tif'",
"'1D'",
"'tbv mean'",
"'Mean of V-pol brightness temperature in the 36 km Earth grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbv-mean-southpolar'",
"'tbv-mean'",
"'003'",
"'freeze-thaw_tbv-mean-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'tbv qual flag'",
"'Bit flags that represent the quality of the vertical polarization brightness temperature within each grid cell'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbv-qual-flag-northpolar'",
"'tbv-qual-flag'",
"'003'",
"'freeze-thaw_tbv-qual-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_qual_flag'",
"'2'",
"'tif'",
"'1D'",
"'tbv qual flag'",
"'Bit flags that represent the quality of the vertical polarization brightness temperature within each grid cell'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'tbv-qual-flag-southpolar'",
"'tbv-qual-flag'",
"'003'",
"'freeze-thaw_tbv-qual-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'thaw_reference'",
"'1'",
"'tif'",
"'1D'",
"'thaw reference'",
"'Reference normalized polarization ratio value used as a basis to indicate thawed conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'thaw-reference-northpolar'",
"'thaw-reference'",
"'003'",
"'freeze-thaw_thaw-reference-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'thaw_reference'",
"'2'",
"'tif'",
"'1D'",
"'thaw reference'",
"'Reference normalized polarization ratio value used as a basis to indicate thawed conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'thaw-reference-southpolar'",
"'thaw-reference'",
"'003'",
"'freeze-thaw_thaw-reference-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_direction'",
"'1'",
"'tif'",
"'1D'",
"'transition direction'",
"'Boolean that indicates transitional direction. 0 indicates AM frozen PM thawed 1 indicates AM thawed PM frozen. Value is always zero if not in transition state.'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'transition-direction-northpolar'",
"'transition-direction'",
"'003'",
"'freeze-thaw_transition-direction-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_direction'",
"'2'",
"'tif'",
"'1D'",
"'transition direction'",
"'Boolean that indicates transitional direction. 0 indicates AM frozen PM thawed 1 indicates AM thawed PM frozen. Value is always zero if not in transition state.'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'transition-direction-southpolar'",
"'transition-direction'",
"'003'",
"'freeze-thaw_transition-direction-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_state_flag'",
"'1'",
"'tif'",
"'1D'",
"'transition state flag'",
"'Boolean that indicates whether soil is in transitional state from AM to PM on the same day. 0 indicates state is not in transition 1 indicates state is in transition.'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'transition-state-flag-northpolar'",
"'transition-state-flag'",
"'003'",
"'freeze-thaw_transition-state-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_state_flag'",
"'2'",
"'tif'",
"'1D'",
"'transition state flag'",
"'Boolean that indicates whether soil is in transitional state from AM to PM on the same day. 0 indicates state is not in transition 1 indicates state is in transition.'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP.003'",
"'SPL3FTP'",
"'freeze-thaw'",
"'transition-state-flag-southpolar'",
"'transition-state-flag'",
"'003'",
"'freeze-thaw_transition-state-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
]
]
}
}
},
{
"processid": "tableinsert",
"overwrite": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": {
"columns": [
"daacid",
"version",
"hdffolder",
"hdfgrid",
"band",
"fileext",
"timestep",
"title",
"label",
"region",
"system",
"epsg",
"ullat",
"ullon",
"lrlat",
"lrlon",
"ulx",
"uly",
"lrx",
"lry",
"retrieve",
"source",
"product",
"content",
"layerid",
"prefix",
"suffix",
"compid",
"masked",
"measure",
"dataunit",
"scalefac",
"offsetadd",
"cellnull",
"celltype"
],
"values": [
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_column_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 9 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'EASE-column-index-northpolar'",
"'EASE-column-index'",
"'003'",
"'freeze-thaw_ease-column-index-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_column_index'",
"'2'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 9 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'EASE-column-index-southpolar'",
"'EASE-column-index'",
"'003'",
"'freeze-thaw_ease-column-index-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_row_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 9 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'EASE-row-index-northpolar'",
"'EASE-row-index'",
"'003'",
"'freeze-thaw_ease-row-index-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'EASE_row_index'",
"'2'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 9 km EASE grid cell that contains the associated data. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'EASE-row-index-southpolar'",
"'EASE-row-index'",
"'003'",
"'freeze-thaw_ease-row-index-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'FT_SCV_threshold'",
"'1'",
"'tif'",
"'1D'",
"'FT SCV threshold'",
"'Threshold for the SCV algorithm based on reference V-pol TB to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'FT-SCV-threshold-northpolar'",
"'FT-SCV-threshold'",
"'003'",
"'freeze-thaw_ft-scv-threshold-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'FT_SCV_threshold'",
"'2'",
"'tif'",
"'1D'",
"'FT SCV threshold'",
"'Threshold for the SCV algorithm based on reference V-pol TB to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'FT-SCV-threshold-southpolar'",
"'FT-SCV-threshold'",
"'003'",
"'freeze-thaw_ft-scv-threshold-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_dem'",
"'1'",
"'tif'",
"'1D'",
"'altitude dem'",
"'The Earth surface elevation within the grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'altitude-dem-northpolar'",
"'altitude-dem'",
"'003'",
"'freeze-thaw_altitude-dem-northpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_dem'",
"'2'",
"'tif'",
"'1D'",
"'altitude dem'",
"'The Earth surface elevation within the grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'altitude-dem-southpolar'",
"'altitude-dem'",
"'003'",
"'freeze-thaw_altitude-dem-southpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'altitude std dev'",
"'The standard deviation of the Earth surface elevation within the grid cell. This element provides a surface roughness measure. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'altitude-std-dev-northpolar'",
"'altitude-std-dev'",
"'003'",
"'freeze-thaw_altitude-std-dev-northpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'altitude_std_dev'",
"'2'",
"'tif'",
"'1D'",
"'altitude std dev'",
"'The standard deviation of the Earth surface elevation within the grid cell. This element provides a surface roughness measure. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'altitude-std-dev-southpolar'",
"'altitude-std-dev'",
"'003'",
"'freeze-thaw_altitude-std-dev-southpolar'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'data_sampling_density'",
"'1'",
"'tif'",
"'1D'",
"'data sampling density'",
"'Total number of radiometer data samples in the grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'data-sampling-density-northpolar'",
"'data-sampling-density'",
"'003'",
"'freeze-thaw_data-sampling-density-northpolar'",
"'N'",
"'R'",
"'km'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'data_sampling_density'",
"'2'",
"'tif'",
"'1D'",
"'data sampling density'",
"'Total number of radiometer data samples in the grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'data-sampling-density-southpolar'",
"'data-sampling-density'",
"'003'",
"'freeze-thaw_data-sampling-density-southpolar'",
"'N'",
"'R'",
"'km'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_reference'",
"'1'",
"'tif'",
"'1D'",
"'freeze reference'",
"'Reference normalized polarization ratio value used as a basis to indicate frozen conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'freeze-reference-northpolar'",
"'freeze-reference'",
"'003'",
"'freeze-thaw_freeze-reference-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_reference'",
"'2'",
"'tif'",
"'1D'",
"'freeze reference'",
"'Reference normalized polarization ratio value used as a basis to indicate frozen conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'freeze-reference-southpolar'",
"'freeze-reference'",
"'003'",
"'freeze-thaw_freeze-reference-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'Y'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'freeze-thaw-northpolar'",
"'freeze-thaw'",
"'003'",
"'freeze-thaw_freeze-thaw-northpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw'",
"'2'",
"'tif'",
"'1D'",
"'freeze thaw'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'Y'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'freeze-thaw-southpolar'",
"'freeze-thaw'",
"'003'",
"'freeze-thaw_freeze-thaw-southpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw_time_seconds'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw time seconds'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'freeze-thaw-time-seconds-northpolar'",
"'freeze-thaw-time-seconds'",
"'003'",
"'freeze-thaw_freeze-thaw-time-seconds-northpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'freeze_thaw_time_seconds'",
"'2'",
"'tif'",
"'1D'",
"'freeze thaw time seconds'",
"'Time of the freeze-thaw determination for this particular element in seconds from the standard epoch. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'freeze-thaw-time-seconds-southpolar'",
"'freeze-thaw-time-seconds'",
"'003'",
"'freeze-thaw_freeze-thaw-time-seconds-southpolar'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'landcover_class'",
"'1'",
"'tif'",
"'1D'",
"'landcover class'",
"'An enumerated type that specifies the predominant surface vegetation found in the grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'landcover-class-northpolar'",
"'landcover-class'",
"'003'",
"'freeze-thaw_landcover-class-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'landcover_class'",
"'2'",
"'tif'",
"'1D'",
"'landcover class'",
"'An enumerated type that specifies the predominant surface vegetation found in the grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'landcover-class-southpolar'",
"'landcover-class'",
"'003'",
"'freeze-thaw_landcover-class-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'latitude'",
"'1'",
"'tif'",
"'1D'",
"'latitude'",
"'Latitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'latitude-northpolar'",
"'latitude'",
"'003'",
"'freeze-thaw_latitude-northpolar'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'latitude'",
"'2'",
"'tif'",
"'1D'",
"'latitude'",
"'Latitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'latitude-southpolar'",
"'latitude'",
"'003'",
"'freeze-thaw_latitude-southpolar'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'longitude'",
"'1'",
"'tif'",
"'1D'",
"'longitude'",
"'Longitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'longitude-northpolar'",
"'longitude'",
"'003'",
"'freeze-thaw_longitude-northpolar'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'longitude'",
"'2'",
"'tif'",
"'1D'",
"'longitude'",
"'Longitude of the center of the Earth based grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'longitude-southpolar'",
"'longitude'",
"'003'",
"'freeze-thaw_longitude-southpolar'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'normalized_polarization_ratio'",
"'1'",
"'tif'",
"'1D'",
"'normalized polarization ratio'",
"'Normalized Tb polarization ratio at the Earth based grid cell defined as (TBH-TBV)/(TBH+TBV). The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'normalized-polarization-ratio-northpolar'",
"'normalized-polarization-ratio'",
"'003'",
"'freeze-thaw_normalized-polarization-ratio-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'normalized_polarization_ratio'",
"'2'",
"'tif'",
"'1D'",
"'normalized polarization ratio'",
"'Normalized Tb polarization ratio at the Earth based grid cell defined as (TBH-TBV)/(TBH+TBV). The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'normalized-polarization-ratio-southpolar'",
"'normalized-polarization-ratio'",
"'003'",
"'freeze-thaw_normalized-polarization-ratio-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'open_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'open water body fraction'",
"'Fraction of the area of the grid cell surface covered by open water. Open water areas do not have vegetation at or on the water surface. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'open-water-body-fraction-northpolar'",
"'open-water-body-fraction'",
"'003'",
"'freeze-thaw_open-water-body-fraction-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'open_water_body_fraction'",
"'2'",
"'tif'",
"'1D'",
"'open water body fraction'",
"'Fraction of the area of the grid cell surface covered by open water. Open water areas do not have vegetation at or on the water surface. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'open-water-body-fraction-southpolar'",
"'open-water-body-fraction'",
"'003'",
"'freeze-thaw_open-water-body-fraction-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'reference_image_threshold'",
"'1'",
"'tif'",
"'1D'",
"'reference image threshold'",
"'Threshold based on reference freeze and thaw to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'reference-image-threshold-northpolar'",
"'reference-image-threshold'",
"'003'",
"'freeze-thaw_reference-image-threshold-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'reference_image_threshold'",
"'2'",
"'tif'",
"'1D'",
"'reference image threshold'",
"'Threshold based on reference freeze and thaw to differentiate between freeze and thaw conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'reference-image-threshold-southpolar'",
"'reference-image-threshold'",
"'003'",
"'freeze-thaw_reference-image-threshold-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_algorithm_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval algorithm flag'",
"'Boolean that indicates whether the NPR change detection algorithm or the single-channel V-pol threshold algorithm was used to retrieve freeze-thaw state. A value of 0 indicates the NPR algorithm a value of 1 indicates the SCV algorithm. The AM (dimension'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'retrieval-algorithm-flag-northpolar'",
"'retrieval-algorithm-flag'",
"'003'",
"'freeze-thaw_retrieval-algorithm-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_algorithm_flag'",
"'2'",
"'tif'",
"'1D'",
"'retrieval algorithm flag'",
"'Boolean that indicates whether the NPR change detection algorithm or the single-channel V-pol threshold algorithm was used to retrieve freeze-thaw state. A value of 0 indicates the NPR algorithm a value of 1 indicates the SCV algorithm. The AM (dimension'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'retrieval-algorithm-flag-southpolar'",
"'retrieval-algorithm-flag'",
"'003'",
"'freeze-thaw_retrieval-algorithm-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Sequence of bit flags that indicate the conditions and the quality of the freeze-thaw retrieval. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'retrieval-qual-flag-northpolar'",
"'retrieval-qual-flag'",
"'003'",
"'freeze-thaw_retrieval-qual-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'retrieval_qual_flag'",
"'2'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Sequence of bit flags that indicate the conditions and the quality of the freeze-thaw retrieval. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'retrieval-qual-flag-southpolar'",
"'retrieval-qual-flag'",
"'003'",
"'freeze-thaw_retrieval-qual-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'surface_flag'",
"'1'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'surface-flag-northpolar'",
"'surface-flag'",
"'003'",
"'freeze-thaw_surface-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'surface_flag'",
"'2'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'surface-flag-southpolar'",
"'surface-flag'",
"'003'",
"'freeze-thaw_surface-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_error'",
"'1'",
"'tif'",
"'1D'",
"'tbh error'",
"'Overall error measure for H-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbh-error-northpolar'",
"'tbh-error'",
"'003'",
"'freeze-thaw_tbh-error-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_error'",
"'2'",
"'tif'",
"'1D'",
"'tbh error'",
"'Overall error measure for H-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbh-error-southpolar'",
"'tbh-error'",
"'003'",
"'freeze-thaw_tbh-error-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_mean'",
"'1'",
"'tif'",
"'1D'",
"'tbh mean'",
"'Mean of H-pol brightness temperature in the 9 km Earth grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbh-mean-northpolar'",
"'tbh-mean'",
"'003'",
"'freeze-thaw_tbh-mean-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_mean'",
"'2'",
"'tif'",
"'1D'",
"'tbh mean'",
"'Mean of H-pol brightness temperature in the 9 km Earth grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbh-mean-southpolar'",
"'tbh-mean'",
"'003'",
"'freeze-thaw_tbh-mean-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'tbh qual flag'",
"'Bit flags that represent the quality of the horizontal polarization brightness temperature within each grid cell'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbh-qual-flag-northpolar'",
"'tbh-qual-flag'",
"'003'",
"'freeze-thaw_tbh-qual-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbh_qual_flag'",
"'2'",
"'tif'",
"'1D'",
"'tbh qual flag'",
"'Bit flags that represent the quality of the horizontal polarization brightness temperature within each grid cell'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbh-qual-flag-southpolar'",
"'tbh-qual-flag'",
"'003'",
"'freeze-thaw_tbh-qual-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_error'",
"'1'",
"'tif'",
"'1D'",
"'tbv error'",
"'Overall error measure for V-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbv-error-northpolar'",
"'tbv-error'",
"'003'",
"'freeze-thaw_tbv-error-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_error'",
"'2'",
"'tif'",
"'1D'",
"'tbv error'",
"'Overall error measure for V-pol brightness temperature within the grid cell includes calibration RFI and contamination effects. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbv-error-southpolar'",
"'tbv-error'",
"'003'",
"'freeze-thaw_tbv-error-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_mean'",
"'1'",
"'tif'",
"'1D'",
"'tbv mean'",
"'Mean of V-pol brightness temperature in the 9 km Earth grid cell. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbv-mean-northpolar'",
"'tbv-mean'",
"'003'",
"'freeze-thaw_tbv-mean-northpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_mean'",
"'2'",
"'tif'",
"'1D'",
"'tbv mean'",
"'Mean of V-pol brightness temperature in the 9 km Earth grid cell. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbv-mean-southpolar'",
"'tbv-mean'",
"'003'",
"'freeze-thaw_tbv-mean-southpolar'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'tbv qual flag'",
"'Bit flags that represent the quality of the vertical polarization brightness temperature within each grid cell'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbv-qual-flag-northpolar'",
"'tbv-qual-flag'",
"'003'",
"'freeze-thaw_tbv-qual-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'tbv_qual_flag'",
"'2'",
"'tif'",
"'1D'",
"'tbv qual flag'",
"'Bit flags that represent the quality of the vertical polarization brightness temperature within each grid cell'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'tbv-qual-flag-southpolar'",
"'tbv-qual-flag'",
"'003'",
"'freeze-thaw_tbv-qual-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'thaw_reference'",
"'1'",
"'tif'",
"'1D'",
"'thaw reference'",
"'Reference normalized polarization ratio value used as a basis to indicate thawed conditions. The AM (dimension AMPM'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'thaw-reference-northpolar'",
"'thaw-reference'",
"'003'",
"'freeze-thaw_thaw-reference-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'thaw_reference'",
"'2'",
"'tif'",
"'1D'",
"'thaw reference'",
"'Reference normalized polarization ratio value used as a basis to indicate thawed conditions. The AM (dimension AMPM'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'thaw-reference-southpolar'",
"'thaw-reference'",
"'003'",
"'freeze-thaw_thaw-reference-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_direction'",
"'1'",
"'tif'",
"'1D'",
"'transition direction'",
"'Boolean that indicates transitional direction. 0 indicates AM frozen PM thawed 1 indicates AM thawed PM frozen. Value is always zero if not in transition state.'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'transition-direction-northpolar'",
"'transition-direction'",
"'003'",
"'freeze-thaw_transition-direction-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_direction'",
"'2'",
"'tif'",
"'1D'",
"'transition direction'",
"'Boolean that indicates transitional direction. 0 indicates AM frozen PM thawed 1 indicates AM thawed PM frozen. Value is always zero if not in transition state.'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'transition-direction-southpolar'",
"'transition-direction'",
"'003'",
"'freeze-thaw_transition-direction-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_state_flag'",
"'1'",
"'tif'",
"'1D'",
"'transition state flag'",
"'Boolean that indicates whether soil is in transitional state from AM to PM on the same day. 0 indicates state is not in transition 1 indicates state is in transition.'",
"'northpolar'",
"'ease2n'",
"'6931'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'transition-state-flag-northpolar'",
"'transition-state-flag'",
"'003'",
"'freeze-thaw_transition-state-flag-northpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3FTP-E'",
"'003'",
"'Freeze_Thaw_Retrieval_Data_Polar'",
"'transition_state_flag'",
"'2'",
"'tif'",
"'1D'",
"'transition state flag'",
"'Boolean that indicates whether soil is in transitional state from AM to PM on the same day. 0 indicates state is not in transition 1 indicates state is in transition.'",
"'southpolar'",
"'ease2s'",
"'6932'",
"'85.044502'",
"'-180.0'",
"'45.0'",
"'180.0'",
"'-9000000.0'",
"'9000000.0'",
"'9000000.0'",
"'-9000000.0'",
"'N'",
"'SPL3FTP-E.003'",
"'SPL3FTP-E'",
"'freeze-thaw'",
"'transition-state-flag-southpolar'",
"'transition-state-flag'",
"'003'",
"'freeze-thaw_transition-state-flag-southpolar'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
]
]
}
}
},
{
"processid": "tableinsert",
"overwrite": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": {
"columns": [
"daacid",
"version",
"hdffolder",
"hdfgrid",
"band",
"fileext",
"timestep",
"title",
"label",
"region",
"system",
"epsg",
"ullat",
"ullon",
"lrlat",
"lrlon",
"ulx",
"uly",
"lrx",
"lry",
"retrieve",
"source",
"product",
"content",
"layerid",
"prefix",
"suffix",
"compid",
"masked",
"measure",
"dataunit",
"scalefac",
"offsetadd",
"cellnull",
"celltype"
],
"values": [
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'bare_soil_roughness_tabular'",
"'1'",
"'tif'",
"'1D'",
"'bare soil roughness tabular'",
"'Measure of soil roughness from tabular source.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'bare-soil-roughness-tabular'",
"'bare-soil-roughness-tabular'",
"'003'",
"'ancillary_bare-soil-roughness-tabular'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'faraday_rotation_angle'",
"'1'",
"'tif'",
"'1D'",
"'faraday rotation angle'",
"'Faraday rotation angle'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'faraday-rotation-angle'",
"'faraday-rotation-angle'",
"'003'",
"'ancillary_faraday-rotation-angle'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'landcover_class'",
"'1'",
"'tif'",
"'1D'",
"'landcover class'",
"'An enumerated type that specifies the predominant surface vegetation found in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'landcover-class'",
"'landcover-class'",
"'003'",
"'ancillary_landcover-class'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'normalized_difference_vegetation_index'",
"'1'",
"'tif'",
"'1D'",
"'normalized difference vegetation index'",
"'Normalized difference vegetation index. A measure of the green character of vegetation. (IR-Red)/(IR+Red)'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'nd-vi'",
"'nd-vi'",
"'003'",
"'ancillary_nd-vi'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'static_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'static water body fraction'",
"'The fraction of the area of the 3 km grid cell that is covered by static water based on a Digital Elevation Map.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'static-water-body-fraction'",
"'static-water-body-fraction'",
"'003'",
"'ancillary_static-water-body-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'surface_temperature'",
"'1'",
"'tif'",
"'1D'",
"'surface temperature'",
"'Temperature at land surface based on ECMWF or NCEP.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'surface-temperature'",
"'surface-temperature'",
"'003'",
"'ancillary_surface-temperature'",
"'N'",
"'R'",
"'degrees Celsius'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'vegetation_water_content_NDVI'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content NDVI'",
"'Representative measure of water in the vegetation within the 3 km grid cell based on the normalized difference vegetation index.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'vegetation-water-content-NDVI'",
"'vegetation-water-content-NDVI'",
"'003'",
"'ancillary_vegetation-water-content-ndvi'",
"'N'",
"'R'",
"'kg/m**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Ancillary_Data'",
"'vegetation_water_content_RVI'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content RVI'",
"'Representative measure of water in the vegetation within the 3 km grid cell based on the radar vegetation index.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'ancillary'",
"'vegetation-water-content-RVI'",
"'vegetation-water-content-RVI'",
"'003'",
"'ancillary_vegetation-water-content-rvi'",
"'N'",
"'R'",
"'kg/m**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'altitude_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'altitude std dev'",
"'The standard deviation of the Earth surface elevation within the 3km cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'altitude-std-dev'",
"'altitude-std-dev'",
"'003'",
"'radar_altitude-std-dev'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'cell_radar_mode_flag'",
"'1'",
"'tif'",
"'1D'",
"'cell radar mode flag'",
"'Bit flags that specify modes or conditions of radar instrument operation that impact the data represented in the Level 2 SM A Product.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'cell-radar-mode-flag'",
"'cell-radar-mode-flag'",
"'003'",
"'radar_cell-radar-mode-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'earth_boresight_azimuth_aft'",
"'1'",
"'tif'",
"'1D'",
"'earth boresight azimuth aft'",
"'Aft-looking azimuth of the antenna boresight vector on the Earths surface relative to North within 3 km cell. - Level 1C azimuth is based on instrument coordinate system not geographical North'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'earth-boresight-azimuth-aft'",
"'earth-boresight-azimuth-aft'",
"'003'",
"'radar_earth-boresight-azimuth-aft'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'earth_boresight_azimuth_fore'",
"'1'",
"'tif'",
"'1D'",
"'earth boresight azimuth fore'",
"'Fore-looking azimuth of the antenna boresight vector on the Earths surface relative to North within 3 km cell. - Level 1C azimuth is based on instrument coordinate system not geographical North'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'earth-boresight-azimuth-fore'",
"'earth-boresight-azimuth-fore'",
"'003'",
"'radar_earth-boresight-azimuth-fore'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_hh'",
"'1'",
"'tif'",
"'1D'",
"'kp hh'",
"'Overall error measure for HH-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-hh'",
"'kp-hh'",
"'003'",
"'radar_kp-hh'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_hh_aft'",
"'1'",
"'tif'",
"'1D'",
"'kp hh aft'",
"'Overall error measure for aft looking HH-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-hh-aft'",
"'kp-hh-aft'",
"'003'",
"'radar_kp-hh-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_hh_fore'",
"'1'",
"'tif'",
"'1D'",
"'kp hh fore'",
"'Overall error measure for forward looking HH-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-hh-fore'",
"'kp-hh-fore'",
"'003'",
"'radar_kp-hh-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_vv'",
"'1'",
"'tif'",
"'1D'",
"'kp vv'",
"'Overall error measure for HH-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-vv'",
"'kp-vv'",
"'003'",
"'radar_kp-vv'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_vv_aft'",
"'1'",
"'tif'",
"'1D'",
"'kp vv aft'",
"'Overall error measure for aft looking VV-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-vv-aft'",
"'kp-vv-aft'",
"'003'",
"'radar_kp-vv-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_vv_fore'",
"'1'",
"'tif'",
"'1D'",
"'kp vv fore'",
"'Overall error measure for forward looking VV-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-vv-fore'",
"'kp-vv-fore'",
"'003'",
"'radar_kp-vv-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_xpol'",
"'1'",
"'tif'",
"'1D'",
"'kp xpol'",
"'Overall error measure for HH-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-xpol'",
"'kp-xpol'",
"'003'",
"'radar_kp-xpol'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_xpol_aft'",
"'1'",
"'tif'",
"'1D'",
"'kp xpol aft'",
"'Overall error measure for aft looking cross-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-xpol-aft'",
"'kp-xpol-aft'",
"'003'",
"'radar_kp-xpol-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'kp_xpol_fore'",
"'1'",
"'tif'",
"'1D'",
"'kp xpol fore'",
"'Overall error measure for forward looking cross-pol Sigma0 within the 3 km cell based on Level 1C kp values includes calibration RFI and contamination effects.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'kp-xpol-fore'",
"'kp-xpol-fore'",
"'003'",
"'radar_kp-xpol-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_hh_mean'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh mean'",
"'Mean of 1 km instrument resolution HH-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-hh-mean'",
"'sigma0-hh-mean'",
"'003'",
"'radar_sigma0-hh-mean'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_hh_mean_aft'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh mean aft'",
"'Mean of aft looking 1 km instrument resolution HH-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-hh-mean-aft'",
"'sigma0-hh-mean-aft'",
"'003'",
"'radar_sigma0-hh-mean-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_hh_mean_fore'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh mean fore'",
"'Mean of forward looking 1 km instrument resolution HH-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-hh-mean-fore'",
"'sigma0-hh-mean-fore'",
"'003'",
"'radar_sigma0-hh-mean-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_hh_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh std dev'",
"'Standard deviation of 1 km instrument resolution HH-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-hh-std-dev'",
"'sigma0-hh-std-dev'",
"'003'",
"'radar_sigma0-hh-std-dev'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_hh_std_dev_aft'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh std dev aft'",
"'Standard deviation of aft looking 1 km instrument resolution HH-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-hh-std-dev-aft'",
"'sigma0-hh-std-dev-aft'",
"'003'",
"'radar_sigma0-hh-std-dev-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_hh_std_dev_fore'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh std dev fore'",
"'Standard deviation of forward looking 1 km instrument resolution HH-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-hh-std-dev-fore'",
"'sigma0-hh-std-dev-fore'",
"'003'",
"'radar_sigma0-hh-std-dev-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_vv_mean'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv mean'",
"'Mean of 1 km instrument resolution VV-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-vv-mean'",
"'sigma0-vv-mean'",
"'003'",
"'radar_sigma0-vv-mean'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_vv_mean_aft'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv mean aft'",
"'Mean of aft looking 1 km instrument resolution VV-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-vv-mean-aft'",
"'sigma0-vv-mean-aft'",
"'003'",
"'radar_sigma0-vv-mean-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_vv_mean_fore'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv mean fore'",
"'Mean of forward looking 1 km instrument resolution VV-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-vv-mean-fore'",
"'sigma0-vv-mean-fore'",
"'003'",
"'radar_sigma0-vv-mean-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_vv_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv std dev'",
"'Standard deviation of 1 km instrument resolution VV-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-vv-std-dev'",
"'sigma0-vv-std-dev'",
"'003'",
"'radar_sigma0-vv-std-dev'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_vv_std_dev_aft'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv std dev aft'",
"'Standard deviation of aft looking 1 km instrument resolution VV-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-vv-std-dev-aft'",
"'sigma0-vv-std-dev-aft'",
"'003'",
"'radar_sigma0-vv-std-dev-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_vv_std_dev_fore'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv std dev fore'",
"'Standard deviation of forward looking 1 km instrument resolution VV-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-vv-std-dev-fore'",
"'sigma0-vv-std-dev-fore'",
"'003'",
"'radar_sigma0-vv-std-dev-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_xpol_mean'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol mean'",
"'Mean of 1 km instrument resolution cross-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-xpol-mean'",
"'sigma0-xpol-mean'",
"'003'",
"'radar_sigma0-xpol-mean'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_xpol_mean_aft'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol mean aft'",
"'Mean of aft looking 1 km instrument resolution cross-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-xpol-mean-aft'",
"'sigma0-xpol-mean-aft'",
"'003'",
"'radar_sigma0-xpol-mean-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_xpol_mean_fore'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol mean fore'",
"'Mean of forward looking 1 km instrument resolution cross-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-xpol-mean-fore'",
"'sigma0-xpol-mean-fore'",
"'003'",
"'radar_sigma0-xpol-mean-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_xpol_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol std dev'",
"'Standard deviation of 1 km instrument resolution cross-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-xpol-std-dev'",
"'sigma0-xpol-std-dev'",
"'003'",
"'radar_sigma0-xpol-std-dev'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_xpol_std_dev_aft'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol std dev aft'",
"'Standard deviation of aft looking 1 km instrument resolution cross-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-xpol-std-dev-aft'",
"'sigma0-xpol-std-dev-aft'",
"'003'",
"'radar_sigma0-xpol-std-dev-aft'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Radar_Data'",
"'sigma0_xpol_std_dev_fore'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol std dev fore'",
"'Standard deviation of forward looking 1 km instrument resolution cross-pol Sigma0 in the 3 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'radar'",
"'sigma0-xpol-std-dev-fore'",
"'sigma0-xpol-std-dev-fore'",
"'003'",
"'radar_sigma0-xpol-std-dev-fore'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'EASE_column_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 3 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'EASE-column-index'",
"'EASE-column-index'",
"'003'",
"'soil-moisture_ease-column-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'EASE_row_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 3 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'EASE-row-index'",
"'EASE-row-index'",
"'003'",
"'soil-moisture_ease-row-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'bare_soil_roughness_retrieved'",
"'1'",
"'tif'",
"'1D'",
"'bare soil roughness retrieved'",
"'Bare soil roughness measure retrieved using the active soil moisture algorithm.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'bare-soil-roughness'",
"'bare-soil-roughness'",
"'003'",
"'soil-moisture_bare-soil-roughness'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'distance_from_nadir'",
"'1'",
"'tif'",
"'1D'",
"'distance from nadir'",
"'The distance from the center of the 3 km EASE grid cell to the spacecrafts sub-nadir track on the Earths surface.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'distance-from-nadir'",
"'distance-from-nadir'",
"'003'",
"'soil-moisture_distance-from-nadir'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'latitude'",
"'1'",
"'tif'",
"'1D'",
"'latitude'",
"'Average in latitude of the 1km cells that contribute to 3km EASE grid cell. (temporary).'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'latitude'",
"'latitude'",
"'003'",
"'soil-moisture_latitude'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'longitude'",
"'1'",
"'tif'",
"'1D'",
"'longitude'",
"'Average in longitude of the 1km cells that contribute to 3km EASE grid cell. (temporary).'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'longitude'",
"'longitude'",
"'003'",
"'soil-moisture_longitude'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'num_input_sigma0s_hh'",
"'1'",
"'tif'",
"'1D'",
"'num input sigma0s hh'",
"'Total number of horizontal polarization sigma0s from the Level 1C product that were used for retrievals in an EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'num-input-sigma0s-hh'",
"'num-input-sigma0s-hh'",
"'003'",
"'soil-moisture_num-input-sigma0s-hh'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'num_input_sigma0s_vv'",
"'1'",
"'tif'",
"'1D'",
"'num input sigma0s vv'",
"'Total number of vertical polarization sigma0s from the Level 1C product that were used for retrievals in an EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'num-input-sigma0s-vv'",
"'num-input-sigma0s-vv'",
"'003'",
"'soil-moisture_num-input-sigma0s-vv'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'num_input_sigma0s_xpol'",
"'1'",
"'tif'",
"'1D'",
"'num input sigma0s xpol'",
"'Total number of cross polarized sigma0s from the Level 1C product that were used for retrievals in an EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'num-input-sigma0s-xpol'",
"'num-input-sigma0s-xpol'",
"'003'",
"'soil-moisture_num-input-sigma0s-xpol'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'num_time_series'",
"'1'",
"'tif'",
"'1D'",
"'num time series'",
"'The number of time-series data used to retrieve soil moisture in the corresponding grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'num-time-series'",
"'num-time-series'",
"'003'",
"'soil-moisture_num-time-series'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'radar_vegetation_index'",
"'1'",
"'tif'",
"'1D'",
"'radar vegetation index'",
"'Vegetation index derived from radar backscatter'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'radar-vi'",
"'radar-vi'",
"'003'",
"'soil-moisture_radar-vi'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'radar_water_flag3'",
"'1'",
"'tif'",
"'1D'",
"'radar water flag3'",
"'Radar waterbody flag at 3km'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'radar-water-flag3'",
"'radar-water-flag3'",
"'003'",
"'soil-moisture_radar-water-flag3'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'retrieval_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Bit flags that record the conditions and the quality of the soil moisture and the freeze-thaw retrieval for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'retrieval-qual-flag'",
"'retrieval-qual-flag'",
"'003'",
"'soil-moisture_retrieval-qual-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'retrieval_qual_flag_change_index'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag change index'",
"'Bit flags that record the conditions and the quality of the soil moisture and the freeze-thaw retrieval for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'retrieval-qual-flag-change-index'",
"'retrieval-qual-flag-change-index'",
"'003'",
"'soil-moisture_retrieval-qual-flag-change-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'retrieval_qual_flag_kvz'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag kvz'",
"'Bit flags that record the conditions and the quality of the soil moisture and the freeze-thaw retrieval for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'retrieval-qual-flag-kvz'",
"'retrieval-qual-flag-kvz'",
"'003'",
"'soil-moisture_retrieval-qual-flag-kvz'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'sigma0_qual_flag_hh'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 qual flag hh'",
"'Representative quality flags of horizontal polarization sigma0 measures in the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'sigma0-qual-flag-hh'",
"'sigma0-qual-flag-hh'",
"'003'",
"'soil-moisture_sigma0-qual-flag-hh'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'4294967294'",
"'UINT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'sigma0_qual_flag_vv'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 qual flag vv'",
"'Representative quality flags of vertical polarization sigma0 measures in the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'sigma0-qual-flag-vv'",
"'sigma0-qual-flag-vv'",
"'003'",
"'soil-moisture_sigma0-qual-flag-vv'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'4294967294'",
"'UINT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'sigma0_qual_flag_xpol'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 qual flag xpol'",
"'Representative quality flags of cross polarization sigma0 measures in the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'sigma0-qual-flag-xpol'",
"'sigma0-qual-flag-xpol'",
"'003'",
"'soil-moisture_sigma0-qual-flag-xpol'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'4294967294'",
"'UINT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture'",
"'Retrieved soil moisture for the Earth based grid cell retrieved using the Shi snapshot algiorithm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture'",
"'soil-moisture'",
"'003'",
"'soil-moisture_soil-moisture'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_change_index'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture change index'",
"'Retrieved normalized change in soil moisture.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture-change-index'",
"'soil-moisture-change-index'",
"'003'",
"'soil-moisture_soil-moisture-change-index'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_error'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture error'",
"'Net uncertainty measure of soil moisture measure for the Earth based grid cell. - Calculation method is TBD. May be replaced by other quality indicators.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture-error'",
"'soil-moisture-error'",
"'003'",
"'soil-moisture_soil-moisture-error'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_kvz'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture kvz'",
"'Representative soil moisture measurement for the Earth based grid cell retrieved using the Kim/van Zyl time series algorithm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture-kvz'",
"'soil-moisture-kvz'",
"'003'",
"'soil-moisture_soil-moisture-kvz'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_snapshot'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture snapshot'",
"'Retrieved soil moisture for the Earth based grid cell retrieved using the Shi snapshot algiorithm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture-snapshot'",
"'soil-moisture-snapshot'",
"'003'",
"'soil-moisture_soil-moisture-snapshot'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_snapshot_DVZ'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture snapshot DVZ'",
"'Representative soil moisture measurement for the Earth based grid cell retrieved using the Dubois/van Zyl snapshot algorithm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture-snapshot-DVZ'",
"'soil-moisture-snapshot-DVZ'",
"'003'",
"'soil-moisture_soil-moisture-snapshot-dvz'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_snapshot_shi'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture snapshot shi'",
"'Retrieved soil moisture for the Earth based grid cell retrieved using the Shi snapshot algiorithm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'soil-moisture-snapshot-shi'",
"'soil-moisture-snapshot-shi'",
"'003'",
"'soil-moisture_soil-moisture-snapshot-shi'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'spacecraft_overpass_time_seconds'",
"'1'",
"'tif'",
"'1D'",
"'spacecraft overpass time seconds'",
"'Number of seconds since midnight on 1/1/93 that represents the spacecraft overpass relative to ground swath.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'spacecraft-overpass-time-seconds'",
"'spacecraft-overpass-time-seconds'",
"'003'",
"'soil-moisture_spacecraft-overpass-time-seconds'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3SMA'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'surface_flag'",
"'1'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMA.003'",
"'SPL3SMA'",
"'soil-moisture'",
"'surface-flag'",
"'surface-flag'",
"'003'",
"'soil-moisture_surface-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
]
]
}
}
},
{
"processid": "tableinsert",
"overwrite": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": {
"columns": [
"daacid",
"version",
"hdffolder",
"hdfgrid",
"band",
"fileext",
"timestep",
"title",
"label",
"region",
"system",
"epsg",
"ullat",
"ullon",
"lrlat",
"lrlon",
"ulx",
"uly",
"lrx",
"lry",
"retrieve",
"source",
"product",
"content",
"layerid",
"prefix",
"suffix",
"compid",
"masked",
"measure",
"dataunit",
"scalefac",
"offsetadd",
"cellnull",
"celltype"
],
"values": [
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'EASE_column_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 9 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'EASE-column-index'",
"'EASE-column-index'",
"'003'",
"'soil-moisture_ease-column-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'EASE_row_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 9 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'EASE-row-index'",
"'EASE-row-index'",
"'003'",
"'soil-moisture_ease-row-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'albedo'",
"'1'",
"'tif'",
"'1D'",
"'albedo'",
"'Diffuse reflecting power of the Earths surface within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'albedo'",
"'albedo'",
"'003'",
"'soil-moisture_albedo'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'alpha_tbh_hh'",
"'1'",
"'tif'",
"'1D'",
"'alpha tbh hh'",
"'Alpha parameter used in the Active/Passive retrieval algorithm for the corresponding EASE grid cell derived using time series of Tbh and sigma0_hh.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'alpha-tbh-hh'",
"'alpha-tbh-hh'",
"'003'",
"'soil-moisture_alpha-tbh-hh'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'alpha_tbv_vv'",
"'1'",
"'tif'",
"'1D'",
"'alpha tbv vv'",
"'Alpha parameter used in the Active/Passive retrieval algorithm for the corresponding EASE grid cell derived using time series of Tbv and sigma0_vv'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'alpha-tbv-vv'",
"'alpha-tbv-vv'",
"'003'",
"'soil-moisture_alpha-tbv-vv'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'bare_soil_roughness_retrieved'",
"'1'",
"'tif'",
"'1D'",
"'bare soil roughness retrieved'",
"'Retrieved soil roughness provided by the active soil moisture algorithm.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'bare-soil-roughness'",
"'bare-soil-roughness'",
"'003'",
"'soil-moisture_bare-soil-roughness'",
"'N'",
"'R'",
"'meters'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'beta_tbh_hh'",
"'1'",
"'tif'",
"'1D'",
"'beta tbh hh'",
"'Beta parameter used in the Active/Passive retrieval algorithm for the corresponding EASE grid cell derived using time series Tbh and sigma0_hh.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'beta-tbh-hh'",
"'beta-tbh-hh'",
"'003'",
"'soil-moisture_beta-tbh-hh'",
"'N'",
"'R'",
"'Kelvin/dB'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'beta_tbv_vv'",
"'1'",
"'tif'",
"'1D'",
"'beta tbv vv'",
"'Beta parameter used in the Active/Passive retrieval algorithm for the corresponding EASE grid cell derived using time series Tbv and sigma0_vv'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'beta-tbv-vv'",
"'beta-tbv-vv'",
"'003'",
"'soil-moisture_beta-tbv-vv'",
"'N'",
"'R'",
"'Kelvin/dB'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'distance_from_nadir'",
"'1'",
"'tif'",
"'1D'",
"'distance from nadir'",
"'The distance from the center of the 9 km EASE grid cell to the spacecrafts sub-nadir track on the Earths surface.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'distance-from-nadir'",
"'distance-from-nadir'",
"'003'",
"'soil-moisture_distance-from-nadir'",
"'N'",
"'R'",
"'kms'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'freeze_thaw_fraction'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw fraction'",
"'Fraction of the 9 km grid cell that is denoted as frozen. Based on binary flag that specifies freeze thaw conditions in each of the component 3 km grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'freeze-thaw-fraction'",
"'freeze-thaw-fraction'",
"'003'",
"'soil-moisture_freeze-thaw-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'gamma_hh_xpol'",
"'1'",
"'tif'",
"'1D'",
"'gamma hh xpol'",
"'Gamma parameter used in the Active/Passive retrieval algorithm for the corresponding EASE grid cell derived using high resolution sigma0_hh and sigma0_xpol.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'gamma-hh-xpol'",
"'gamma-hh-xpol'",
"'003'",
"'soil-moisture_gamma-hh-xpol'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'gamma_vv_xpol'",
"'1'",
"'tif'",
"'1D'",
"'gamma vv xpol'",
"'Gamma parameter used in the Active/Passive retrieval algorithm for the corresponding EASE grid cell derived using high resolution sigma0_vv and sigma0_xpol'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'gamma-vv-xpol'",
"'gamma-vv-xpol'",
"'003'",
"'soil-moisture_gamma-vv-xpol'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'landcover_class'",
"'1'",
"'tif'",
"'1D'",
"'landcover class'",
"'An enumerated type that specifies the predominant surface vegetation found in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'landcover-class'",
"'landcover-class'",
"'003'",
"'soil-moisture_landcover-class'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'254'",
"'BYTE'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'latitude'",
"'1'",
"'tif'",
"'1D'",
"'latitude'",
"'Latitude of the center of the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'latitude'",
"'latitude'",
"'003'",
"'soil-moisture_latitude'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'longitude'",
"'1'",
"'tif'",
"'1D'",
"'longitude'",
"'Longitude of the center of the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'longitude'",
"'longitude'",
"'003'",
"'soil-moisture_longitude'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'radar_vegetation_index'",
"'1'",
"'tif'",
"'1D'",
"'radar vegetation index'",
"'Vegetation index derived from radar backscatter'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'radar-vi'",
"'radar-vi'",
"'003'",
"'soil-moisture_radar-vi'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'retrieval_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Bit flags that record the conditions and the quality of the retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'retrieval-qual-flag'",
"'retrieval-qual-flag'",
"'003'",
"'soil-moisture_retrieval-qual-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'sigma0_hh_aggregated'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 hh aggregated'",
"'The outcome of aggretating a set of 3 km horizontal polarization radar backscatter measurements into a 9 km EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'sigma0-hh-aggregated'",
"'sigma0-hh-aggregated'",
"'003'",
"'soil-moisture_sigma0-hh-aggregated'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'sigma0_vv_aggregated'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 vv aggregated'",
"'The outcome of aggretating a set of 3 km vertical polarization radar backscatter measurements into a 9 km EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'sigma0-vv-aggregated'",
"'sigma0-vv-aggregated'",
"'003'",
"'soil-moisture_sigma0-vv-aggregated'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'sigma0_xpol_aggregated'",
"'1'",
"'tif'",
"'1D'",
"'sigma0 xpol aggregated'",
"'The outcome of aggretating a set of 3 km cross-polarized radar backscatter measurements into a 9 km EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'sigma0-xpol-aggregated'",
"'sigma0-xpol-aggregated'",
"'003'",
"'soil-moisture_sigma0-xpol-aggregated'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture'",
"'Standard deviation of soil moisture measure for the 9km Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'soil-moisture'",
"'soil-moisture'",
"'003'",
"'soil-moisture_soil-moisture'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'soil_moisture_std_dev'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture std dev'",
"'Standard deviation of soil moisture measure for the 9km Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'soil-moisture-std-dev'",
"'soil-moisture-std-dev'",
"'003'",
"'soil-moisture_soil-moisture-std-dev'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'spacecraft_overpass_time_seconds'",
"'1'",
"'tif'",
"'1D'",
"'spacecraft overpass time seconds'",
"'Number of seconds since a specified epoch that represents the spacecraft overpass relative to the 36 km EASE grid cell that contains each 9 km EASE grid cell represented in this data product.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'spacecraft-overpass-time-seconds'",
"'spacecraft-overpass-time-seconds'",
"'003'",
"'soil-moisture_spacecraft-overpass-time-seconds'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'surface_flag'",
"'1'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'surface-flag'",
"'surface-flag'",
"'003'",
"'soil-moisture_surface-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'surface_temperature'",
"'1'",
"'tif'",
"'1D'",
"'surface temperature'",
"'Temperature at land surface based on GEOS5 GMAO.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'surface-temperature'",
"'surface-temperature'",
"'003'",
"'soil-moisture_surface-temperature'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'tb_h_disaggregated'",
"'1'",
"'tif'",
"'1D'",
"'tb h disaggregated'",
"'Standard deviation of the horizontal polarization brightness temperature adjusted for the presence of water bodies and disaggregated from the 36 km EASE grid cells into 9 km EASE grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'tb-h-disaggregated'",
"'tb-h-disaggregated'",
"'003'",
"'soil-moisture_tb-h-disaggregated'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'tb_h_disaggregated_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'tb h disaggregated qual flag'",
"'Bit flags that record the conditions and the quality of the disaggregated horizontal polarization brightness temperature generated for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'tb-h-disaggregated-qual-flag'",
"'tb-h-disaggregated-qual-flag'",
"'003'",
"'soil-moisture_tb-h-disaggregated-qual-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'tb_h_disaggregated_std'",
"'1'",
"'tif'",
"'1D'",
"'tb h disaggregated std'",
"'Standard deviation of the horizontal polarization brightness temperature adjusted for the presence of water bodies and disaggregated from the 36 km EASE grid cells into 9 km EASE grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'tb-h-disaggregated-std'",
"'tb-h-disaggregated-std'",
"'003'",
"'soil-moisture_tb-h-disaggregated-std'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'tb_v_disaggregated'",
"'1'",
"'tif'",
"'1D'",
"'tb v disaggregated'",
"'Standard deviation of the vertical polarization brightness temperature adjusted for the presence of water bodies and disaggregated from the 36 km EASE grid cells into 9 km EASE grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'tb-v-disaggregated'",
"'tb-v-disaggregated'",
"'003'",
"'soil-moisture_tb-v-disaggregated'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'tb_v_disaggregated_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'tb v disaggregated qual flag'",
"'Bit flags that record the conditions and the quality of the disaggregated vertical polarization brightness temperature generated for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'tb-v-disaggregated-qual-flag'",
"'tb-v-disaggregated-qual-flag'",
"'003'",
"'soil-moisture_tb-v-disaggregated-qual-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'tb_v_disaggregated_std'",
"'1'",
"'tif'",
"'1D'",
"'tb v disaggregated std'",
"'Standard deviation of the vertical polarization brightness temperature adjusted for the presence of water bodies and disaggregated from the 36 km EASE grid cells into 9 km EASE grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'tb-v-disaggregated-std'",
"'tb-v-disaggregated-std'",
"'003'",
"'soil-moisture_tb-v-disaggregated-std'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'vegetation_opacity'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity'",
"'The measured opacity of the vegetation in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'vegetation-opacity'",
"'vegetation-opacity'",
"'003'",
"'soil-moisture_vegetation-opacity'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'vegetation_water_content'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content'",
"'Representative measure of water in the vegetation within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'vegetation-water-content'",
"'vegetation-water-content'",
"'003'",
"'soil-moisture_vegetation-water-content'",
"'N'",
"'R'",
"'kg/m**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMAP'",
"'003'",
"'Soil_Moisture_Retrieval_Data'",
"'water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'water body fraction'",
"'Fraction of the area of 9 km grid cell that is a permanent or transient water body. Derived from the DEM and radar processing.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMAP.003'",
"'SPL3SMAP'",
"'soil-moisture'",
"'water-body-fraction'",
"'water-body-fraction'",
"'003'",
"'soil-moisture_water-body-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
]
]
}
}
},
{
"processid": "tableinsert",
"overwrite": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": {
"columns": [
"daacid",
"version",
"hdffolder",
"hdfgrid",
"band",
"fileext",
"timestep",
"title",
"label",
"region",
"system",
"epsg",
"ullat",
"ullon",
"lrlat",
"lrlon",
"ulx",
"uly",
"lrx",
"lry",
"retrieve",
"source",
"product",
"content",
"layerid",
"prefix",
"suffix",
"compid",
"masked",
"measure",
"dataunit",
"scalefac",
"offsetadd",
"cellnull",
"celltype"
],
"values": [
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'EASE_column_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index'",
"'EASE column index'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'EASE-column-index'",
"'EASE-column-index'",
"'007'",
"'soil-moisture-am_ease-column-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'EASE_row_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index'",
"'EASE row index'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'EASE-row-index'",
"'EASE-row-index'",
"'007'",
"'soil-moisture-am_ease-row-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo'",
"'1'",
"'tif'",
"'1D'",
"'albedo'",
"'albedo'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'albedo'",
"'albedo'",
"'007'",
"'soil-moisture-am_albedo'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo_dca'",
"'1'",
"'tif'",
"'1D'",
"'albedo dca'",
"'albedo dca'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'albedo-dca'",
"'albedo-dca'",
"'007'",
"'soil-moisture-am_albedo-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo_scah'",
"'1'",
"'tif'",
"'1D'",
"'albedo scah'",
"'albedo scah'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'albedo-scah'",
"'albedo-scah'",
"'007'",
"'soil-moisture-am_albedo-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo_scav'",
"'1'",
"'tif'",
"'1D'",
"'albedo scav'",
"'albedo scav'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'albedo-scav'",
"'albedo-scav'",
"'007'",
"'soil-moisture-am_albedo-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'boresight_incidence'",
"'1'",
"'tif'",
"'1D'",
"'boresight incidence'",
"'boresight incidence'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'boresight-incidence'",
"'boresight-incidence'",
"'007'",
"'soil-moisture-am_boresight-incidence'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'bulk_density'",
"'1'",
"'tif'",
"'1D'",
"'bulk density'",
"'bulk density'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'bulk-density'",
"'bulk-density'",
"'007'",
"'soil-moisture-am_bulk-density'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'clay_fraction'",
"'1'",
"'tif'",
"'1D'",
"'clay fraction'",
"'clay fraction'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'clay-fraction'",
"'clay-fraction'",
"'007'",
"'soil-moisture-am_clay-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'freeze_thaw_fraction'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw fraction'",
"'freeze thaw fraction'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'freeze-thaw-fraction'",
"'freeze-thaw-fraction'",
"'007'",
"'soil-moisture-am_freeze-thaw-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'grid_surface_status'",
"'1'",
"'tif'",
"'1D'",
"'grid surface status'",
"'grid surface status'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'grid-surface-status'",
"'grid-surface-status'",
"'007'",
"'soil-moisture-am_grid-surface-status'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'landcover_class'",
"'1'",
"'tif'",
"'1D'",
"'landcover class'",
"'landcover class'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'landcover-class'",
"'landcover-class'",
"'007'",
"'soil-moisture-am_landcover-class'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'BYTE'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'landcover_class_fraction'",
"'1'",
"'tif'",
"'1D'",
"'landcover class fraction'",
"'landcover class fraction'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'landcover-class-fraction'",
"'landcover-class-fraction'",
"'007'",
"'soil-moisture-am_landcover-class-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'latitude'",
"'1'",
"'tif'",
"'1D'",
"'latitude'",
"'latitude'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'latitude'",
"'latitude'",
"'007'",
"'soil-moisture-am_latitude'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'latitude_centroid'",
"'1'",
"'tif'",
"'1D'",
"'latitude centroid'",
"'latitude centroid'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'latitude-centroid'",
"'latitude-centroid'",
"'007'",
"'soil-moisture-am_latitude-centroid'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'longitude'",
"'1'",
"'tif'",
"'1D'",
"'longitude'",
"'longitude'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'longitude'",
"'longitude'",
"'007'",
"'soil-moisture-am_longitude'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'longitude_centroid'",
"'1'",
"'tif'",
"'1D'",
"'longitude centroid'",
"'longitude centroid'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'longitude-centroid'",
"'longitude-centroid'",
"'007'",
"'soil-moisture-am_longitude-centroid'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'radar_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'radar water body fraction'",
"'radar water body fraction'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'radar-water-body-fraction'",
"'radar-water-body-fraction'",
"'007'",
"'soil-moisture-am_radar-water-body-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'retrieval qual flag'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'retrieval-qual-flag'",
"'retrieval-qual-flag'",
"'007'",
"'soil-moisture-am_retrieval-qual-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag_dca'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag dca'",
"'retrieval qual flag dca'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'retrieval-qual-flag-dca'",
"'retrieval-qual-flag-dca'",
"'007'",
"'soil-moisture-am_retrieval-qual-flag-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag_scah'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scah'",
"'retrieval qual flag scah'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'retrieval-qual-flag-scah'",
"'retrieval-qual-flag-scah'",
"'007'",
"'soil-moisture-am_retrieval-qual-flag-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag_scav'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scav'",
"'retrieval qual flag scav'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'retrieval-qual-flag-scav'",
"'retrieval-qual-flag-scav'",
"'007'",
"'soil-moisture-am_retrieval-qual-flag-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient'",
"'roughness coefficient'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'roughness-coefficient'",
"'roughness-coefficient'",
"'007'",
"'soil-moisture-am_roughness-coefficient'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient_dca'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient dca'",
"'roughness coefficient dca'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'roughness-coefficient-dca'",
"'roughness-coefficient-dca'",
"'007'",
"'soil-moisture-am_roughness-coefficient-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient_scah'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scah'",
"'roughness coefficient scah'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'roughness-coefficient-scah'",
"'roughness-coefficient-scah'",
"'007'",
"'soil-moisture-am_roughness-coefficient-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient_scav'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scav'",
"'roughness coefficient scav'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'roughness-coefficient-scav'",
"'roughness-coefficient-scav'",
"'007'",
"'soil-moisture-am_roughness-coefficient-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture'",
"'soil moisture'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'soil-moisture-am'",
"'soil-moisture-am'",
"'007'",
"'soil-moisture-am_soil-moisture-am'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_dca'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture dca'",
"'soil moisture dca'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'soil-moisture-dca'",
"'soil-moisture-dca'",
"'007'",
"'soil-moisture-am_soil-moisture-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_error'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture error'",
"'soil moisture error'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'soil-moisture-error'",
"'soil-moisture-error'",
"'007'",
"'soil-moisture-am_soil-moisture-error'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_scah'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scah'",
"'soil moisture scah'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'soil-moisture-scah'",
"'soil-moisture-scah'",
"'007'",
"'soil-moisture-am_soil-moisture-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_scav'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scav'",
"'soil moisture scav'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'soil-moisture-scav'",
"'soil-moisture-scav'",
"'007'",
"'soil-moisture-am_soil-moisture-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'static_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'static water body fraction'",
"'static water body fraction'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'static-water-body-fraction'",
"'static-water-body-fraction'",
"'007'",
"'soil-moisture-am_static-water-body-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_flag'",
"'1'",
"'tif'",
"'1D'",
"'surface flag'",
"'surface flag'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'surface-flag'",
"'surface-flag'",
"'007'",
"'soil-moisture-am_surface-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_temperature'",
"'1'",
"'tif'",
"'1D'",
"'surface temperature'",
"'surface temperature'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'surface-temperature'",
"'surface-temperature'",
"'007'",
"'soil-moisture-am_surface-temperature'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_water_fraction_mb_h'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb h'",
"'surface water fraction mb h'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'surface-water-fraction-mb-h'",
"'surface-water-fraction-mb-h'",
"'007'",
"'soil-moisture-am_surface-water-fraction-mb-h'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_water_fraction_mb_v'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb v'",
"'surface water fraction mb v'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'surface-water-fraction-mb-v'",
"'surface-water-fraction-mb-v'",
"'007'",
"'soil-moisture-am_surface-water-fraction-mb-v'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_3_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb 3 corrected'",
"'tb 3 corrected'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-3-corrected'",
"'tb-3-corrected'",
"'007'",
"'soil-moisture-am_tb-3-corrected'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_4_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb 4 corrected'",
"'tb 4 corrected'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-4-corrected'",
"'tb-4-corrected'",
"'007'",
"'soil-moisture-am_tb-4-corrected'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_h_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb h corrected'",
"'tb h corrected'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-h-corrected'",
"'tb-h-corrected'",
"'007'",
"'soil-moisture-am_tb-h-corrected'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_h_uncorrected'",
"'1'",
"'tif'",
"'1D'",
"'tb h uncorrected'",
"'tb h uncorrected'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-h-uncorrected'",
"'tb-h-uncorrected'",
"'007'",
"'soil-moisture-am_tb-h-uncorrected'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_3'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 3'",
"'tb qual flag 3'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-qual-flag-3'",
"'tb-qual-flag-3'",
"'007'",
"'soil-moisture-am_tb-qual-flag-3'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_4'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 4'",
"'tb qual flag 4'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-qual-flag-4'",
"'tb-qual-flag-4'",
"'007'",
"'soil-moisture-am_tb-qual-flag-4'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_h'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag h'",
"'tb qual flag h'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-qual-flag-h'",
"'tb-qual-flag-h'",
"'007'",
"'soil-moisture-am_tb-qual-flag-h'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_v'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag v'",
"'tb qual flag v'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-qual-flag-v'",
"'tb-qual-flag-v'",
"'007'",
"'soil-moisture-am_tb-qual-flag-v'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_time_seconds'",
"'1'",
"'tif'",
"'1D'",
"'tb time seconds'",
"'tb time seconds'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-time-seconds'",
"'tb-time-seconds'",
"'007'",
"'soil-moisture-am_tb-time-seconds'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT64'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_v_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb v corrected'",
"'tb v corrected'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-v-corrected'",
"'tb-v-corrected'",
"'007'",
"'soil-moisture-am_tb-v-corrected'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_v_uncorrected'",
"'1'",
"'tif'",
"'1D'",
"'tb v uncorrected'",
"'tb v uncorrected'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'tb-v-uncorrected'",
"'tb-v-uncorrected'",
"'007'",
"'soil-moisture-am_tb-v-uncorrected'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity'",
"'vegetation opacity'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'vegetation-opacity'",
"'vegetation-opacity'",
"'007'",
"'soil-moisture-am_vegetation-opacity'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity_dca'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity dca'",
"'vegetation opacity dca'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'vegetation-opacity-dca'",
"'vegetation-opacity-dca'",
"'007'",
"'soil-moisture-am_vegetation-opacity-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity_scah'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scah'",
"'vegetation opacity scah'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'vegetation-opacity-scah'",
"'vegetation-opacity-scah'",
"'007'",
"'soil-moisture-am_vegetation-opacity-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity_scav'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scav'",
"'vegetation opacity scav'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'vegetation-opacity-scav'",
"'vegetation-opacity-scav'",
"'007'",
"'soil-moisture-am_vegetation-opacity-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_water_content'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content'",
"'vegetation water content'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-am'",
"'vegetation-water-content'",
"'vegetation-water-content'",
"'007'",
"'soil-moisture-am_vegetation-water-content'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'EASE_column_index_pm'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index pm'",
"'EASE column index pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'EASE-column-index-pm'",
"'EASE-column-index-pm'",
"'007'",
"'soil-moisture-pm_ease-column-index-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'EASE_row_index_pm'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index pm'",
"'EASE row index pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'EASE-row-index-pm'",
"'EASE-row-index-pm'",
"'007'",
"'soil-moisture-pm_ease-row-index-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo dca pm'",
"'albedo dca pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'albedo-dca-pm'",
"'albedo-dca-pm'",
"'007'",
"'soil-moisture-pm_albedo-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo pm'",
"'albedo pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'albedo-pm'",
"'albedo-pm'",
"'007'",
"'soil-moisture-pm_albedo-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo scah pm'",
"'albedo scah pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'albedo-scah-pm'",
"'albedo-scah-pm'",
"'007'",
"'soil-moisture-pm_albedo-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo scav pm'",
"'albedo scav pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'albedo-scav-pm'",
"'albedo-scav-pm'",
"'007'",
"'soil-moisture-pm_albedo-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'boresight_incidence_pm'",
"'1'",
"'tif'",
"'1D'",
"'boresight incidence pm'",
"'boresight incidence pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'boresight-incidence-pm'",
"'boresight-incidence-pm'",
"'007'",
"'soil-moisture-pm_boresight-incidence-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'bulk_density_pm'",
"'1'",
"'tif'",
"'1D'",
"'bulk density pm'",
"'bulk density pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'bulk-density-pm'",
"'bulk-density-pm'",
"'007'",
"'soil-moisture-pm_bulk-density-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'clay_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'clay fraction pm'",
"'clay fraction pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'clay-fraction-pm'",
"'clay-fraction-pm'",
"'007'",
"'soil-moisture-pm_clay-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'freeze_thaw_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw fraction pm'",
"'freeze thaw fraction pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'freeze-thaw-fraction-pm'",
"'freeze-thaw-fraction-pm'",
"'007'",
"'soil-moisture-pm_freeze-thaw-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'grid_surface_status_pm'",
"'1'",
"'tif'",
"'1D'",
"'grid surface status pm'",
"'grid surface status pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'grid-surface-status-pm'",
"'grid-surface-status-pm'",
"'007'",
"'soil-moisture-pm_grid-surface-status-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'landcover_class_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'landcover class fraction pm'",
"'landcover class fraction pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'landcover-class-fraction-pm'",
"'landcover-class-fraction-pm'",
"'007'",
"'soil-moisture-pm_landcover-class-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'landcover_class_pm'",
"'1'",
"'tif'",
"'1D'",
"'landcover class pm'",
"'landcover class pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'landcover-class-pm'",
"'landcover-class-pm'",
"'007'",
"'soil-moisture-pm_landcover-class-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'BYTE'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'latitude_centroid_pm'",
"'1'",
"'tif'",
"'1D'",
"'latitude centroid pm'",
"'latitude centroid pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'latitude-centroid-pm'",
"'latitude-centroid-pm'",
"'007'",
"'soil-moisture-pm_latitude-centroid-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'latitude_pm'",
"'1'",
"'tif'",
"'1D'",
"'latitude pm'",
"'latitude pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'latitude-pm'",
"'latitude-pm'",
"'007'",
"'soil-moisture-pm_latitude-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'longitude_centroid_pm'",
"'1'",
"'tif'",
"'1D'",
"'longitude centroid pm'",
"'longitude centroid pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'longitude-centroid-pm'",
"'longitude-centroid-pm'",
"'007'",
"'soil-moisture-pm_longitude-centroid-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'longitude_pm'",
"'1'",
"'tif'",
"'1D'",
"'longitude pm'",
"'longitude pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'longitude-pm'",
"'longitude-pm'",
"'007'",
"'soil-moisture-pm_longitude-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'radar_water_body_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'radar water body fraction pm'",
"'radar water body fraction pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'radar-water-body-fraction-pm'",
"'radar-water-body-fraction-pm'",
"'007'",
"'soil-moisture-pm_radar-water-body-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag dca pm'",
"'retrieval qual flag dca pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-dca-pm'",
"'retrieval-qual-flag-dca-pm'",
"'007'",
"'soil-moisture-pm_retrieval-qual-flag-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag pm'",
"'retrieval qual flag pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-pm'",
"'retrieval-qual-flag-pm'",
"'007'",
"'soil-moisture-pm_retrieval-qual-flag-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scah pm'",
"'retrieval qual flag scah pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-scah-pm'",
"'retrieval-qual-flag-scah-pm'",
"'007'",
"'soil-moisture-pm_retrieval-qual-flag-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scav pm'",
"'retrieval qual flag scav pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-scav-pm'",
"'retrieval-qual-flag-scav-pm'",
"'007'",
"'soil-moisture-pm_retrieval-qual-flag-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient dca pm'",
"'roughness coefficient dca pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'roughness-coefficient-dca-pm'",
"'roughness-coefficient-dca-pm'",
"'007'",
"'soil-moisture-pm_roughness-coefficient-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient pm'",
"'roughness coefficient pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'roughness-coefficient-pm'",
"'roughness-coefficient-pm'",
"'007'",
"'soil-moisture-pm_roughness-coefficient-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scah pm'",
"'roughness coefficient scah pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'roughness-coefficient-scah-pm'",
"'roughness-coefficient-scah-pm'",
"'007'",
"'soil-moisture-pm_roughness-coefficient-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scav pm'",
"'roughness coefficient scav pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'roughness-coefficient-scav-pm'",
"'roughness-coefficient-scav-pm'",
"'007'",
"'soil-moisture-pm_roughness-coefficient-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture dca pm'",
"'soil moisture dca pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'soil-moisture-dca-pm'",
"'soil-moisture-dca-pm'",
"'007'",
"'soil-moisture-pm_soil-moisture-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_error_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture error pm'",
"'soil moisture error pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'soil-moisture-error-pm'",
"'soil-moisture-error-pm'",
"'007'",
"'soil-moisture-pm_soil-moisture-error-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture pm'",
"'soil moisture pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'soil-moisture-pm'",
"'soil-moisture-pm'",
"'007'",
"'soil-moisture-pm_soil-moisture-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scah pm'",
"'soil moisture scah pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'soil-moisture-scah-pm'",
"'soil-moisture-scah-pm'",
"'007'",
"'soil-moisture-pm_soil-moisture-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scav pm'",
"'soil moisture scav pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'soil-moisture-scav-pm'",
"'soil-moisture-scav-pm'",
"'007'",
"'soil-moisture-pm_soil-moisture-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'static_water_body_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'static water body fraction pm'",
"'static water body fraction pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'static-water-body-fraction-pm'",
"'static-water-body-fraction-pm'",
"'007'",
"'soil-moisture-pm_static-water-body-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_flag_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface flag pm'",
"'surface flag pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'surface-flag-pm'",
"'surface-flag-pm'",
"'007'",
"'soil-moisture-pm_surface-flag-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_temperature_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface temperature pm'",
"'surface temperature pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'surface-temperature-pm'",
"'surface-temperature-pm'",
"'007'",
"'soil-moisture-pm_surface-temperature-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_water_fraction_mb_h_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb h pm'",
"'surface water fraction mb h pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'surface-water-fraction-mb-h-pm'",
"'surface-water-fraction-mb-h-pm'",
"'007'",
"'soil-moisture-pm_surface-water-fraction-mb-h-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_water_fraction_mb_v_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb v pm'",
"'surface water fraction mb v pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'surface-water-fraction-mb-v-pm'",
"'surface-water-fraction-mb-v-pm'",
"'007'",
"'soil-moisture-pm_surface-water-fraction-mb-v-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_3_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb 3 corrected pm'",
"'tb 3 corrected pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-3-corrected-pm'",
"'tb-3-corrected-pm'",
"'007'",
"'soil-moisture-pm_tb-3-corrected-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_4_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb 4 corrected pm'",
"'tb 4 corrected pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-4-corrected-pm'",
"'tb-4-corrected-pm'",
"'007'",
"'soil-moisture-pm_tb-4-corrected-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_h_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb h corrected pm'",
"'tb h corrected pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-h-corrected-pm'",
"'tb-h-corrected-pm'",
"'007'",
"'soil-moisture-pm_tb-h-corrected-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_h_uncorrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb h uncorrected pm'",
"'tb h uncorrected pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-h-uncorrected-pm'",
"'tb-h-uncorrected-pm'",
"'007'",
"'soil-moisture-pm_tb-h-uncorrected-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_3_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 3 pm'",
"'tb qual flag 3 pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-qual-flag-3-pm'",
"'tb-qual-flag-3-pm'",
"'007'",
"'soil-moisture-pm_tb-qual-flag-3-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_4_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 4 pm'",
"'tb qual flag 4 pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-qual-flag-4-pm'",
"'tb-qual-flag-4-pm'",
"'007'",
"'soil-moisture-pm_tb-qual-flag-4-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_h_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag h pm'",
"'tb qual flag h pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-qual-flag-h-pm'",
"'tb-qual-flag-h-pm'",
"'007'",
"'soil-moisture-pm_tb-qual-flag-h-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_v_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag v pm'",
"'tb qual flag v pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-qual-flag-v-pm'",
"'tb-qual-flag-v-pm'",
"'007'",
"'soil-moisture-pm_tb-qual-flag-v-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'UINT16'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_time_seconds_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb time seconds pm'",
"'tb time seconds pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-time-seconds-pm'",
"'tb-time-seconds-pm'",
"'007'",
"'soil-moisture-pm_tb-time-seconds-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT64'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_v_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb v corrected pm'",
"'tb v corrected pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-v-corrected-pm'",
"'tb-v-corrected-pm'",
"'007'",
"'soil-moisture-pm_tb-v-corrected-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_v_uncorrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb v uncorrected pm'",
"'tb v uncorrected pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'tb-v-uncorrected-pm'",
"'tb-v-uncorrected-pm'",
"'007'",
"'soil-moisture-pm_tb-v-uncorrected-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity dca pm'",
"'vegetation opacity dca pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'vegetation-opacity-dca-pm'",
"'vegetation-opacity-dca-pm'",
"'007'",
"'soil-moisture-pm_vegetation-opacity-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity pm'",
"'vegetation opacity pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'vegetation-opacity-pm'",
"'vegetation-opacity-pm'",
"'007'",
"'soil-moisture-pm_vegetation-opacity-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scah pm'",
"'vegetation opacity scah pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'vegetation-opacity-scah-pm'",
"'vegetation-opacity-scah-pm'",
"'007'",
"'soil-moisture-pm_vegetation-opacity-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scav pm'",
"'vegetation opacity scav pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'vegetation-opacity-scav-pm'",
"'vegetation-opacity-scav-pm'",
"'007'",
"'soil-moisture-pm_vegetation-opacity-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
],
[
"'SPL3SMP'",
"'007'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_water_content_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content pm'",
"'vegetation water content pm'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMP.007'",
"'SPL3SMP'",
"'soil-moisture-pm'",
"'vegetation-water-content-pm'",
"'vegetation-water-content-pm'",
"'007'",
"'soil-moisture-pm_vegetation-water-content-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-1'",
"'FLOAT32'"
]
]
}
}
},
{
"processid": "tableinsert",
"overwrite": false,
"parameters": {
"db": "karttur",
"schema": "smap",
"table": "template",
"command": {
"columns": [
"daacid",
"version",
"hdffolder",
"hdfgrid",
"band",
"fileext",
"timestep",
"title",
"label",
"region",
"system",
"epsg",
"ullat",
"ullon",
"lrlat",
"lrlon",
"ulx",
"uly",
"lrx",
"lry",
"retrieve",
"source",
"product",
"content",
"layerid",
"prefix",
"suffix",
"compid",
"masked",
"measure",
"dataunit",
"scalefac",
"offsetadd",
"cellnull",
"celltype"
],
"values": [
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'EASE_column_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index'",
"'The column index of the 9 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'EASE-column-index'",
"'EASE-column-index'",
"'004'",
"'soil-moisture-am_ease-column-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'EASE_row_index'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index'",
"'The row index of the 9 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'EASE-row-index'",
"'EASE-row-index'",
"'004'",
"'soil-moisture-am_ease-row-index'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo'",
"'1'",
"'tif'",
"'1D'",
"'albedo'",
"'Diffuse reflecting power of the Earths surface used in SCA-V within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'albedo'",
"'albedo'",
"'004'",
"'soil-moisture-am_albedo'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo_dca'",
"'1'",
"'tif'",
"'1D'",
"'albedo dca'",
"'Diffuse reflecting power of the Earths surface used in DCA within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'albedo-dca'",
"'albedo-dca'",
"'004'",
"'soil-moisture-am_albedo-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo_scah'",
"'1'",
"'tif'",
"'1D'",
"'albedo scah'",
"'Diffuse reflecting power of the Earths surface used in SCA-H within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'albedo-scah'",
"'albedo-scah'",
"'004'",
"'soil-moisture-am_albedo-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'albedo_scav'",
"'1'",
"'tif'",
"'1D'",
"'albedo scav'",
"'Diffuse reflecting power of the Earths surface used in SCA-V within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'albedo-scav'",
"'albedo-scav'",
"'004'",
"'soil-moisture-am_albedo-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'boresight_incidence'",
"'1'",
"'tif'",
"'1D'",
"'boresight incidence'",
"'Representative angle between the antenna boresight vector and the normal to the Earths surface for all footprints within the cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'boresight-incidence'",
"'boresight-incidence'",
"'004'",
"'soil-moisture-am_boresight-incidence'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'bulk_density'",
"'1'",
"'tif'",
"'1D'",
"'bulk density'",
"'A unitless value that is indicative of aggregated bulk_density within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'bulk-density'",
"'bulk-density'",
"'004'",
"'soil-moisture-am_bulk-density'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'clay_fraction'",
"'1'",
"'tif'",
"'1D'",
"'clay fraction'",
"'A unitless value that is indicative of aggregated clay fraction within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'clay-fraction'",
"'clay-fraction'",
"'004'",
"'soil-moisture-am_clay-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'freeze_thaw_fraction'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw fraction'",
"'Fraction of the 9 km grid cell that is denoted as frozen. Based on binary flag that specifies freeze thaw conditions in each of the component 3 km grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'freeze-thaw-fraction'",
"'freeze-thaw-fraction'",
"'004'",
"'soil-moisture-am_freeze-thaw-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'grid_surface_status'",
"'1'",
"'tif'",
"'1D'",
"'grid surface status'",
"'Indicates if the grid point lies on land (0) or water (1).'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'grid-surface-status'",
"'grid-surface-status'",
"'004'",
"'soil-moisture-am_grid-surface-status'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'latitude'",
"'1'",
"'tif'",
"'1D'",
"'latitude'",
"'Latitude of the center of the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'latitude'",
"'latitude'",
"'004'",
"'soil-moisture-am_latitude'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'latitude_centroid'",
"'1'",
"'tif'",
"'1D'",
"'latitude centroid'",
"'Weighted average of the latitude of the center of the brightness temperature footprints that fall within the EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'latitude-centroid'",
"'latitude-centroid'",
"'004'",
"'soil-moisture-am_latitude-centroid'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'longitude'",
"'1'",
"'tif'",
"'1D'",
"'longitude'",
"'Longitude of the center of the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'longitude'",
"'longitude'",
"'004'",
"'soil-moisture-am_longitude'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'longitude_centroid'",
"'1'",
"'tif'",
"'1D'",
"'longitude centroid'",
"'Weighted average of the longitude of the center of the brightness temperature footprints that fall within the EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'longitude-centroid'",
"'longitude-centroid'",
"'004'",
"'soil-moisture-am_longitude-centroid'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'radar_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'radar water body fraction'",
"'The fraction of the area of the 9 km grid cell that is covered by water based on the radar detection algorithm.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'radar-water-body-fraction'",
"'radar-water-body-fraction'",
"'004'",
"'soil-moisture-am_radar-water-body-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag'",
"'Bit flags that record the conditions and the quality of the SCA-V retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'retrieval-qual-flag'",
"'retrieval-qual-flag'",
"'004'",
"'soil-moisture-am_retrieval-qual-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag_dca'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag dca'",
"'Bit flags that record the conditions and the quality of the DCA retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'retrieval-qual-flag-dca'",
"'retrieval-qual-flag-dca'",
"'004'",
"'soil-moisture-am_retrieval-qual-flag-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag_scah'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scah'",
"'Bit flags that record the conditions and the quality of the SCA-H retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'retrieval-qual-flag-scah'",
"'retrieval-qual-flag-scah'",
"'004'",
"'soil-moisture-am_retrieval-qual-flag-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'retrieval_qual_flag_scav'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scav'",
"'Bit flags that record the conditions and the quality of the SCA-V retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'retrieval-qual-flag-scav'",
"'retrieval-qual-flag-scav'",
"'004'",
"'soil-moisture-am_retrieval-qual-flag-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient'",
"'A unitless value that is indicative of bare soil roughness used in SCA-V within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'roughness-coefficient'",
"'roughness-coefficient'",
"'004'",
"'soil-moisture-am_roughness-coefficient'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient_dca'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient dca'",
"'A unitless value that is indicative of bare soil roughness used in DCA within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'roughness-coefficient-dca'",
"'roughness-coefficient-dca'",
"'004'",
"'soil-moisture-am_roughness-coefficient-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient_scah'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scah'",
"'A unitless value that is indicative of bare soil roughness used in SCA-H within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'roughness-coefficient-scah'",
"'roughness-coefficient-scah'",
"'004'",
"'soil-moisture-am_roughness-coefficient-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'roughness_coefficient_scav'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scav'",
"'A unitless value that is indicative of bare soil roughness used in SCA-V within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'roughness-coefficient-scav'",
"'roughness-coefficient-scav'",
"'004'",
"'soil-moisture-am_roughness-coefficient-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture'",
"'Representative SCA-V soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'Y'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'soil-moisture-am'",
"'soil-moisture-am'",
"'004'",
"'soil-moisture-am_soil-moisture-am'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_dca'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture dca'",
"'Representative DCA soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'soil-moisture-dca'",
"'soil-moisture-dca'",
"'004'",
"'soil-moisture-am_soil-moisture-dca'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_error'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture error'",
"'Net uncertainty measure of soil moisture measure for the Earth based grid cell. - Calculation method is TBD.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'soil-moisture-error'",
"'soil-moisture-error'",
"'004'",
"'soil-moisture-am_soil-moisture-error'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_scah'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scah'",
"'Representative SCA-H soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'soil-moisture-scah'",
"'soil-moisture-scah'",
"'004'",
"'soil-moisture-am_soil-moisture-scah'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'soil_moisture_scav'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scav'",
"'Representative SCA-V soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'soil-moisture-scav'",
"'soil-moisture-scav'",
"'004'",
"'soil-moisture-am_soil-moisture-scav'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'static_water_body_fraction'",
"'1'",
"'tif'",
"'1D'",
"'static water body fraction'",
"'The fraction of the area of the 9 km grid cell that is covered by static water based on a Digital Elevation Map.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'static-water-body-fraction'",
"'static-water-body-fraction'",
"'004'",
"'soil-moisture-am_static-water-body-fraction'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_flag'",
"'1'",
"'tif'",
"'1D'",
"'surface flag'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'surface-flag'",
"'surface-flag'",
"'004'",
"'soil-moisture-am_surface-flag'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_temperature'",
"'1'",
"'tif'",
"'1D'",
"'surface temperature'",
"'Temperature at land surface based on GMAO GEOS-5 data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'surface-temperature'",
"'surface-temperature'",
"'004'",
"'soil-moisture-am_surface-temperature'",
"'N'",
"'R'",
"'Kelvins'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_water_fraction_mb_h'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb h'",
"'Gain weighted fraction of static water within the radiometer horizontal polarization brightness temperature antenna pattern in 36 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'surface-water-fraction-mb-h'",
"'surface-water-fraction-mb-h'",
"'004'",
"'soil-moisture-am_surface-water-fraction-mb-h'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'surface_water_fraction_mb_v'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb v'",
"'Gain weighted fraction of static water within the radiometer vertical polarization brightness temperature antenna pattern in 36 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'surface-water-fraction-mb-v'",
"'surface-water-fraction-mb-v'",
"'004'",
"'soil-moisture-am_surface-water-fraction-mb-v'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_3_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb 3 corrected'",
"'Third stokes parameter for each 9 km grid cell calculated with an adjustment for the presence of water bodies'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-3-corrected'",
"'tb-3-corrected'",
"'004'",
"'soil-moisture-am_tb-3-corrected'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_4_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb 4 corrected'",
"'Fourth stokes parameter for each 9 km grid cell calculated with an adjustment for the presence of water bodies'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-4-corrected'",
"'tb-4-corrected'",
"'004'",
"'soil-moisture-am_tb-4-corrected'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_h_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb h corrected'",
"'Horizontal polarization brightness temperature in 9 km Earth grid cell adjusted for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-h-corrected'",
"'tb-h-corrected'",
"'004'",
"'soil-moisture-am_tb-h-corrected'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_h_uncorrected'",
"'1'",
"'tif'",
"'1D'",
"'tb h uncorrected'",
"'Horizontal polarization brightness temperature in 36 km Earth grid cell before adjustment for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-h-uncorrected'",
"'tb-h-uncorrected'",
"'004'",
"'soil-moisture-am_tb-h-uncorrected'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_3'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 3'",
"'Bit flags that represent the quality of the 3rd Stokes brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-qual-flag-3'",
"'tb-qual-flag-3'",
"'004'",
"'soil-moisture-am_tb-qual-flag-3'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_4'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 4'",
"'Bit flags that represent the quality of the 4th Stokes brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-qual-flag-4'",
"'tb-qual-flag-4'",
"'004'",
"'soil-moisture-am_tb-qual-flag-4'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_h'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag h'",
"'Bit flags that represent the quality of the horizontal polarization brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-qual-flag-h'",
"'tb-qual-flag-h'",
"'004'",
"'soil-moisture-am_tb-qual-flag-h'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_qual_flag_v'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag v'",
"'Bit flags that represent the quality of the vertical polarization brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-qual-flag-v'",
"'tb-qual-flag-v'",
"'004'",
"'soil-moisture-am_tb-qual-flag-v'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_time_seconds'",
"'1'",
"'tif'",
"'1D'",
"'tb time seconds'",
"'Arithmetic average of the acquisition time of all of the brightness temperature footprints with a center that falls within the EASE grid cell in seconds since noon on January 1 2000 UTC.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-time-seconds'",
"'tb-time-seconds'",
"'004'",
"'soil-moisture-am_tb-time-seconds'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_v_corrected'",
"'1'",
"'tif'",
"'1D'",
"'tb v corrected'",
"'Vertical polarization brightness temperature in 9 km Earth grid cell adjusted for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-v-corrected'",
"'tb-v-corrected'",
"'004'",
"'soil-moisture-am_tb-v-corrected'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'tb_v_uncorrected'",
"'1'",
"'tif'",
"'1D'",
"'tb v uncorrected'",
"'Vertical polarization brightness temperature in 36 km Earth grid cell before adjustment for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'tb-v-uncorrected'",
"'tb-v-uncorrected'",
"'004'",
"'soil-moisture-am_tb-v-uncorrected'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity'",
"'The measured opacity of the vegetation used in the SCA-V retrieval in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'vegetation-opacity'",
"'vegetation-opacity'",
"'004'",
"'soil-moisture-am_vegetation-opacity'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity_dca'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity dca'",
"'The measured opacity of the vegetation used in the DCA retrieval in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'vegetation-opacity-dca'",
"'vegetation-opacity-dca'",
"'004'",
"'soil-moisture-am_vegetation-opacity-dca'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity_scah'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scah'",
"'The measured opacity of the vegetation used in the SCA-H retrieval in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'vegetation-opacity-scah'",
"'vegetation-opacity-scah'",
"'004'",
"'soil-moisture-am_vegetation-opacity-scah'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_opacity_scav'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scav'",
"'The measured opacity of the vegetation used in the SCA-V retrieval in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'vegetation-opacity-scav'",
"'vegetation-opacity-scav'",
"'004'",
"'soil-moisture-am_vegetation-opacity-scav'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_AM'",
"'vegetation_water_content'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content'",
"'Representative measure of water in the vegetation within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-am'",
"'vegetation-water-content'",
"'vegetation-water-content'",
"'004'",
"'soil-moisture-am_vegetation-water-content'",
"'N'",
"'R'",
"'kg/m**2'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'EASE_column_index_pm'",
"'1'",
"'tif'",
"'1D'",
"'EASE column index pm'",
"'The column index of the 9 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'EASE-column-index-pm'",
"'EASE-column-index-pm'",
"'004'",
"'soil-moisture-pm_ease-column-index-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'EASE_row_index_pm'",
"'1'",
"'tif'",
"'1D'",
"'EASE row index pm'",
"'The row index of the 9 km EASE grid cell that contains the associated data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'EASE-row-index-pm'",
"'EASE-row-index-pm'",
"'004'",
"'soil-moisture-pm_ease-row-index-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo dca pm'",
"'Diffuse reflecting power of the Earths surface used in DCA retrievals within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'albedo-dca-pm'",
"'albedo-dca-pm'",
"'004'",
"'soil-moisture-pm_albedo-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo pm'",
"'Diffuse reflecting power of the Earths surface used in SCA-V retrievals within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'albedo-pm'",
"'albedo-pm'",
"'004'",
"'soil-moisture-pm_albedo-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo scah pm'",
"'Diffuse reflecting power of the Earths surface used in SCA-H retrievals within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'albedo-scah-pm'",
"'albedo-scah-pm'",
"'004'",
"'soil-moisture-pm_albedo-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'albedo_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'albedo scav pm'",
"'Diffuse reflecting power of the Earths surface used in SCA-V retrievals within the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'albedo-scav-pm'",
"'albedo-scav-pm'",
"'004'",
"'soil-moisture-pm_albedo-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'boresight_incidence_pm'",
"'1'",
"'tif'",
"'1D'",
"'boresight incidence pm'",
"'Representative angle between the antenna boresight vector and the normal to the Earths surface for all footprints within the cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'boresight-incidence-pm'",
"'boresight-incidence-pm'",
"'004'",
"'soil-moisture-pm_boresight-incidence-pm'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'bulk_density_pm'",
"'1'",
"'tif'",
"'1D'",
"'bulk density pm'",
"'A unitless value that is indicative of aggregated bulk density within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'bulk-density-pm'",
"'bulk-density-pm'",
"'004'",
"'soil-moisture-pm_bulk-density-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'clay_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'clay fraction pm'",
"'A unitless value that is indicative of aggregated clay fraction within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'clay-fraction-pm'",
"'clay-fraction-pm'",
"'004'",
"'soil-moisture-pm_clay-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'freeze_thaw_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'freeze thaw fraction pm'",
"'Fraction of the 9 km grid cell that is denoted as frozen. Based on binary flag that specifies freeze thaw conditions in each of the component 3 km grid cells.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'freeze-thaw-fraction-pm'",
"'freeze-thaw-fraction-pm'",
"'004'",
"'soil-moisture-pm_freeze-thaw-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'grid_surface_status_pm'",
"'1'",
"'tif'",
"'1D'",
"'grid surface status pm'",
"'Indicates if the grid point lies on land (0) or water (1).'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'grid-surface-status-pm'",
"'grid-surface-status-pm'",
"'004'",
"'soil-moisture-pm_grid-surface-status-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'latitude_centroid_pm'",
"'1'",
"'tif'",
"'1D'",
"'latitude centroid pm'",
"'Weighted average of the latitude of the center of the brightness temperature footprints that fall within the EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'latitude-centroid-pm'",
"'latitude-centroid-pm'",
"'004'",
"'soil-moisture-pm_latitude-centroid-pm'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'latitude_pm'",
"'1'",
"'tif'",
"'1D'",
"'latitude pm'",
"'Latitude of the center of the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'latitude-pm'",
"'latitude-pm'",
"'004'",
"'soil-moisture-pm_latitude-pm'",
"'N'",
"'R'",
"'degrees_north'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'longitude_centroid_pm'",
"'1'",
"'tif'",
"'1D'",
"'longitude centroid pm'",
"'Weighted average of the longitude of the center of the brightness temperature footprints that fall within the EASE grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'longitude-centroid-pm'",
"'longitude-centroid-pm'",
"'004'",
"'soil-moisture-pm_longitude-centroid-pm'",
"'N'",
"'R'",
"'degrees'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'longitude_pm'",
"'1'",
"'tif'",
"'1D'",
"'longitude pm'",
"'Longitude of the center of the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'longitude-pm'",
"'longitude-pm'",
"'004'",
"'soil-moisture-pm_longitude-pm'",
"'N'",
"'R'",
"'degrees_east'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'radar_water_body_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'radar water body fraction pm'",
"'The fraction of the area of the 9 km grid cell that is covered by water based on the radar detection algorithm.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'radar-water-body-fraction-pm'",
"'radar-water-body-fraction-pm'",
"'004'",
"'soil-moisture-pm_radar-water-body-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag dca pm'",
"'Bit flags that record the conditions and the quality of the DCA retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-dca-pm'",
"'retrieval-qual-flag-dca-pm'",
"'004'",
"'soil-moisture-pm_retrieval-qual-flag-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag pm'",
"'Bit flags that record the conditions and the quality of the SCA-V retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-pm'",
"'retrieval-qual-flag-pm'",
"'004'",
"'soil-moisture-pm_retrieval-qual-flag-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scah pm'",
"'Bit flags that record the conditions and the quality of the SCA-H retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-scah-pm'",
"'retrieval-qual-flag-scah-pm'",
"'004'",
"'soil-moisture-pm_retrieval-qual-flag-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'retrieval_qual_flag_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'retrieval qual flag scav pm'",
"'Bit flags that record the conditions and the quality of the SCA-V retrieval algorithms that generate soil moisture for the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'retrieval-qual-flag-scav-pm'",
"'retrieval-qual-flag-scav-pm'",
"'004'",
"'soil-moisture-pm_retrieval-qual-flag-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient dca pm'",
"'A unitless value that is indicative of bare soil roughness used in DCA retrievals within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'roughness-coefficient-dca-pm'",
"'roughness-coefficient-dca-pm'",
"'004'",
"'soil-moisture-pm_roughness-coefficient-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient pm'",
"'A unitless value that is indicative of bare soil roughness used in SCA-V retrievals within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'roughness-coefficient-pm'",
"'roughness-coefficient-pm'",
"'004'",
"'soil-moisture-pm_roughness-coefficient-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scah pm'",
"'A unitless value that is indicative of bare soil roughness used in SCA-H retrievals within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'roughness-coefficient-scah-pm'",
"'roughness-coefficient-scah-pm'",
"'004'",
"'soil-moisture-pm_roughness-coefficient-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'roughness_coefficient_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'roughness coefficient scav pm'",
"'A unitless value that is indicative of bare soil roughness used in SCA-V retrievals within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'roughness-coefficient-scav-pm'",
"'roughness-coefficient-scav-pm'",
"'004'",
"'soil-moisture-pm_roughness-coefficient-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture dca pm'",
"'Representative DCA soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'soil-moisture-dca-pm'",
"'soil-moisture-dca-pm'",
"'004'",
"'soil-moisture-pm_soil-moisture-dca-pm'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_error_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture error pm'",
"'Net uncertainty measure of soil moisture measure for the Earth based grid cell. - Calculation method is TBD.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'soil-moisture-error-pm'",
"'soil-moisture-error-pm'",
"'004'",
"'soil-moisture-pm_soil-moisture-error-pm'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture pm'",
"'Representative SCA-V soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'soil-moisture-pm'",
"'soil-moisture-pm'",
"'004'",
"'soil-moisture-pm_soil-moisture-pm'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scah pm'",
"'Representative SCA-H soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'soil-moisture-scah-pm'",
"'soil-moisture-scah-pm'",
"'004'",
"'soil-moisture-pm_soil-moisture-scah-pm'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'soil_moisture_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'soil moisture scav pm'",
"'Representative SCA-V soil moisture measurement for the Earth based grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'soil-moisture-scav-pm'",
"'soil-moisture-scav-pm'",
"'004'",
"'soil-moisture-pm_soil-moisture-scav-pm'",
"'N'",
"'R'",
"'cm**3/cm**3'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'static_water_body_fraction_pm'",
"'1'",
"'tif'",
"'1D'",
"'static water body fraction pm'",
"'The fraction of the area of the 9 km grid cell that is covered by static water based on a Digital Elevation Map.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'static-water-body-fraction-pm'",
"'static-water-body-fraction-pm'",
"'004'",
"'soil-moisture-pm_static-water-body-fraction-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_flag_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface flag pm'",
"'Bit flags that record ambient surface conditions for the grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'surface-flag-pm'",
"'surface-flag-pm'",
"'004'",
"'soil-moisture-pm_surface-flag-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_temperature_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface temperature pm'",
"'Temperature at land surface based on GMAO GEOS-5 data.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'surface-temperature-pm'",
"'surface-temperature-pm'",
"'004'",
"'soil-moisture-pm_surface-temperature-pm'",
"'N'",
"'R'",
"'Kelvins'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_water_fraction_mb_h_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb h pm'",
"'Gain weighted fraction of static water within the radiometer horizontal polarization brightness temperature antenna pattern in 36 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'surface-water-fraction-mb-h-pm'",
"'surface-water-fraction-mb-h-pm'",
"'004'",
"'soil-moisture-pm_surface-water-fraction-mb-h-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'surface_water_fraction_mb_v_pm'",
"'1'",
"'tif'",
"'1D'",
"'surface water fraction mb v pm'",
"'Gain weighted fraction of static water within the radiometer vertical polarization brightness temperature antenna pattern in 36 km Earth grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'surface-water-fraction-mb-v-pm'",
"'surface-water-fraction-mb-v-pm'",
"'004'",
"'soil-moisture-pm_surface-water-fraction-mb-v-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_3_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb 3 corrected pm'",
"'Third stokes parameter for each 9 km grid cell calculated with an adjustment for the presence of water bodies'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-3-corrected-pm'",
"'tb-3-corrected-pm'",
"'004'",
"'soil-moisture-pm_tb-3-corrected-pm'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_4_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb 4 corrected pm'",
"'Fourth stokes parameter for each 9 km grid cell calculated with an adjustment for the presence of water bodies'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-4-corrected-pm'",
"'tb-4-corrected-pm'",
"'004'",
"'soil-moisture-pm_tb-4-corrected-pm'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_h_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb h corrected pm'",
"'Horizontal polarization brightness temperature in 9 km Earth grid cell adjusted for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-h-corrected-pm'",
"'tb-h-corrected-pm'",
"'004'",
"'soil-moisture-pm_tb-h-corrected-pm'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_h_uncorrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb h uncorrected pm'",
"'Horizontal polarization brightness temperature in 36 km Earth grid cell before adjustment for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-h-uncorrected-pm'",
"'tb-h-uncorrected-pm'",
"'004'",
"'soil-moisture-pm_tb-h-uncorrected-pm'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_3_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 3 pm'",
"'Bit flags that represent the quality of the 3rd Stokes brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-qual-flag-3-pm'",
"'tb-qual-flag-3-pm'",
"'004'",
"'soil-moisture-pm_tb-qual-flag-3-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_4_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag 4 pm'",
"'Bit flags that represent the quality of the 4th Stokes brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-qual-flag-4-pm'",
"'tb-qual-flag-4-pm'",
"'004'",
"'soil-moisture-pm_tb-qual-flag-4-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_h_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag h pm'",
"'Bit flags that represent the quality of the horizontal polarization brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-qual-flag-h-pm'",
"'tb-qual-flag-h-pm'",
"'004'",
"'soil-moisture-pm_tb-qual-flag-h-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_qual_flag_v_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb qual flag v pm'",
"'Bit flags that represent the quality of the vertical polarization brightness temperature within each grid cell'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-qual-flag-v-pm'",
"'tb-qual-flag-v-pm'",
"'004'",
"'soil-moisture-pm_tb-qual-flag-v-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'65534'",
"'UINT16'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_time_seconds_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb time seconds pm'",
"'Arithmetic average of the acquisition time of all of the brightness temperature footprints with a center that falls within the EASE grid cell in seconds since noon on January 1 2000 UTC.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-time-seconds-pm'",
"'tb-time-seconds-pm'",
"'004'",
"'soil-moisture-pm_tb-time-seconds-pm'",
"'N'",
"'R'",
"'seconds'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT64'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_v_corrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb v corrected pm'",
"'Vertical polarization brightness temperature in 9 km Earth grid cell adjusted for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-v-corrected-pm'",
"'tb-v-corrected-pm'",
"'004'",
"'soil-moisture-pm_tb-v-corrected-pm'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'tb_v_uncorrected_pm'",
"'1'",
"'tif'",
"'1D'",
"'tb v uncorrected pm'",
"'Vertical polarization brightness temperature in 36 km Earth grid cell before adjustment for the presence of water bodies.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'tb-v-uncorrected-pm'",
"'tb-v-uncorrected-pm'",
"'004'",
"'soil-moisture-pm_tb-v-uncorrected-pm'",
"'N'",
"'R'",
"'Kelvin'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_dca_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity dca pm'",
"'The measured opacity of the vegetation used in DCA retrievals in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'vegetation-opacity-dca-pm'",
"'vegetation-opacity-dca-pm'",
"'004'",
"'soil-moisture-pm_vegetation-opacity-dca-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity pm'",
"'The measured opacity of the vegetation used in SCA-V retrievals in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'vegetation-opacity-pm'",
"'vegetation-opacity-pm'",
"'004'",
"'soil-moisture-pm_vegetation-opacity-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_scah_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scah pm'",
"'The measured opacity of the vegetation used in SCA-H retrievals in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'vegetation-opacity-scah-pm'",
"'vegetation-opacity-scah-pm'",
"'004'",
"'soil-moisture-pm_vegetation-opacity-scah-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_opacity_scav_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation opacity scav pm'",
"'The measured opacity of the vegetation used in SCA-V retrievals in the grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'vegetation-opacity-scav-pm'",
"'vegetation-opacity-scav-pm'",
"'004'",
"'soil-moisture-pm_vegetation-opacity-scav-pm'",
"'N'",
"'R'",
"'index'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
],
[
"'SPL3SMP-E'",
"'004'",
"'Soil_Moisture_Retrieval_Data_PM'",
"'vegetation_water_content_pm'",
"'1'",
"'tif'",
"'1D'",
"'vegetation water content pm'",
"'Representative measure of water in the vegetation within the 9 km grid cell.'",
"'global'",
"'ease2t'",
"'6933'",
"'85.044502'",
"'-180.0'",
"'-85.044502'",
"'180.0'",
"'-17367530.445161372'",
"'7314540.111342266'",
"'17367530.445161372'",
"'-7314540.111342266'",
"'N'",
"'SPL3SMP-E.004'",
"'SPL3SMP-E'",
"'soil-moisture-pm'",
"'vegetation-water-content-pm'",
"'vegetation-water-content-pm'",
"'004'",
"'soil-moisture-pm_vegetation-water-content-pm'",
"'N'",
"'R'",
"'kg/m**2'",
"'1'",
"'0'",
"'-9999'",
"'FLOAT32'"
]
]
}
}
}
]
}