Transport-for-the-North / caf.core

Core classes and definitions for CAF family of tools
GNU General Public License v3.0
0 stars 1 forks source link

ZoningSystem translation validation #16

Closed wsp-mbuckley closed 7 months ago

wsp-mbuckley commented 9 months ago

Make use of the _check_translation_zones method for validating the zone translation file. Update this validation to use Python's warnings module so the user has control over whether these are raised as errors or not.

Some additional validation to make sure the zone splitting factors total exactly 1 for each zone so there isn't any change in total values when performing the translation on DVectors.

wsp-mbuckley commented 7 months ago

Resolved in #18