robosat
robosat copied to clipboard
Provide abstract base classes for handlers
We have two use-cases for handlers:
rs extractwhere handlers have to walk over OpenStreetMap gathering polygonsrs featureswhere handlers have to do post-processing on segmentation masks
We should provide abstract base classes for both use-cases making the interface explicit.
Docs: https://docs.python.org/3/library/abc.html#abc.abstractmethod
Tasks
- [ ]
rs extract- write handler abstract base class - [ ]
rs features- write handler abstract base class