OpenData-NC / openrural-nc

6 stars 0 forks source link

Investigate block importing issue #32

Open copelco opened 12 years ago

copelco commented 12 years ago

I researched this issue today. Using W. Franklin as a reference, I dug into the block importer and logs to see if any errors were being thrown for it. Not only did I discover zero errors, but the 100 W. Franklin block existed in the database. I was unable to reproduce the data bug found on the staging server. My guess is that the import failed when we initially imported the data and we didn't notice.

In review, I do think it would be useful to have a searchable record of the import. This would allow us to quickly and easily review the data importing stage to see if a particular street/block had errors. I think we can either create a log handler to do this or extend the block importer.

copelco commented 12 years ago

Alright, made some progress on this:

I talked with Paul about this bug and plan to submit a pull request to help fix the issue.