open-sdg / sdg-build

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

Allow Open SDG to skip certain indicators #357

Open brockfanning opened 2 months ago

brockfanning commented 2 months ago

With this PR, it should be possible to add the following in the Open SDG data config to skip certain indicators:

skip_indicators:
  - 1-2-3
  - 2-3-4

Needs documentation, and it probably should also work with dots instead of dashes.