jma / setup_data.R
alexdum's picture
first commit
57537fb
raw
history blame contribute delete
217 Bytes
# 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.")