mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Add more fields to CSV reports
This commit is contained in:
202
test/fixtures/boat_example/plants.csv
vendored
202
test/fixtures/boat_example/plants.csv
vendored
@@ -1,101 +1,101 @@
|
||||
plant,year,operational?,input amount (tonne),opening cost ($),fixed operating cost ($),variable operating cost ($)
|
||||
BoatFactory (Chicago),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Dallas),1,true,63.15789,100000.0,250000.0,315.78947
|
||||
BoatFactory (Dallas),2,true,71.46814,0.0,250000.0,357.34072
|
||||
BoatFactory (Dallas),3,true,75.8857,0.0,250000.0,379.42849
|
||||
BoatFactory (Dallas),4,true,76.90434,0.0,250000.0,384.52168
|
||||
BoatFactory (Dallas),5,true,77.27087,0.0,250000.0,386.35435
|
||||
BoatFactory (San Jose),1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),2,false,-0.0,0.0,0.0,-0.0
|
||||
RecyclingPlant (Chicago),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Dallas),1,true,6.31579,500000.0,125000.0,15.78947
|
||||
RecyclingPlant (Dallas),2,true,22.93629,0.0,125000.0,57.34072
|
||||
RecyclingPlant (Dallas),3,true,31.7714,0.0,125000.0,79.42849
|
||||
RecyclingPlant (Dallas),4,true,33.80867,0.0,125000.0,84.52168
|
||||
RecyclingPlant (Dallas),5,true,34.54174,0.0,125000.0,86.35435
|
||||
RecyclingPlant (San Jose),1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),5,false,0.0,0.0,0.0,0.0
|
||||
plant,latitude,longitude,initial capacity,current capacity,year,operational?,input amount (tonne),opening cost ($),fixed operating cost ($),variable operating cost ($)
|
||||
BoatFactory (Chicago),41.881832,-87.623177,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),41.881832,-87.623177,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),41.881832,-87.623177,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),41.881832,-87.623177,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Chicago),41.881832,-87.623177,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),40.712776,-74.005974,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),40.712776,-74.005974,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),40.712776,-74.005974,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),40.712776,-74.005974,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (New York City),40.712776,-74.005974,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),34.052235,-118.243683,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),34.052235,-118.243683,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),34.052235,-118.243683,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),34.052235,-118.243683,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Los Angeles),34.052235,-118.243683,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),29.760427,-95.369804,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),29.760427,-95.369804,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),29.760427,-95.369804,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),29.760427,-95.369804,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Houston),29.760427,-95.369804,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),33.448376,-112.074036,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),33.448376,-112.074036,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),33.448376,-112.074036,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),33.448376,-112.074036,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Phoenix),33.448376,-112.074036,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),39.952583,-75.165222,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),39.952583,-75.165222,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),39.952583,-75.165222,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),39.952583,-75.165222,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Philadelphia),39.952583,-75.165222,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),29.424122,-98.493629,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),29.424122,-98.493629,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),29.424122,-98.493629,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),29.424122,-98.493629,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Antonio),29.424122,-98.493629,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),32.715736,-117.161087,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),32.715736,-117.161087,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),32.715736,-117.161087,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),32.715736,-117.161087,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Diego),32.715736,-117.161087,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (Dallas),32.776664,-96.796988,0.0,500.0,1,true,63.15789,100000.0,250000.0,315.78947
|
||||
BoatFactory (Dallas),32.776664,-96.796988,0.0,500.0,2,true,71.46814,0.0,250000.0,357.34072
|
||||
BoatFactory (Dallas),32.776664,-96.796988,0.0,500.0,3,true,75.8857,0.0,250000.0,379.42849
|
||||
BoatFactory (Dallas),32.776664,-96.796988,0.0,500.0,4,true,76.90434,0.0,250000.0,384.52168
|
||||
BoatFactory (Dallas),32.776664,-96.796988,0.0,500.0,5,true,77.27087,0.0,250000.0,386.35435
|
||||
BoatFactory (San Jose),37.338208,-121.886329,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),37.338208,-121.886329,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),37.338208,-121.886329,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),37.338208,-121.886329,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
BoatFactory (San Jose),37.338208,-121.886329,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),41.881832,-87.623177,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),41.881832,-87.623177,0.0,0.0,2,false,-0.0,0.0,0.0,-0.0
|
||||
RecyclingPlant (Chicago),41.881832,-87.623177,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),41.881832,-87.623177,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Chicago),41.881832,-87.623177,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),40.712776,-74.005974,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),40.712776,-74.005974,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),40.712776,-74.005974,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),40.712776,-74.005974,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (New York City),40.712776,-74.005974,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),34.052235,-118.243683,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),34.052235,-118.243683,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),34.052235,-118.243683,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),34.052235,-118.243683,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Los Angeles),34.052235,-118.243683,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),29.760427,-95.369804,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),29.760427,-95.369804,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),29.760427,-95.369804,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),29.760427,-95.369804,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Houston),29.760427,-95.369804,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),33.448376,-112.074036,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),33.448376,-112.074036,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),33.448376,-112.074036,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),33.448376,-112.074036,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Phoenix),33.448376,-112.074036,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),39.952583,-75.165222,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),39.952583,-75.165222,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),39.952583,-75.165222,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),39.952583,-75.165222,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Philadelphia),39.952583,-75.165222,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),29.424122,-98.493629,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),29.424122,-98.493629,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),29.424122,-98.493629,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),29.424122,-98.493629,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Antonio),29.424122,-98.493629,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),32.715736,-117.161087,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),32.715736,-117.161087,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),32.715736,-117.161087,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),32.715736,-117.161087,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Diego),32.715736,-117.161087,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (Dallas),32.776664,-96.796988,0.0,500.0,1,true,6.31579,500000.0,125000.0,15.78947
|
||||
RecyclingPlant (Dallas),32.776664,-96.796988,0.0,500.0,2,true,22.93629,0.0,125000.0,57.34072
|
||||
RecyclingPlant (Dallas),32.776664,-96.796988,0.0,500.0,3,true,31.7714,0.0,125000.0,79.42849
|
||||
RecyclingPlant (Dallas),32.776664,-96.796988,0.0,500.0,4,true,33.80867,0.0,125000.0,84.52168
|
||||
RecyclingPlant (Dallas),32.776664,-96.796988,0.0,500.0,5,true,34.54174,0.0,125000.0,86.35435
|
||||
RecyclingPlant (San Jose),37.338208,-121.886329,0.0,0.0,1,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),37.338208,-121.886329,0.0,0.0,2,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),37.338208,-121.886329,0.0,0.0,3,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),37.338208,-121.886329,0.0,0.0,4,false,0.0,0.0,0.0,0.0
|
||||
RecyclingPlant (San Jose),37.338208,-121.886329,0.0,0.0,5,false,0.0,0.0,0.0,0.0
|
||||
|
||||
|
Reference in New Issue
Block a user