0

Can't query descendant cities for a specific country

I'm trying the following to get woeid codes for cities within a specific country (Argentina).
This is the YQL query I'm using. Tried the same thing via REST and got a 404 error.
    select woeid, name, popRank
    from geo.places.descendants
    where ancestor_woeid = '23424747'
    and placetype = '7'
    and view = 'long'
    and popRank >= 11
Is this a problem with the query itself or a data-related issue?
Thanks in advance.

by
2 Replies
  • The same problem and the same question, i am trying to get descendants towns for a region of france:

    select woeid,name from geo.places.descendants where ancestor_woeid='7153319' and placetype='7'

    I got this error:

    true <![CDATA[http://where.yahooapis.com/v1/place/7153319/descendants.type(7);start=0;count=1000]]> 171 169 32181 <results/>

    if you can help us, it would be great , thanks.

    0
  • The BOSS group is the place to go for these types of questions: The BOSS Y! group (http://tech.groups.yahoo.com/group/ysearchboss/)

    0
This forum is locked.

Recent Posts

in GeoPlanet General Discussion