WorldCereal / worldcereal-classification

This repository contains the classification module of the WorldCereal system.
https://esa-worldcereal.org/
MIT License
19 stars 2 forks source link

Add WorldCereal input extractions worfklow #137

Closed kvantricht closed 3 weeks ago

kvantricht commented 3 weeks ago

Just some minor remarks. We could setup mypy in our linting actions which makes static checks on the type hints, but it will require some refactoring to make it compliant and I'm not sure it's really a huge issue for now

shouldn't be hard to setup (can copy from presto, where we do it already), but as you say, it's gonna raise some issue the first time ;-) Maybe I can setup a branch for this specifically. It's gonna be worth it at some point.