DOI-USGS / mda.streams

backend tools for powstreams
Creative Commons Zero v1.0 Universal
3 stars 8 forks source link

separate out archive_ts_file from post_ts #228

Closed jordansread closed 8 years ago

jordansread commented 8 years ago

so, it sounds like we want to be able to systematically archive a bunch of files with the old extensions w/o actually replacing w/ a new file.

Let's separate this part out into a new function and have the part of post_ts that would use it, call it.

aappling-usgs commented 8 years ago

also, it would be nice to be able to combine archive=T/F with on_exists=replace/merge. a separate function would permit that