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

create povcalnet_query

randrescastaneda opened this issue · comments

Create povcalnet_query.ado that creates the query for any kind of request. Right now, the query is being built in each ado-file (_query, _aggquery, and _cl). This is clearly inefficient and inconsistent.

No additional file was created. Instead, I build the query in povcalnet_query and download directly from povcalnet.ado. The file povcalnet_aggquery is not necessary anymore. yet, it is still in the repository, just in case...