Skip to content

Instantly share code, notes, and snippets.

View benjaminfjones's full-sized avatar
🔬
trying to find scientist hat

Benjamin Jones benjaminfjones

🔬
trying to find scientist hat
View GitHub Profile
#!/bin/zsh
# Many features, including GUI options have been turned off.
# The multibyte, perl, python(2/3), and ruby options have been
# enabled.
#
# This build is meant to be installed into a Stow directory
# and then the binaries and runtime are managed by the 'stow'
# tool.
#
#!/usr/bin/python3 -u
#
# Copyright Dan Smith <dsmith+ustopo@danplanet.com>
#
# This downloads USGS topo GeoPDF maps in bulk, by default the current
# high-resolution 7.5-minute maps. For reference, all of Oregon comes to
# 96GB, all of Washington is 78G. For each state, the index will be downloaded
# into the root of the per-state directory, which is how you find which
# section map you need, by name.
#