Tagged Questions
2
votes
1answer
81 views
Is there any way to tell whether a park from GeoNames is small or big?
I have this query for parks in Alabama for example:
http://api.geonames.org/search?featureCode=PRK&username=genadinik&country=US&style=full&adminCode1=AL&maxRows=100
But it ...
0
votes
2answers
123 views
Why does GeoNames say there are only 73 parks in Mexico?
I did this GeoNames query
http://api.geonames.org/search?featureCode=PRK&username=genadinik&country=MX&style=full&maxRows=10
and it says there are only 73 parks in all of Mexico. Am ...
3
votes
3answers
172 views
How to tell if a country has states and what the state codes are
With the help of this community I understood how to find country codes and query geoNames data based on that.
What I am stuck on now is understanding how to break things down by state where needed.
...