nasa / dorado-scheduling

Dorado observation planning and scheduling simulations
Other
23 stars 8 forks source link

Depend on or vendor code for kne.py #33

Closed lpsinger closed 3 years ago

lpsinger commented 3 years ago

The file kne.py looks like it was copied from somewhere else. Where does it come from? Can we simply add the other project as a dependency?

If not, then the proper thing to do would be to vendor the code: place it in a directory like dorado/scheduling/vendor/name_of_other_package/kne.py, and place a copy of its license in the directory licenses/NAME_OF_OTHER_PACKAGE.rst.