geopython / geopython/pygeometa

attributes and dimensions alignment to featuretypes-properties and grid-bands

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

Description

attributes and dimensions share common aspects, such as unit/title/description min/max/avg (if numeric)

suggestion could be to merge both concepts?

Another aspect to consider in this area are featuretypes, for example the tables in a databases, or sheets in an excel (if the full database is considered a single dataset)

In stead of registering attributes directly on the content-info element, we would need to model them on a featuretype

```yaml
contentinfo:
featuretypes:
- name: books
identifier: #books
attributes:
- name: title
type: string
- name: authors
identifier: #authors
attributes:
- name: name
type: string
```

Above approach matches with what is suggested in [iso19110](https://www.iso.org/standard/57303.html)

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.