Closed sum1lim closed 4 years ago
This script was excluded from CI testing because the way it was written made it difficult for the test system to call. That issue should be fixable now, but I'm not sure if we'd rather make it part of this PR, or do it separately.
Thanks, @corviday for providing the ground-truth check.
@corviday It is really interesting to see the actual output illustrated on a real map and glad to see the outputs are correct. Thank you! I guess this PR is ready to be merged, so I will do it right away. Thanks to all who made comments!
This PR resolves #118
For a better utility of the program, main function has been created and wraps the functionality of
decompose_flow_vectors
. The script and main function will be imported into other programs, thus thescripts
package should be included ince_dataprep
. In ordered to do that__init__.py
has been created.