VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
4 stars 1 forks source link

ISO 19115: put details into field <supplementalInformation> #289

Open AlexDo1 opened 1 year ago

AlexDo1 commented 1 year ago

With this PR, details are no longer stored in the ISO field <abstract> but in <supplementalInformation> instead.

Closes #266

codecov[bot] commented 1 year ago

Codecov Report

Merging #289 (8694227) into main (2143310) will decrease coverage by 0.03%. The diff coverage is 68.75%.

@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
- Coverage   64.06%   64.04%   -0.03%     
==========================================
  Files          75       75              
  Lines        3838     3830       -8     
==========================================
- Hits         2459     2453       -6     
+ Misses       1379     1377       -2     
Flag Coverage Δ
e2e 64.04% <68.75%> (-0.03%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
metacatalog/ext/standards_export/util.py 80.76% <66.66%> (+0.76%) :arrow_up:
metacatalog/ext/standards_export/extension.py 94.52% <71.42%> (-2.59%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

AlexDo1 commented 1 year ago

@mmaelicke can you add your review?