A repository for dataset metadata as JSON files (+ an extraction pipeline)

2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves updating metadata JSON files to correct inconsistencies in the `bv:typeOfData` field. Specifically, instances of `thematicData` should be replaced with `primaryThematicData` or, alternatively, both `primaryThematicData` and `secondaryThematicData` should be replaced with `thematicData`, depending on the chosen solution. This ensures consistency with the schema and improves the data catalog's functionality.

Complexity: 3/5
bug help wanted invalid

A repository for dataset metadata as JSON files (+ an extraction pipeline)

Python

AI Summary: The task requires identifying and removing metadata files from the FOAG Metadata repository that correspond to defunct datasets from older FOAG OGD publications. These datasets are linked from the old FOAG website, which is no longer accessible. The process involves locating the relevant metadata files (likely JSON files) within the repository's `data` directory and deleting them. This action should be performed carefully, potentially requiring verification against a list of defunct links provided in the issue description or elsewhere.

Complexity: 3/5
help wanted

A repository for dataset metadata as JSON files (+ an extraction pipeline)

Python