Linux command line GIS related shell/bash scripts that I have published at indiGenIS to assist in repetitive tasks.
They include: - CanDataFTP.sh - CanVecSHP.sh - geonamerge.sh
The scripts use GDAL with a combination of wget to download free or public GIS spatial data about Canada from various sources and output them in a usable format for a GIS.
Currently, they favor the shapefile. That could change as I grow accustom to spatial database formats like postgresql with postgis.
Prior to executing the script it will need to be made executable with the following: $ chmod +x CanDataFTP.sh
I will fill out the wiki on usage and screenshots/videos to help understand how they work, but for now I have formatted them fairly nicely and included comments.