kienerj / pycdxml

Tools to automatically convert and proccess cdx and cdxml files in python
GNU General Public License v3.0
35 stars 5 forks source link

AngularSize needs own Type #9

Closed kienerj closed 1 year ago

kienerj commented 1 year ago

AngularSize is defined as an int16 but it needs to be created as an own type due to a conversion factors from/to cdx/cdxml:

In CDX files, this value is stored in degrees * 10, so 90 degrees = 900 In CDXML files, this value is stored "raw", so 90 degrees = 90.

kienerj commented 1 year ago

fixed by 75c04dc99ba1b29e06695b7884e45b5a69e71e70