geopython / pygeometa

pygeometa is a Python package to generate metadata for geospatial datasets
https://geopython.github.io/pygeometa
Other
104 stars 44 forks source link

alternate relations then parentidentifier #230

Open pvgenuchten opened 1 year ago

pvgenuchten commented 1 year ago

some of the iso and geopython tooling allows to model alternate linkage between records then parentidentifier, this is of interest when the linkage has a different nature.

in iso, this type of linkage is managed via the aggregation-info element. OWSlib is able to extract this info. pycsw captures this information in the record.relation field.

would be interesting to add this option to the pygeometa model, probably close to the parentidentifier element? aggregationinfo uses a code list to identify what type of relation is involved, it could be interesting to add that option (but OWSlib and pycsw currently don't capture this information).