Skip to content

Files

Latest commit

 

History

History
20 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.13 KB

bash-tools

Personal repo for keeping track of a disorganized and disjointed collection of data wrangling related bash scripts.

usgs-ned.sh

For daisy-chaining USGS National Elevation Dataset (NED) rasters once they've been sorted into folders by location (e.g. folder structure /n42/n42w123). Have not yet added handlers for running this without first sorting by location, that's on the task queue.

usgs-elev_unzip.sh

For batch extracting and renaming USGS elevation contours (in this case from this location), known issues with naming schema inconsistencies.

usgs-state_unzip.sh

For batch extracting and renaming USGS boundary data.

usgs-state_clip.sh

For batch clipping state boundary datasets (county, reserver, native, etc) to state borders. By default these include data in all neighboring states.

usgs-nhd_clip.sh

For batch clipping USGS National Hydrology Dataset (NHD) vector data by the state boundary from the USGS boundary dataset.