cfpb / grasshopper

CFPB's streaming batch geocoder
Creative Commons Zero v1.0 Universal
37 stars 13 forks source link

WIP: Interpolator #218

Open kgudel opened 8 years ago

kgudel commented 8 years ago

Adds tests to the interpolator, also moves some functionality into searchUtils to reduce lines of code and increase consistency.

Currently a work in progress due to a full line test in interpolateSpec failing due to the geometry likely being improperly formatted in the test. The interpolator always returns the point (0,0) regardless of the input geometry.