OpenAddressesUK / hippodamus

Open Addresses' publishing scripts that create the downloadable versions of Open Addresses' database.
http://openaddressesuk.org/docs/
MIT License
0 stars 0 forks source link

Provenance in the downloadable CSV version #7

Closed giacecco closed 9 years ago

giacecco commented 9 years ago

Hi @pezholio can you confirm that what I see in the 10/12 issue of the downloadable CSV with provenance is the format Jeni asked you to implement? Rather than having one line per address - as one would intuitively expect - we have one line per 'derived_from'. E.g. the four rows below are one address: the first in the CA.csv file.

url,pao,sao,street.name,street.url,locality.name,locality.url,town.name,town.url,postcode.name,postcode.url,provenance.activity.executed_at,provenance.processing_script,provenance.derived_from.url,provenance.derived_from.downloaded_at,provenance.derived_from.processing_script
http://alpha.openaddressesuk.org/addresses/WiEbYp,28-30,,SPENCER STREET,http://alpha.openaddressesuk.org/streets/ismM8p,,,CARLISLE,http://alpha.openaddressesuk.org/towns/n7cu2v,CA1 1BA,http://alpha.openaddressesuk.org/postcodes/qtWpGy,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller,http://ernest.openaddressesuk.org/addresses/1365645,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller/tree/3de740587c878a18da85b1e95c957c575cde088a/lib/distil.rb
http://alpha.openaddressesuk.org/addresses/WiEbYp,28-30,,SPENCER STREET,http://alpha.openaddressesuk.org/streets/ismM8p,,,CARLISLE,http://alpha.openaddressesuk.org/towns/n7cu2v,CA1 1BA,http://alpha.openaddressesuk.org/postcodes/qtWpGy,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller,http://alpha.openaddressesuk.org/postcodes/qtWpGy,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller/tree/3de740587c878a18da85b1e95c957c575cde088a/lib/distil.rb
http://alpha.openaddressesuk.org/addresses/WiEbYp,28-30,,SPENCER STREET,http://alpha.openaddressesuk.org/streets/ismM8p,,,CARLISLE,http://alpha.openaddressesuk.org/towns/n7cu2v,CA1 1BA,http://alpha.openaddressesuk.org/postcodes/qtWpGy,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller,http://alpha.openaddressesuk.org/streets/ismM8p,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller/tree/3de740587c878a18da85b1e95c957c575cde088a/lib/distil.rb
http://alpha.openaddressesuk.org/addresses/WiEbYp,28-30,,SPENCER STREET,http://alpha.openaddressesuk.org/streets/ismM8p,,,CARLISLE,http://alpha.openaddressesuk.org/towns/n7cu2v,CA1 1BA,http://alpha.openaddressesuk.org/postcodes/qtWpGy,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller,http://alpha.openaddressesuk.org/towns/n7cu2v,2014-12-01 20:07:46 UTC,https://github.com/OpenAddressesUK/distiller/tree/3de740587c878a18da85b1e95c957c575cde088a/lib/distil.rb

Thanks.

pezholio commented 9 years ago

Yup, that's correct :)

giacecco commented 9 years ago

Ok, I would have done this differently but the boss is the boss :-D