robosat icon indicating copy to clipboard operation
robosat copied to clipboard

Provide abstract base classes for handlers

Open daniel-j-h opened this issue 7 years ago • 0 comments

We have two use-cases for handlers:

  • rs extract where handlers have to walk over OpenStreetMap gathering polygons
  • rs features where 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

daniel-j-h avatar Jun 10 '18 23:06 daniel-j-h