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

Make Darwin Core terms shortcuts less naive #14

Open
niconoe opened this issue May 23, 2013 · 0 comments
Open

Make Darwin Core terms shortcuts less naive #14

niconoe opened this issue May 23, 2013 · 0 comments

Comments

@niconoe
Copy link
Member

niconoe commented May 23, 2013

The current solution is very simple and efficient, but might be a little naive in the long run:

  • There can be "collisions" between qualnames: http://xxxxxxxxxxx/machin and http://yyyyyyyy/machin. With current implementation, the last imported qualname would overwrite previous ones.
  • The list is statically generated from XML files, maybe a little rigid ?
  • If things get more complex, maybe this should be moved to another "Darwin Core" project (reusability, separation of concerns, ...)

Anyway, this is just a small helper that can be bypassed (by providing the full "qualnames" to python-dwca-reader), so this is probably enough for now.

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

No branches or pull requests

1 participant