-
Notifications
You must be signed in to change notification settings - Fork 1
jedberg/Postcodes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module will find the distance between two North American postcodes. Included is a sqlite database with all of the postcodes and their lat and long. Postcode files come from here: http://geocoder.ca/?freedata=1 Table schema for the sqlite table: CREATE TABLE postcodes ( postcode TEXT NOT NULL, st TEXT NOT NULL, lat REAL NOT NULL, lon REAL NOT NULL, ); CREATE INDEX postcode_idx ON postcodes (postcode);
About
Find the distance between two North American post codes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published