Bug fixes:
- Fixed an issue where the words 'Township' and 'Range' (or abbreviations) were not specified (e.g.,
'154N-97W'
), which the preprocessor corrected (i.e., to'T154N-R97W'
) but deleted the necessary preceding white space, preventing the parser from recognizing some of these corrected TwpRge's. - Fixed
PLSSDesc.sort_tracts()
, which previously raised an AttributeError.
Added tests for these methods:
PLSSDesc.sort_tracts()
TractList.custom_sort()