phoenix_pipeline icon indicating copy to clipboard operation
phoenix_pipeline copied to clipboard

Pull db query out of main geocoding functions?

Open ahalterman opened this issue 9 years ago • 0 comments

Right now, the geocoding functions call back to Mongo to get the full text of a story for geocoding. This makes it very difficult to tests. Consider splitting out the geocoding logic (esp. for CLIFF, which has a ton) so it can be tested separately with fixed input.

ahalterman avatar Jul 06 '16 22:07 ahalterman