zvkemp / varese

US Census API Ruby Interface
MIT License
0 stars 1 forks source link

there is some maximum of individual variables that can be fetched in a single request #4

Closed zvkemp closed 10 years ago

zvkemp commented 10 years ago

98 variables definitively does not work. Exact limit unknown; could be based on length of resulting url query string.

Will need to split up large datasets into multiple requests and merge the result.