Skip to content

Commit

Permalink
json file added (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derin Serbetcioglu authored Aug 20, 2021
1 parent b40c7c8 commit c31d531
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions openfido_start.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"config.csv" : {
"City": {
"optionsMulti": [
"ABI", "ALB", "AMA", "ATL", "AUS",
"BDL", "BDR", "BFL", "BNA", "BOS", "BTW", "BUF", "BWI",
"CHS", "CLE", "CLT", "CRP", "CRW", "CYS",
"DEN", "DFW", "DLH", "DTW",
"ECG", "FAR", "GAI", "GEI", "GRB",
"IAH",
"JAX",
"LAX", "LIT",
"MAG", "MCI", "MIA", "MKE", "MSG", "MSP", "MSY",
"NYC",
"OKC", "OMA", "ONT", "ORG", "ORH",
"PDX", "PHL", "PHX", "PIT", "PSP", "PVD", "PWM",
"RST",
"SAT", "SDF", "SEA", "SFO", "SLC", "SMF", "SPS", "STL", "SYR",
"TYR",
"YFC", "YHZ", "YOW", "YQB", "YQT", "YSB", "YUL", "YUY", "YYC", "YYZ", "YZV"
]
},
"Season" : {
"optionsMulti": [
"Spring", "Summer", "Fall", "Winter"
]
},
"Feeder" : {
"optionsMulti" : [
"Residential", "Commercial", "Mixed", "Rural"
]
},
"Intermediate Results" : {
"optionsMulti" : [
"weather", "loadshape"
]
}
}
}

0 comments on commit c31d531

Please sign in to comment.