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

Iso output missing ISO/IEC 18013-5:2021 #776

Open
marcoscaceres opened this issue Jan 24, 2024 · 2 comments
Open

Iso output missing ISO/IEC 18013-5:2021 #776

marcoscaceres opened this issue Jan 24, 2024 · 2 comments

Comments

@marcoscaceres
Copy link
Collaborator

I'm not sure how the ISO script works, but it's missing "ISO/IEC 18013-5:2021 Personal identification ISO-compliant driving licenses".

Should I add it manually or can someone look at what's going on with the iso_jtc1_sc29.js script?

cc @sandersaares

@tidoust
Copy link
Collaborator

tidoust commented Feb 27, 2024

To your question, the ISO script itself only captures specs developed by the ISO/IEC JTC 1/SC 29 committee (Coding of audio, picture, multimedia and hypermedia information). They are the ones that tend to be used for references in a web context.

The one you added is from the ISO/IEC JTC 1/SC 17 committee (Cards and security devices for personal identification).

The script itself could be applied to specs developed by any ISO committee. It's just that ISO has more than 25000 standards in its catalog.

@tidoust
Copy link
Collaborator

tidoust commented Feb 28, 2024

The script itself could be applied to specs developed by any ISO committee.

Sorry, should have re-checked the code before writing the comment, that's completely wrong. The script does not download JSON exports from the ISO web site but rather from a specific JSON export maintained under windows.net, that seems to have been created for the DASH Industry Forum and that is specific to SC 29. The ISO web site does not expose its catalog through JSON files directly (and the API portal seems restricted to ISO members).

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

2 participants