utilities icon indicating copy to clipboard operation
utilities copied to clipboard

Clean up import calls for some packages to expect new naming convention

Open dlindenbaum opened this issue 6 years ago • 1 comments

some packages call

import geoTools

when they need to call

from spacenetutilities import geoTools
  • [ ] Ensure each package will import.

  • [ ] Update pytest to validate import errors

dlindenbaum avatar Nov 27 '18 19:11 dlindenbaum

Related to #91, marking that one as a duplicate

nrweir avatar Nov 27 '18 21:11 nrweir