New Data Type (Riegl)
Open
- Dominant language
- CSS
- Stars
- 41
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Are you sure it's
```py3
camPitch = math.degrees(math.acos(dv3))
```
and not
```py3
camPitch = 180 - math.degrees(math.acos(dv3))
```
[CamPitch = 90 means the camera is viewing toward the horizon. 0 indicates straight down.](OrientedImageryCatalog_Schema.pdf)
Contributor guide
Assessment
This issue has not been assessed yet.