geopython / geopython/pygeometa
some academic properties to capture where on mcf/iso
- Dominant language
- Python
- Stars
- 127
- Forks
- 52
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
interesting properties from datacite, such as `peerreviewed`, `embargoDate` currently don't have a good match with iso19115/mcf
Peer-reviewed could be captured on iso19115 as:
- lifecyscle step identificationinfo/*/status = peer-review
- more formal: dataquality/*/report/*/evaluationmethodology = peer-review + result
- Processing step: dataquality/*/processstep/description
- as a keyword
Currently we only allow a single lifecycle status, so setting the status to complete, would undo the review status
dataquality reports and processing step require an extension of the mcf model, both would be useful to capture in a generic way
```yaml
dataquality:
reports:
` - name:
type:
result:
```
Embargo in theory could also be a lifecycle status, but typically this is captured as a date (embargo-till) so when the date passes, the record is automatically set as non-embargoed. It could make sense to add it as a identification/dates['embargo'] = 1-1-2028
@tomkralidis any thoughts?
Contributor guide
Assessment
This issue has not been assessed yet.