Resolve "Setup scripts"
Closes #6 (closed)
This should address the items from the previous review. A few extra comments:
-
The poetry error was related to how subprocess passes string arguments to the shell - this seems to behave slightly differently for windows vs linux. Anyways, it's fixed now...
-
I've removed the tests for the stream module for the time being. This is because they break the pipeline (because they rely on ArcPy). They're defunct anyways, so I think this is alright for the time being - discussed further in #31 (closed)
-
I've added black and isort formatting scripts to the dev workflow, but holding off on linting for the moment. I'll add this in soon (see #30 (closed)), but since there might be code changes I'll do it as a separate MR.