# Metadata Update Script # Sources the update logic from funs/update_metadata.R source("funs/update_metadata.R") message("Starting JMA metadata update...") update_jma_metadata() message("Metadata update complete.")