Changeset 1738 for TI02-CSML/branches/CSML2/API/ops_GridSeriesFeature.py
- Timestamp:
- 22/11/06 10:54:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/branches/CSML2/API/ops_GridSeriesFeature.py
r1686 r1738 15 15 return ['subsetToGridSeries'] #other operations 16 16 17 def getDomain(self) 17 def getDomain(self): 18 18 #need some sort of domain 19 19 pass 20 20 21 21 def subsetToGridSeries(self, csmlpath=None, ncpath=None,**kwargs): 22 22 #MUST be supplied with a CSMLContainer object to store the subsetted feature in 23 24 23 return subsettedFeature, pathToSubsetNetCDF 25 24 #container.attachNetCDFFile(nc)
Note: See TracChangeset
for help on using the changeset viewer.