Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/equinor/epa_automation
- Owner: equinor
- Created: 2018-11-09T15:54:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:39:58.000Z (about 2 years ago)
- Last Synced: 2024-01-28T21:40:38.813Z (11 months ago)
- Topics: csharp, epa, rest-client, spreadsheet
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)