openaddresses / machine

Scripts for running OpenAddresses on a complete data set and publishing the results.
http://results.openaddresses.io/
ISC License
97 stars 36 forks source link

Sample data field names don't match actual data: au/countrywide (maybe others) #718

Closed LukeTheGit closed 5 years ago

LukeTheGit commented 5 years ago

Hi there,

The au/countrywide sample data shows the following columns: id, number, street, unit, lon, lat, city, postcode, region, accuracy. The actual data has the following columns: id, number, street, unit, lon, lat, city, postcode, region, district, hash.

Specifically the difference is the real file lacks 'accuracy' and contains 'district' and 'hash' in addition. Not a big deal - but thought some consistency would be nice. Is there a reason for it being this way?

Cheers,

Luke

migurski commented 5 years ago

Hi Luke, thanks for asking. The sample we provide shows the upstream data columns to help OA contributors determine how to set up a source conform. Here are more extreme recent examples:

Hope that helps!

LukeTheGit commented 5 years ago

Thanks for the clarification! Much appreciated :)