enram / vptstools

Python library to transfer and convert vertical profile time series data
https://enram.github.io/vptstools/
MIT License
3 stars 1 forks source link

Convert current daily run to CLI functionality on server #31

Closed stijnvanhoey closed 1 year ago

stijnvanhoey commented 1 year ago

from notebook/script -> alos CLI run for the cronjob

stijnvanhoey commented 1 year ago

Make sure to integrate the current metadata function in transfer logic:

https://github.com/enram/vptstools/blob/ec578947eda5916847fe16d921c2d30949760ab7/src/vptstools/scripts/transfer_baltrad_to_aloft.py#L24-L37

when abstracting away the h5 path <-> s3 path logic

stijnvanhoey commented 1 year ago

The vph5_to_vpts CLI command is now available when installing the package with the path-logic abstracted away.