All Projects → iandees → usps-collection-boxes

iandees / usps-collection-boxes

Licence: MIT license
US Postal Service collection box locations.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to usps-collection-boxes

tracking-number-validation
A simple way to validate tracking number for the following couriers.
Stars: ✭ 22 (+4.76%)
Mutual labels:  usps
shippo-csharp-client
Shipping API C# library (USPS, FedEx, UPS and more)
Stars: ✭ 52 (+147.62%)
Mutual labels:  usps
ShippingRates
.NET wrapper to UPS, FedEx, USPS and DHL shipping rates APIs
Stars: ✭ 23 (+9.52%)
Mutual labels:  usps
lfk.im
🍽 Lawrence, Kansas curbside takeout and delivery for local COVID-19 impacted businesses
Stars: ✭ 16 (-23.81%)
Mutual labels:  git-scraping
php-tracking-urls
Converts package tracking numbers into URLs (UPS, FedEx, USPS, and more)
Stars: ✭ 47 (+123.81%)
Mutual labels:  usps
disaster-data
Data scraped by https://github.com/simonw/disaster-scrapers
Stars: ✭ 35 (+66.67%)
Mutual labels:  git-scraping
ark-invest-scraper
Pulling a history of the holdings for ark invest funds https://ark-funds.com/
Stars: ✭ 39 (+85.71%)
Mutual labels:  git-scraping
ballotnav
A repository for HackforLA's BallotNav project
Stars: ✭ 21 (+0%)
Mutual labels:  usps
ca-fires-history
Tracking fire data from www.fire.ca.gov
Stars: ✭ 160 (+661.9%)
Mutual labels:  git-scraping
usps-api
Python Wrapper for the USPS API 🚚 📦
Stars: ✭ 52 (+147.62%)
Mutual labels:  usps
Nyt 2020 Election Scraper
alex.github.io/nyt-2020-election-scraper/battleground-state-changes.html
Stars: ✭ 1,782 (+8385.71%)
Mutual labels:  git-scraping
berlin corona cases
Scraper for the official dashboard with current Corona case numbers, traffic light indicators ("Corona-Ampel") and vaccination situation for Berlin.
Stars: ✭ 19 (-9.52%)
Mutual labels:  git-scraping
nepse-tracker
Track new investment opportunities in Nepal and add them to my to-do list.
Stars: ✭ 19 (-9.52%)
Mutual labels:  git-scraping
real-estate-scrape-eg
A repository demonstrating the use of real-estate-scrape to store the estimated value of a property on Redfin and Zillow every night using Github Actions.
Stars: ✭ 18 (-14.29%)
Mutual labels:  git-scraping
gh-action-data-scraping
this shows how to use github actions to do periodic data scraping
Stars: ✭ 147 (+600%)
Mutual labels:  git-scraping
sf-tree-history
Tracking the history of trees in San Francisco
Stars: ✭ 23 (+9.52%)
Mutual labels:  git-scraping

USPS Collection Box locations

This is a self-updating repository of United States Postal Service collection boxes.

How it works

A script runs periodically to scrape the USPS Store Locator list of collection boxes. That list of collection boxes is sorted by ID, split into files by the first three characters of the ID, and then committed to this repository. GitHub Actions triggers that action and the scraping is done with a spider from All The Places.

Getting the data

The data is contained in this GitHub repository's data directory. You can download the latest data or browse the history of the data directory to see how the data has changed over time.

The collection box ID's seem to be prefixed by the Zip Code of the route they sit on, so if you want to learn more about the collection boxes around you, look for the file that starts with the first 3 digits of your Zip Code.

The data is stored as newline delimited GeoJSON Features. Recent GDAL and QGIS installs should be able to display this data without problems.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].