Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.
Per #95, I'd like to implement doctest to run examples in the docstrings of the code, as this will make it easier to enable testing while including examples. There's some core functionality that will need to be implemented for each .py file to make this happen - see the link above.
Doctest implementation
Per #95, I'd like to implement doctest to run examples in the docstrings of the code, as this will make it easier to enable testing while including examples. There's some core functionality that will need to be implemented for each .py file to make this happen - see the link above.