open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
5 stars 23 forks source link

Progress measure #359

Open tristanmenard opened 2 weeks ago

tristanmenard commented 2 weeks ago
Q A
Feature branch/test site URL
Fixed issues
Related version 2.4.0-dev
Bugfix, feature or docs? Feature

Changes from the previous PR:

tristanmenard commented 2 weeks ago

@brockfanning Currently, the progress calculation is done inside OutputOpenSdg, but it seems to be running the calculation for each language. Ideally, the progress calculation could be done only once. Any ideas where to move the call to IndicatorProgress so that it doesn't redo the calculations for every language?