GHRSSTLevel4 Class

A Grid representing a GHRSST L4 product hosted by NASA JPL PO.DAAC.

Module:GeoEco.DataProducts.NASA.PODAAC
Intended use:Some methods are intended for GeoEco internal use only and are not recommended for external callers
COM:Not exposed as a COM class
ArcGIS:Some methods are exposed as ArcGIS geoprocessing tools

Constructor

class GHRSSTLevel4(variableName, rdacCode, productType, areaCode, gdsVersion, fileVersion, productCode[, productCode2[, convertToCelsius[, timeout[, maxRetryTime[, cacheDirectory]]]]])
Constructs a new GHRSSTLevel4 instance.

Read-only properties

DisplayName
Informal name of this object.
ParentCollection
DatasetCollection that is the parent of this object (if any).

Instance methods

GetAllQueryableAttributes()
Returns a list of all queryable attributes.
GetQueryableAttribute(name)
Returns the queryable attribute with the specified name.
GetQueryableAttributeValue(name)
Returns the value of the queryable attribute with the specified name.
GetQueryableAttributesWithDataType(typeMetadata)
Returns a list queryable attributes having the specified data type.
GetSpatialReference(srType)
Returns the spatial reference of this dataset.
SetSpatialReference(srType, sr)
Sets the spatial reference of this dataset.

Classmethods

ConvertSpatialReference(srType, sr, outputSRType)
Converts a spatial reference from one format to another, such as an OGC WKT string to a Proj4 string.
CreateArcGISRasters(product, variableName, outputWorkspace[, mode[, rasterNameExpressions[, rasterCatalog[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, convertToCelsius[, useUnscaledData[, calculateStatistics[, buildRAT[, buildPyramids]]]]]]]]]]]]]]])
Creates rasters for a GHRSST L4 product hosted by NASA JPL PO.DAAC.
CreateCayulaCornillonFrontsAsArcGISRasters(product, minPopMeanDifference, outputWorkspace[, mode[, rasterNameExpressions[, medianFilterWindowSize[, histogramWindowSize[, histogramWindowStride[, minPropNonMaskedCells[, minPopProp[, minTheta[, minSinglePopCohesion[, minGlobalPopCohesion[, threads[, fillHoles[, thin[, minSize[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, calculateStatistics[, buildRAT[, buildPyramids[, outputCandidateCounts[, outputFrontCounts[, outputWindowStatusCodes[, outputWindowStatusValues]]]]]]]]]]]]]]]]]]]]]]]]]]]])
Creates rasters indicating the positions of fronts in GHRSST L4 SST images hosted by NASA JPL PO.DAAC, using the Cayula and Cornillon (1992) single image edge detection (SIED) algorithm.
CreateClimatologicalArcGISRasters(product, variableName, statistic, binType, outputWorkspace[, mode[, rasterNameExpressions[, binDuration[, startDayOfYear[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, convertToCelsius[, calculateStatistics[, buildPyramids]]]]]]]]]]]]]])
Creates climatological rasters for a GHRSST L4 product hosted by NASA JPL PO.DAAC.
InterpolateAtArcGISPoints(product, variableName, points, valueField, tField[, method[, where[, noDataValue[, convertToCelsius[, timeout[, maxRetryTime[, cacheDirectory[, orderByFields[, numBlocksToCacheInMemory[, xBlockSize[, yBlockSize[, tBlockSize]]]]]]]]]]]])
Interpolates values of a GHRSST L4 product hosted by NASA JPL PO.DAAC at points.
TestCapability(capability)
Tests whether a capability is supported by this class or an instance of it.

Remarks

The Group for High-Resolution Sea Surface Temperature (GHRSST) provides a new generation of global high-resolution (<10km) SST products to the operational oceanographic, meteorological, climate and general scientific community. The overall aim of the GHRSST is to provide the best quality sea surface temperature data for applications in short, medium and decadal/climate time scales in the most cost effective and efficient manner through international collaboration and scientific innovation.

This class accesses L4 gap-free gridded SST products published in near real time by the GHRSST GDAC Global Data Assembly Center (GDAC) at the NASA JPL Physical Oceanography Distributed Active Archive Center (PO.DAAC). These products provide regional and global daily cloud-free estimates of SST at spatial resolutions ranging from 0.25 degrees to down 1 km. To fill in cloudy areas, data from multiple satellite and in-situ sensors are combined and regions without any data are filled in various interpolation and modeling techniques.

All products accessed by this class are published at a daily timestep. Some products are updated on a continual basis and available in near real time; others are updated infrequently and are intended mainly for historical analysis. The temporal extent, spatial resolution and extent, and sensors and interpolation technique used vary by product. All products use the WGS 1984 geographic coordinate system. GHRSST temperatures are published in kelvin. By default, this class converts them to degrees Celsius but provides an option to obtain the original kelvin values.

All products are obtained from PO.DAAC using the OPeNDAP protocol. This class supports most but not all of the GHRSST L4 products hosted by PO.DAAC. If you see a product on PO.DAAC that is not available with this tool, please contact the MGET development team for assistance.