TigerFetch.jl

TigerFetch.jl downloads TIGER/Line shapefiles from the US Census Bureau FTP server using Julia.

Usable as both a Julia package and a command-line tool. Distributed under the MIT license.

Install

using Pkg
pkg"registry add https://github.com/LouLouLibs/loulouJL.git"
Pkg.add("TigerFetch")