You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
$ # mailboxes removed (id only appears in old report)
$ comm -23 <( xsv select OUTLETID coll_report.csv | sed -e 1d | sed -e 's/^[0 ]//' | sort -u ) <( xsv select OUTLETID collection_boxes_2020-08-15.csv | sed -e 1d | sed -e 's/^[0 ]//' | sort -u ) | wc -l
4221
$ # mailboxes added (id only appears in new report)
$ comm -13 <( xsv select OUTLETID coll_report.csv | sed -e 1d | sed -e 's/^[0 ]//' | sort -u ) <( xsv select OUTLETID collection_boxes_2020-08-15.csv | sed -e 1d | sed -e 's/^[0 ]//' | sort -u ) | wc -l
967
However, the removed spreadsheet has 642 entries for DC -- almost every on street blue box, which is not accurate at all. So there may be an issue with DC data from the USPS site where data was scraped.
live data is from sept 2019. @nstory also scraped new data https://github.com/nstory/collection_boxes#2019-to-2020-added-and-removed @iandees as well at https://github.com/iandees/usps-collection-boxes/.
@nstory compared 2019 and 2020/08/15
However, the removed spreadsheet has 642 entries for DC -- almost every on street blue box, which is not accurate at all. So there may be an issue with DC data from the USPS site where data was scraped.
This doesn't appear to be new https://www.uspsoig.gov/blog/disappearing-collection-boxes
The text was updated successfully, but these errors were encountered: