TigerFetch.jl

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

Project.toml (543B)


      1 name = "TigerFetch"
      2 uuid = "59408d0a-a903-460e-b817-a5586a16527e"
      3 authors = ["Erik Loualiche"]
      4 version = "0.3.0"
      5 
      6 [deps]
      7 Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
      8 Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
      9 Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
     10 SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
     11 
     12 [compat]
     13 Comonicon = "1.0.8"
     14 Downloads = "1.6.0"
     15 Pkg = "1.11.0"
     16 SHA = "0.7.0"
     17 julia = "1.6.7"
     18 
     19 [extras]
     20 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
     21 SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
     22 
     23 [targets]
     24 test = ["Test", "SHA"]