geonamescache icon indicating copy to clipboard operation
geonamescache copied to clipboard

Better automate US states data retrieval

Open yaph opened this issue 10 years ago • 2 comments

Write a Python scraper that stores data as JSON.

yaph avatar May 20 '14 23:05 yaph

pandas.read_html of https://en.wikipedia.org/wiki/List_of_U.S._state_and_territory_abbreviations. Will this do?

FlorisFok avatar Oct 06 '22 12:10 FlorisFok

The data source that is currently used is fine. I guess pandas.read_html should work with this table too. The result needs to include all the fields in geonamescache/geonamesdata.py.

yaph avatar Oct 07 '22 08:10 yaph