dracodoc / Geocode

Batch geocoding addressess, map to census block with PostGIS Tiger Geocoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

total time cannot deal with time more than 24 hours correctly

dracodoc opened this issue · comments

The total_time in script is used to report how much time spent on processing one input file. If the time is more than 24 hours, it will be round up. And the time_per_row is also incorrect.