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

Means to specify field lengths in votable.parse() #7036

Open
pscicluna opened this issue Dec 27, 2017 · 1 comment
Open

Means to specify field lengths in votable.parse() #7036

pscicluna opened this issue Dec 27, 2017 · 1 comment

Comments

@pscicluna
Copy link

Not all providers of VOTables have updated beyond v1.0, and hence not all tables provide the lengths and types of each field. Is there a way to pass info to parse() to tell it what the fields should look like so it doesn't always assume that they are length-one strings?

@pllim
Copy link
Member

pllim commented Jan 9, 2018

I only see schemas for v1.1, v1.2, and v1.3 in the code, so my guess is "no". It might be easier to ask the table providers to update those tables.

If you wish to pursue this further, please provide a small table to demonstrate your problem here.

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

3 participants