Skip to content

Commit

Permalink
Added Avro file format to AirPollutionAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Jun 3, 2024
1 parent 8b87a9e commit 166a597
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ public void install() {

writeTotal(filteredNetwork, emissionsEventHandler);

// writeRaster(filteredNetwork, config, emissionsEventHandler);
writeRaster(filteredNetwork, config, emissionsEventHandler);
writeAvroRaster(filteredNetwork, config, emissionsEventHandler);

writeTimeDependentAvroRaster(filteredNetwork, config, emissionsEventHandler);
// writeTimeDependentRaster(filteredNetwork, config, emissionsEventHandler);
writeTimeDependentRaster(filteredNetwork, config, emissionsEventHandler);

return 0;
}
Expand Down

0 comments on commit 166a597

Please sign in to comment.