ARTIST-Association / ARTIST-Association/CANVAS
Check Coordinate Conversion for ARTIST Export
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In ``CANVAS`` we use the default three.js coordinate system, i.e.the y-axis points up. This results in the mappings:
- x -> N
- y-> U
- z -> E
We need to make sure that these mappings are handled consistently when exporting ``CANVAS`` scenarios to ``ARTIST``.
Contributor guide
Research direction
No file or test is named. Locate the CANVAS-to-ARTIST scenario export entry point, then trace how the three.js x, y, and z axes are converted to ARTIST's N, U, and E axes. Done means the mappings are applied consistently throughout exported scenarios and the relevant export behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, three.js
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100