TigerFetch.jl

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

commit b0bd308f7aead9458c5dcd52128dd36d79734065
parent 58f5696fd951495841a9b2623be01b8ab487e6a8
Author: Erik Loualiche <eloualic@umn.edu>
Date:   Sun, 23 Feb 2025 20:54:25 -0600

clean tests

Diffstat:
Mtest/runtests.jl | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/test/runtests.jl b/test/runtests.jl @@ -27,12 +27,3 @@ printstyled("Running tests:\n", color=:blue, bold=true) end # -------------------------------------------------------------------------------------------------- -# test random stuff -using TigerFetch -# National -# tigerfetch("state", 2024, output="./tmp") # works -# tigerfetch("county", 2024, output="./tmp") # works -# state -# tigerfetch("cousub", 2024, state="AL", county="11", output="./tmp") # works -# county -# tigerfetch("areawater", 2024, state="AL", county="011", output="./tmp") # works