-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load replacer text files from the SHbundle itself #41
Comments
Check the following two resources: https://stackoverflow.com/questions/12191339/add-data-files-to-python-projects-setup-py |
Create a new pyshbundle release v 0.0.1.10.
|
The long means are only for the RL06 version and will need updating on every new version release of the product. The replacement files change every month with the monthly release of new data. This needs to be incorporated in the documentation part #31 |
package data not included in v0.0.2.1 |
We can simply use relative paths. As present in the examples notebooks. |
Currently, we are loading replacer files as hardcoded paths to our drivespace. This should be rewritten with a relative file path such that the user can load the default values for the replaces when they install the pyshbundle module.
However, this runs into the risk that the replacer file is not updated, or that the user fails to update the replacer text file because of lack of awareness about its need. As such, additionally, the function should prompt the user to use custom replacer file as and when they find it necessary.
The text was updated successfully, but these errors were encountered: