My apologies for the basic question, I am just starting to use Geonames.
The Ruby geokit gem contains the following instruction for using Geonames:
# To use this service either free or premium, you must register a key.
# See http://www.geonames.org
Geokit::Geocoders::GeonamesGeocoder.key = 'KEY'
I have registered on the Geonames site, but I cannot find out how to generate an API key for myself. I have looked all over the geonames web site but cannot find a page which appears to do this.
It must be possible somehow. Can someone explain this to me?