openradar / TINT

TINT Is Not TITAN. Python code for tracking objects. Specifically storm cells.
BSD 2-Clause "Simplified" License
80 stars 43 forks source link

read_nexrad_keys has permission issues due to tempfile #25

Open rcjackson opened 6 years ago

rcjackson commented 6 years ago

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 commented 6 years ago

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.