Time series of MODIS SST images published by NASA JPL PO.DAAC.
| Module: | GeoEco.DataProducts.NASA.PODAAC |
| Intended use: | All properties and methods are recommended for external callers |
| COM: | Not exposed as a COM class |
| ArcGIS: | Some methods are exposed as ArcGIS geoprocessing tools |
| class MODISL3SSTTimeSeries( | satellite, temporalResolution, spatialResolution, geophysicalParameter[, variableName[, qualityLevel[, timeout[, maxRetryTime[, cacheDirectory]]]]]) |
| GetAllQueryableAttributes( | ) |
| GetQueryableAttribute( | name) |
| GetQueryableAttributeValue( | name) |
| GetQueryableAttributesWithDataType( | typeMetadata) |
| GetSpatialReference( | srType) |
| SetSpatialReference( | srType, sr) |
| ConvertSpatialReference( | srType, sr, outputSRType) |
| CreateArcGISRasters( | satellite, temporalResolution, spatialResolution, geophysicalParameter, variableName, outputWorkspace[, mode[, rasterNameExpressions[, rasterCatalog[, qualityLevel[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, useUnscaledData[, calculateStatistics[, buildRAT[, buildPyramids]]]]]]]]]]]]]]]) |
| CreateCayulaCornillonFrontsAsArcGISRasters( | satellite, temporalResolution, spatialResolution, geophysicalParameter, minPopMeanDifference, outputWorkspace[, mode[, rasterNameExpressions[, medianFilterWindowSize[, histogramWindowSize[, histogramWindowStride[, minPropNonMaskedCells[, minPopProp[, minTheta[, minSinglePopCohesion[, minGlobalPopCohesion[, threads[, fillHoles[, thin[, minSize[, qualityLevel[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, calculateStatistics[, buildRAT[, buildPyramids[, outputCandidateCounts[, outputFrontCounts[, outputWindowStatusCodes[, outputWindowStatusValues]]]]]]]]]]]]]]]]]]]]]]]]]]]]]) |
| CreateClimatologicalArcGISRasters( | satellite, temporalResolution, spatialResolution, geophysicalParameter, variableName, statistic, binType, outputWorkspace[, mode[, rasterNameExpressions[, qualityLevel[, binDuration[, startDayOfYear[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, calculateStatistics[, buildPyramids]]]]]]]]]]]]]]) |
| InterpolateAtArcGISPoints( | satellite, temporalResolution, spatialResolution, geophysicalParameter, variableName, points, valueField, tField[, method[, where[, noDataValue[, qualityLevel[, timeout[, maxRetryTime[, cacheDirectory[, orderByFields[, numBlocksToCacheInMemory[, xBlockSize[, yBlockSize[, tBlockSize]]]]]]]]]]]]) |
| TestCapability( | capability) |
The NASA Jet Propulsion Laboratory (JPL) Physical Oceanography Distributed Active Archive Center (PO.DAAC) publishes collections of sea surface temperature (SST) images gathered by the Moderate Resolution Imaging Spectroradiometer (MODIS) carried by the Terra and Aqua satellites. This tool accesses the PO.DAAC SST datasets that begin with the following names:
PO.DAAC presents each collection as a time series of 2D HDF files that may be accessed through a variety of protocols, including OPeNDAP. Given a satellite name, temporal resolution, spatial resolution, and desired geophysical parameter, this class efficiently accesses the specified time series of images using OPeNDAP, representing them as a single 3D grid with dimensions x, y, and time.
References
PO.DAAC's MODIS SST Data Set Guide provides more information about the MODIS SST datasets.
Please see these instructions on how to acknowledge your use of PO.DAAC products.