geopython / geopython/pygeometa

[csvwlib] properties at table level

Open
#312 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
127
Forks
52
Avg merge
3d 8h
Merged PRs (30d)
1

Description

in csvw you typically register some metadata elements at table level

it is also possible to describe multiple tables in a single csv

this relates to #232, suggesting to move the attributes element one level deeper

```yaml
content-info:
- featuretypes:
- name: trees
url: https://www.wikidata.org/wiki/Q10884
attributes:
- name: length
- name: type
- name: plants
url: https://www.wikidata.org/wiki/Q756
attributes:
- name: length
- name: type
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.