Skip to content

pyTRS v2.1.3

Latest
Compare
Choose a tag to compare
@JamesPImes JamesPImes released this 04 Apr 21:31
· 2 commits to master since this release

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()