Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Convert notebooks to 4 Python executable scripts #1

Open
JackKelly opened this issue Oct 29, 2019 · 0 comments
Open

Convert notebooks to 4 Python executable scripts #1

JackKelly opened this issue Oct 29, 2019 · 0 comments
Labels
refactoring Improve structure of code without changing functionality

Comments

@JackKelly
Copy link
Member

Convert to Python script which takes command line args or a config file

Have three separate scripts, all sharing a common config file, and all communicating through on-disk logs of completed files.

Option to continually keep checking (every hour?) for new files to download from EUMETSAT.

Sort and compress takes "no-delete" command line arg to say "leave uncompressed files on disk" so that the reprojection code doesn’t have to uncompress the file again.

Reprojection script takes two arguments:

  • “don’t need to decompress Native file”
  • “Delete Native file when done”

Write a fourth helper script which runs all three scripts, and passes the correct args.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactoring Improve structure of code without changing functionality
Projects
None yet
Development

No branches or pull requests

1 participant