public CalculateAggregateGdpPopulation()//string CSVPath, string CountryContinentMapPath)
 {
     this.CSVPath = "../../../../AggregateGDPPopulation/data/datafile.csv";
     this.CountryContinentMapPath = "../../../../AggregateGDPPopulation/data/country-continent-map.json";
     this.OutputPath = "../../../../AggregateGDPPopulation/output/output.json";
     AggregatedData  = new AggregateGDPPopulation();
     //AggregatedJSON = new JObject();
 }
示例#2
0
 public Aggregator(string filePath)
 {
     agdp         = new AggregateGDPPopulation();
     dataFilePath = filePath;
 }