Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct mapping of multiple publishers, creators, contributors #66

Open
lorenz-c opened this issue Nov 21, 2023 · 0 comments
Open

Correct mapping of multiple publishers, creators, contributors #66

lorenz-c opened this issue Nov 21, 2023 · 0 comments

Comments

@lorenz-c
Copy link

Dear all,

we are using ncISO for extracting ISO-19115-conformal metadata from NetCDF-files on our THREDDS-Server. While most of it works like a charm, we have some trouble to define multiple entities with the same role. As an example, there are usually multiple contributors to a dataset (e.g., PI, owner, pointofcontact,co-author, etc.). But so far, all efforts in adding multiple names to the contrbutor_name-attribute simply leads to one lengthy string of names.

Here are the things that I have tried so far:

  1. Separate the names with a comma and semicolon
  2. Add a newline-character (similar to the NetCDF-History) between the names
  3. Add the names as a Python-List with two elements.

After inspecting the contents of this repo, I've found some parameters like publishers, contributors and creators which seem to provide the desired functionality. But I have not yet managed to find the proper attribute-format....

Is this possible and, if yes, is there any kind of documentation about this feature?

Best regards and thank you very much in advance,
Christof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant