transportenergy / database

Tools for accessing and maintaining the iTEM model & historical databases
https://transportenergy.rtfd.io
GNU General Public License v3.0
24 stars 8 forks source link

Add initial historical data cleaning scripts #17

Closed hlinero closed 4 years ago

hlinero commented 4 years ago

This PR merges the cleaning scripts, initially developed in https://github.com/hlinero/ikdatamanager, into the main iTEM repo.

  1. Adding a directory with the cleaning scripts
  2. Updating the gitignore
  3. Adding the requirements.txt file
codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage    56.6%   56.79%   +0.19%     
==========================================
  Files          11       11              
  Lines         901      905       +4     
==========================================
+ Hits          510      514       +4     
  Misses        391      391
Impacted Files Coverage Δ
item/historical/__init__.py 19.48% <100%> (+3.26%) :arrow_up:
item/common.py 85.71% <100%> (+0.2%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 557f6e3...ecbf087. Read the comment docs.