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 |
| class GHRSSTLevel4( | variableName, rdacCode, productType, areaCode, gdsVersion, fileVersion, productCode[, productCode2[, convertToCelsius[, timeout[, maxRetryTime[, cacheDirectory]]]]]) |
| GetAllQueryableAttributes( | ) |
| GetQueryableAttribute( | name) |
| GetQueryableAttributeValue( | name) |
| GetQueryableAttributesWithDataType( | typeMetadata) |
| GetSpatialReference( | srType) |
| SetSpatialReference( | srType, sr) |
| ConvertSpatialReference( | srType, sr, outputSRType) |
| CreateArcGISRasters( | product, variableName, outputWorkspace[, mode[, rasterNameExpressions[, rasterCatalog[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, convertToCelsius[, useUnscaledData[, calculateStatistics[, buildRAT[, buildPyramids]]]]]]]]]]]]]]]) |
| 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]]]]]]]]]]]]]]]]]]]]]]]]]]]]) |
| CreateClimatologicalArcGISRasters( | product, variableName, statistic, binType, outputWorkspace[, mode[, rasterNameExpressions[, binDuration[, startDayOfYear[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, convertToCelsius[, calculateStatistics[, buildPyramids]]]]]]]]]]]]]]) |
| InterpolateAtArcGISPoints( | product, variableName, points, valueField, tField[, method[, where[, noDataValue[, convertToCelsius[, timeout[, maxRetryTime[, cacheDirectory[, orderByFields[, numBlocksToCacheInMemory[, xBlockSize[, yBlockSize[, tBlockSize]]]]]]]]]]]]) |
| TestCapability( | capability) |
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.