QGIS: Difference between revisions
From charlesreid1
(Created page with "=Installing= To install QGIS on Mac OS X: First, I went to the download site on QGIS website: http://www.qgis.org/en/site/forusers/download.html I was pointed to the KygChaos...") |
|||
| Line 31: | Line 31: | ||
[[Image:QGIS_Shapefile.png|500px]] | [[Image:QGIS_Shapefile.png|500px]] | ||
==Adding Tiles== | |||
The shapefile on its own probably isn't very interesting. You can add the OpenLayers plugin, which allows you to bring in map layers from Google Maps, OpenStreetMap, Bing Maps, etc. | |||
[[Image:QGIS_Plugins.png|500px]] | |||
Revision as of 01:10, 7 February 2015
Installing
To install QGIS on Mac OS X:
First, I went to the download site on QGIS website:
http://www.qgis.org/en/site/forusers/download.html
I was pointed to the KygChaos wiki http://www.kyngchaos.com/software/python
At that wiki, I downloaded several provided dmg files:
- Numpy
- Matplotlib
- GDAL framework
- QGIS
I installed each, in that order. The python libraries that are being installed install to /Library/Python/2.x/site-packages - which is where libraries available to the SYSTEM version of Python are available. This will not interfere with existing versions of numpy or matplotlib libraries that you've installed using an Anaconda or Python.org or Homebrew (or other) version of python that you have installed.
Once all of those installers had been run, I opened QGIS in my Applications folder.
Basics
Opening Shapefiles
To open a shapefile, you can create a project. Then you can click the first icon in the left-hand menu, the dots connected by lines (Add a Vector Layer). Here, you can pick "ESRI Shapefile" from the drop-down menu, and you'll be able to open shapefiles.
Here's an imported shapefile of military installations in the United States (from the Harvard Library website):
Adding Tiles
The shapefile on its own probably isn't very interesting. You can add the OpenLayers plugin, which allows you to bring in map layers from Google Maps, OpenStreetMap, Bing Maps, etc.