TigerFetch.jl

Download TIGER/Line shapefiles from the US Census Bureau
Log | Files | Refs | README | LICENSE

build.jl (290B)


      1 #!/usr/bin/env julia
      2 
      3 # Get the project directory
      4 project_dir = dirname(dirname(@__FILE__))
      5 @info project_dir 
      6 
      7 # Activate and instantiate the project
      8 import Pkg
      9 Pkg.activate(project_dir)
     10 Pkg.instantiate()
     11 
     12 # Now we can safely use the package
     13 using TigerFetch
     14 TigerFetch.comonicon_install()