GetNewestDataset Method

Queries the collection and returns the newest Dataset that matches the search expression.

Class:OceanColorLevel3SMIFileSearcher
Intended use:Recommended for external callers
COM:Not exposed by a COM class
ArcGIS:Not exposed as an ArcGIS geoprocessing tool
Method type:Instance Method

Usage

dataset = collection.GetNewestDataset([expression[, **options]])

Arguments

expression
Python type:unicode or None
Default value:None
Minimum length:1

TODO: Write description

options
Python type:dict
Minimum length:0

TODO: Write description

Returns

dataset
Python type:GeoEco.Datasets.Dataset

TODO: Write description