Changeset 1082
- Timestamp:
- 02/06/06 12:34:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/Scanner/csmllibs/csmlfeaturetypes.py
r919 r1082 39 39 40 40 representativeFiles=self.ffmap.getRepresentativeFiles() 41 fileid=0 #prefix used to distinguish variable names for similar variables from different files 41 #fileid=0 #prefix used to distinguish variable names for similar variables from different files 42 #don't use this - same variables should not be in same data granule. 42 43 for repfile in representativeFiles: 43 fileid=fileid+144 #fileid=fileid+1 44 45 listOfFiles=[] 45 46 repfilename=repfile.getRepresentativeFileName() … … 76 77 GridSeriesFeature_element=csmllibs.Parser.GridSeriesFeature() 77 78 GridSeriesFeature_element.id=str(fileid)+'__'+str(allVarNames[i]) 79 GridSeriesFeature_element.id=str(allVarNames[i]) 78 80 #description: need to get the attribute called long_name (?? TODO - is this CF compliant??) 79 81 #use Ag's getbestname from nappy package?
Note: See TracChangeset
for help on using the changeset viewer.