Added --fill_missing option to NOAA & METEOR receive scripts
Closed this issue · 3 comments
i6cbi commented
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 commented
We'll take a look!
jp112sdl commented
I did it the hard way...
Looking if a Filled directory exists and then immediately before...
raspberry-noaa-v2/scripts/receive_meteor.sh
Line 232 in ef65cfa
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 commented
nice solution ! thanks