updates as of 11/15/2018
git clone git://github.com/qgis/QGIS.git
unzip all AIRFIELDS_* files into one directory, e.g.
/cygdrive/c/Users/Wendell CTR Turner/Documents/cssi/nola/nov15
make shapefiles of them
$ ./doall.sh
start qgis
-> qgis_stick-Shortcut
-> Project -> New (???)
add ESRI raster basemap
-> Plugins -> Python console
qgis.utils.iface.addRasterLayer("http://server.arcgisonline.com/arcgis/rest/services/ESRI_Imagery_World_2D/MapServer?f=json&pretty=true","raster")
and add shapefiles:
-> Layer -> Add Layer -> Add Vector Layer ...
* Directory
Browse: C:\Users\Wendell CTR Turner\Documents\cssi\nola\nov15\apt_CLT
-> Open
Configure:
Coordinate Reference System Selector:
-> Ok
Select vector layers to add:
-> Select All
for each layer:
Coordinate Reference System Selector:
-> Ok
make sure ESRI raster layer is at bottom of list
may need to disable raster layer to know where to zoom in to.