Data4Democracy / internal-displacement

Studying news events and internal displacement.
43 stars 27 forks source link

process location city and subdivision #125

Closed alexanderrich closed 7 years ago

alexanderrich commented 7 years ago

Addresses issue #112. SQL Location table now stores city and subdivision as well as country. When adding a location to the table, pipeline.py/interpreter.py use location name to find the country code as before, but now also save the location name in the "city" or "subdivision" field as well, as appropriate.

alexanderrich commented 7 years ago

By the way, having the docker container set up with everything on the Master branch is awesome and makes it easy for a new person to jump into the project. It would be great to have that pulled into the Interpreter branch as well!