views:

218

answers:

3

Hello Friends,

We need a Rails plugin for US states and cities. Please see if we can get that.

+1  A: 

Interestingly enough, the National Weather Service produces such a data source: http://www.weather.gov/geodata/catalog/national/html/cities.htm

Doug Hays
+1  A: 

Maybe this would help: http://github.com/bcardarella/decoder

hgimenez
A: 

I just took the data from the NWS and created a Rails plugin called geoinfo hosted on Github. At this point, it's still a quick hack, but contains all the NWS data in the lib/db folder if you don't want to use it as a plugin. Hope this helps.

JohnMetta