Changeset 2122
- Timestamp:
- 07/02/07 12:19:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csmllibs/csmlfiles.py
r2121 r2122 57 57 58 58 def onetoseveral(self): 59 ''' like one to many, but a directory may contain several representative files e.g. 5 files containing one (or more) feature(s), and then 5 files containing one (or more) different feature(s) etc. Need to examine the contents of each file to see if it's like another. Might be slow on large datsets as it examines the files individually. '''59 ''' like one to many, but a directory may contain several representative files e.g. 5 files containing one (or more) feature(s), and then 5 files containing one (or more) different feature(s) etc. Need to examine the contents of each file to see if it's like another. Might be slow on large datsets as it examines the files individually. ''' 60 60 tree = csml.csmllibs.csmldirectory.DirectoryTree() 61 61 tree.setTopDirectory(self.topdir)
Note: See TracChangeset
for help on using the changeset viewer.