FredZone
Joined: 25/05/2007 19:41:15
Messages: 4
Location: Boulder, CO USA
Offline
|
I really appreciate your free web services as a prooving ground for new development. In our business, I generally need to come up with all administrative entities, a postal code, nearest populated place, address or nearby roads, nearby landmarks and elevation for a given location (by description or coordinates). It is impossible to get all this in a single call to any service, but GeoNames is a valuable source for a lot of it.
I just finished some reverse geocoding work based on your extendedFindNearby service, and was surprised to discover that its return XML is fairly unpredictable. In my neck of the woods, for example, http://ws.geonames.org/extendedFindNearby?lat=40.037573&lng=-105.246914 returns a single nest of useful elements. In a neighboring state, however, http://ws.geonames.org/extendedFindNearby?lat=40.954201&lng=-96.687241 returns a completely different XML schema requiring a more elaborate approach to parsing out what might be useful.
Guidance or clarification on this service would be appreciated. If I can figure out how to use GeoNames efficiently, we would seriously consider moving to your commerical web service model.
|