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

address numerous method descriptions in barebones example #17

Open
twhiteaker opened this issue Dec 16, 2011 · 0 comments
Open

address numerous method descriptions in barebones example #17

twhiteaker opened this issue Dec 16, 2011 · 0 comments

Comments

@twhiteaker
Copy link

Barebones example assigns a new methodID for each valueID in GetValues responses. This means if I download 2600 values, I get 2600 method descriptions, making for a very bulky WaterML file. The unique method descriptions should be compiled either in memory or as an additional table in the example (or maybe removed from the example to keep it simple). It would be cool if there was a SQLAlchemy way to do that in memory, but I’m not familiar with it. It’s like SELECT DISTINCT METHOD FROM DATAVALUES…AND PUT IT IN THIS DICTIONARY.

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