Changeset 1338
- Timestamp:
- 07/18/08 17:09:11 (3 months ago)
- Files:
-
- BADataMunger/trunk/bidmaker.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BADataMunger/trunk/bidmaker.py
r1332 r1338 10 10 ISLAND_REGEX = re.compile(r' Ins\.$') 11 11 ISLAND_GROUP_REGEX = re.compile(r' Inss\.$') 12 13 ALLIDS = [] 12 14 13 15 class BAtlasIDMaker: … … 64 66 65 67 66 elif dirtype in ['aqueduct', ' bridge', 'wall']:68 elif dirtype in ['aqueduct', 'aqueduct-group', 'bridge', 'levee', 'quarry', 'villa', 'villa-group', 'wall']: 67 69 # second most common case: more-or-less normal features without names 68 70 phrase = "%s %s %s" % (dirtype, phrase, locdesc)
