File size: 217 Bytes
57537fb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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.")