Unidata / ldm-alchemy

Python tools to handle LDM data feeds and convert to other formats.
MIT License
12 stars 6 forks source link

Refactor some common code #6

Closed dopplershift closed 3 years ago

dopplershift commented 3 years ago

This refactors what's in ldm.py and l2assemble.py into async_base.py, aws.py, and ldm_async.py, and uses it for upload_nids.py, which is powering our Level 3 NIDS upload.

This leaves l2assemble.py and goest-restitch.py unchanged.