Skip to content
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

read_nexrad_keys has permission issues due to tempfile #25

Open
rcjackson opened this issue Mar 21, 2018 · 1 comment
Open

read_nexrad_keys has permission issues due to tempfile #25

rcjackson opened this issue Mar 21, 2018 · 1 comment

Comments

@rcjackson
Copy link
Contributor

On a Windows machine, the tempfile that is used by read_nexrad_keys is not readable by boto.s3 because it does not have permission to access it. This would indicate to me that it tries to overwrite the temp file that is locked. I think a small modification to manually create and delete the temp file would probably be a workaround to make it compatible with boto.s3.

@mhpicel
Copy link
Collaborator

mhpicel commented Mar 21, 2018

Thanks for opening the first TINT issue! I will look into this and keep you updated. Feel free to submit a PR with your own fix if you feel inclined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants