| source("funs/enrich_metadata.R") | |
| message("Debugging Cape Soya (11001)...") | |
| res1 <- scrape_station_period("11", "11001") | |
| print(res1) | |
| message("Debugging Tokyo (47662)...") | |
| res2 <- scrape_station_period("44", "47662") | |
| print(res2) | |
| message("Debugging a random AMeDAS station (44132)...") | |
| res3 <- scrape_station_period("44", "44132") | |
| print(res3) | |