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

Use sdmx1 to generate data template #27

Closed khaeru closed 4 years ago

khaeru commented 4 years ago

This PR adjusts the module item.structure, that generates the data template based on some specifications, to use SDMX objects for simplicity.

It also expands the documentation of this code, and includes the metadata files in the built documentation.

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will decrease coverage by 0.80%. The diff coverage is 95.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   49.96%   49.15%   -0.81%     
==========================================
  Files          33       34       +1     
  Lines        1507     1483      -24     
==========================================
- Hits          753      729      -24     
  Misses        754      754              
Impacted Files Coverage Δ
item/tests/test_dimensions.py 0.00% <ø> (ø)
item/tests/test_structure.py 0.00% <0.00%> (ø)
item/cli.py 87.80% <100.00%> (ø)
item/structure.py 100.00% <100.00%> (ø)

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 1181d04...9a38fb5. Read the comment docs.