Changeset 2215 for TI02-CSML/trunk/csml/API
- Timestamp:
- 28/02/07 10:24:17 (13 years ago)
- Location:
- TI02-CSML/trunk/csml/API
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/API/ops_AbstractFeature.py
r2095 r2215 14 14 15 15 16 16 17 17 18 -
TI02-CSML/trunk/csml/API/ops_Dataset.py
r2112 r2215 53 53 if extract.id==extractID: 54 54 return extract 55 56 def getBoundingBox(self): 57 ''' get boundingBox, returns the boundingBox of the CSMLFeatureCollection (assumes there is only one...)''' 58 print self.CSMLFeatureCollection.boundedBy -
TI02-CSML/trunk/csml/API/ops_FileExtract.py
r2176 r2215 32 32 33 33 def getData(self, fileposition=None,**kwargs): 34 #should handle setAxis or setVariable as cdms netcdf model35 34 #file position defines the position of the filename if a list of filenames exists 36 35 #**kwargs can hold subsetting request. … … 52 51 DI.setAxis(self.variableName.CONTENT) 53 52 data=DI.getDataForAxis() 54 fillvalue=None55 53 dataArray=data 56 54 fillvalue=None
Note: See TracChangeset
for help on using the changeset viewer.