What's Changed
* Change type of location to pydantic-extra Coordinates by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/9
* 🧹 Clean Up Tests by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/10
* Add method to download all boxes in a given area by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/11
* Add filter to `get_measurements_with_sensor_metadata` by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/12
* Switch from lists to AsyncGenerators as return types (using aiostream) by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/13
* rename "get_senseboxes" to "get_senseboxes_from_area" by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/14
* Get measurements from area; Move 2 SW/NE coordinates into filter object by hf-kklein in https://github.com/hf-kklein/osem-python-client/pull/15
**Full Changelog**: https://github.com/hf-kklein/osem-python-client/compare/v0.0.5...v0.1.0