worldbank / povcalnet

Stata client to the Povcalnet API

Home Page:https://worldbank.github.io/povcalnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit to simultaneous queries with cl subcommand

danielmahler opened this issue · comments

Hi Andres and team,

When using the cl subcommand there seems to be a limit of ten one-on-one queries that can be done simultaneously. Is that correct? If so, is it feasible to have this limit raised?

Many thanks for your help as always.

Best,
Daniel

Of course, my apologies, Andres.
Here are two examples. Example A works on my end while Example B does not.

Best,
Daniel

Example A:
povcalnet cl, country(ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB) ///
year(2008 2008 2008 2008 2008 2008 2008 2008 2008 2008) ///
povline(1 2 3 4 5 6 7 8 9 10) ///
coverage(national national national national national national national national national national) clear

Example B:
povcalnet cl, country(ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB) ///
year(2008 2008 2008 2008 2008 2008 2008 2008 2008 2008 2008) ///
povline(1 2 3 4 5 6 7 8 9 10 11) ///
coverage(national national national national national national national national national national national) clear

Thank you, Tony and Daniel.

The issue has been fixed.

Best,

Many thanks to both of you for your quick fixes! :)