zip2location

command module
v0.0.0-...-a07458f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2023 License: MIT Imports: 5 Imported by: 0

README

zip2location

Helper project to create sql inserts to map zipcodes to lat/long

This projects assumes the following SQLite schema:

create table zip2location
(
    zipcode integer,
    lat     REAL,
    long    REAL
);

create index zip2location_zipcode_index
    on zip2location (zipcode);

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL