Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/equinor/epa_automation

Download emissions data from EPA’s website and create spreadsheet report
https://github.com/equinor/epa_automation

csharp epa rest-client spreadsheet

Last synced: about 1 month ago
JSON representation

Download emissions data from EPA’s website and create spreadsheet report

Awesome Lists containing this project

README

        

# EPA_Automation

Download emissions data from EPA’s website and create spreadsheet report

## Built With

* [EPPlus](https://github.com/JanKallman/EPPlus) - Create advanced Excel spreadsheets using .NET, without the need of interop
* [Newtonsoft.Json](https://www.newtonsoft.com/json) - Popular high-performance JSON framework for .NET
* [Costura.Fody](https://github.com/Fody/Costura) - Embeds dependencies as resources

## Compile/Build

Open with VS2015/2017 and compile

## Usage

Update Settings.txt as needed:

```
* Report Year (Default: current year) = 2017

* Export Spreadsheet Name (Default: EPA.xlsx) = EPA.xlsx
```

Double click EPA_Automation.exe to run

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)