Skip to content

Releases: twollnik/YETI

rework Strategies, rename data classes

31 Jul 10:33
237bb35
Compare
Choose a tag to compare
  • new Strategies: CopertStrategy, HbefaStrategy, and HbefaColdStrategy
  • renamed data classes: input_data to berlin_format and unified_data to yeti_format
  • other: better tests, better docs

Multiple pollutants in one config

04 Jul 11:12
2180513
Compare
Choose a tag to compare

Users can now specify multiple pollutants in one config file:

pollutants: [PollutantType.NOx, PollutantType.CO]

This version is not backwards compatible. (Old config files using pollutant: ... will no longer work with this version.)

Better validation

03 Jul 14:40
c54d669
Compare
Choose a tag to compare

Add validation functions for all Strategies for both modes.

Also: bugfixes.

Bugfixes

19 Jun 12:41
05d3415
Compare
Choose a tag to compare
Merge pull request #10 from twollnik/dev

Dev