gafusion / omas

Ordered Multidimensional Array Structure
http://gafusion.github.io/omas
MIT License
30 stars 14 forks source link

Extend d3d machine mapping data #188

Closed eldond closed 2 years ago

eldond commented 2 years ago

@orso82 I put in COCOS=1 (copying IP COCOS) in d3d.py, but it wrote COCOS 11 in the json. Is this right? Because I'm telling it I'm inputting in COCOS 1 and it will interpret into COCOS 11?

orso82 commented 2 years ago

@eldond the data that ends up in the ODS has to be in COCOS 11. Technically you could do that conversion either in the Python or in the JSON. If you are using Python, I suggest that you do that conversion in Python, and then simply report COCOS 11 in the JSON, rather than the opposite.

github-actions[bot] commented 2 years ago

Stale pull request message