OpenDataCubePipelines / eugl

Sensor acquisition data quality characterisation
Apache License 2.0
1 stars 4 forks source link

Typing #46

Open sixy6e opened 4 years ago

sixy6e commented 4 years ago

Updating the code structure to support type annotations would be beneficial in increased readability and transferability. Aid the code in becoming self-documenting, as well as enabling type checking before trying to run the code.

https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html

https://docs.python.org/3/library/typing.html