building-envelope-data / api

API specification to exchange data about building envelopes
MIT License
3 stars 1 forks source link

Limit the range of `polar` and `azimuth` #250

Closed christoph-maurer closed 2 years ago

christoph-maurer commented 2 years ago

The polar angle must be between 0° and 90° and the azimuth angle must be between 0° and 360°. I added invalid tests for this.

Closes #242