Changeset 1338

Show
Ignore:
Timestamp:
07/18/08 17:09:11 (3 months ago)
Author:
thomase
Message:

add handling for aqueduct-group, levee, quarry, villa, villa-group

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BADataMunger/trunk/bidmaker.py

    r1332 r1338  
    1010ISLAND_REGEX = re.compile(r' Ins\.$') 
    1111ISLAND_GROUP_REGEX = re.compile(r' Inss\.$') 
     12 
     13ALLIDS = [] 
    1214 
    1315class BAtlasIDMaker: 
     
    6466         
    6567             
    66         elif dirtype in ['aqueduct', 'bridge', 'wall']: 
     68        elif dirtype in ['aqueduct', 'aqueduct-group', 'bridge', 'levee', 'quarry', 'villa', 'villa-group', 'wall']: 
    6769            # second most common case: more-or-less normal features without names 
    6870            phrase = "%s %s %s" % (dirtype, phrase, locdesc)