The NCDC services are pointed at ASOS_catalog@disrupter
2011-05-12: ASOS isd and ish views are using the same ID (11), since that is what comes back from the REST endpoint, even if you say isd
There is an ASOS Import application
- updateIsh.bat
- updateIsd.Bat
- updateDaily.bat
case "datasetid":
datasetID = commandOption[1];
break;
case "token":
token = commandOption[1];
break;
case "option":
option = commandOption[1];
break;
case "optionValue":
optionValue = commandOption[1];
break;
case "country":
option = "countryAbbrev";
optionValue = commandOption[1];
break;
case "state":
option = "stateAbbrev";
optionValue = commandOption[1];
break;
case "all":
option = "all";
optionValue = commandOption[1];
break;
case "inputfile":
option = "inputfile";
fileName = commandOption[1];
break;
Data Set Codes
| Srv | Code |
| isd | 10 | 11 is returned when isd is requested |
| ish | 11 | |
| daily | 10 | |