MODISL3SSTTimeSeries Class

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

Constructor

class MODISL3SSTTimeSeries(satellite, temporalResolution, spatialResolution, geophysicalParameter[, variableName[, qualityLevel[, timeout[, maxRetryTime[, cacheDirectory]]]]])
Constructs a new MODISL3SSTTimeSeries 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(satellite, temporalResolution, spatialResolution, geophysicalParameter, variableName, outputWorkspace[, mode[, rasterNameExpressions[, rasterCatalog[, qualityLevel[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, useUnscaledData[, calculateStatistics[, buildRAT[, buildPyramids]]]]]]]]]]]]]]])
Creates rasters for MODIS Level 3 SST images published by NASA JPL PO.DAAC.
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]]]]]]]]]]]]]]]]]]]]]]]]]]]]])
Creates rasters indicating the positions of fronts in MODIS Level 3 SST images published by NASA JPL PO.DAAC, using the Cayula and Cornillon (1992) single image edge detection (SIED) algorithm.
CreateClimatologicalArcGISRasters(satellite, temporalResolution, spatialResolution, geophysicalParameter, variableName, statistic, binType, outputWorkspace[, mode[, rasterNameExpressions[, qualityLevel[, binDuration[, startDayOfYear[, rotationOffset[, spatialExtent[, startDate[, endDate[, timeout[, maxRetryTime[, cacheDirectory[, calculateStatistics[, buildPyramids]]]]]]]]]]]]]])
Creates climatological rasters from MODIS Level 3 SST images published by NASA JPL PO.DAAC.
InterpolateAtArcGISPoints(satellite, temporalResolution, spatialResolution, geophysicalParameter, variableName, points, valueField, tField[, method[, where[, noDataValue[, qualityLevel[, timeout[, maxRetryTime[, cacheDirectory[, orderByFields[, numBlocksToCacheInMemory[, xBlockSize[, yBlockSize[, tBlockSize]]]]]]]]]]]])
Interpolates PO.DAAC MODIS Level 3 SST values at points.
TestCapability(capability)
Tests whether a capability is supported by this class or an instance of it.

Remarks

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.