Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added --fill_missing option to NOAA & METEOR receive scripts #1030

Open
i6cbi opened this issue Jul 31, 2024 · 3 comments
Open

Added --fill_missing option to NOAA & METEOR receive scripts #1030

i6cbi opened this issue Jul 31, 2024 · 3 comments

Comments

@i6cbi
Copy link

i6cbi commented Jul 31, 2024

Ok .. it work very well, but the filled image remain in MSU-MR (Filled) folder which will be overwritten in the next pass ,and the original image decode is displayed on the web page

@MihajloPi
Copy link
Collaborator

We'll take a look!

@jp112sdl
Copy link
Contributor

jp112sdl commented Jul 31, 2024

I did it the hard way...
Looking if a Filled directory exists and then immediately before...

find MSU-MR/ -type f ! -name "*projected*" ! -name "*corrected*" -delete

I'm doing

  if [ -d "MSU-MR (Filled)" ] && [ -d "MSU-MR" ]; then
    rm -rf "MSU-MR"
    mv "MSU-MR (Filled)" "MSU-MR"
  fi

and the rest of the processing can be leaved untouched

@i6cbi
Copy link
Author

i6cbi commented Aug 1, 2024

nice solution ! thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants