March 1, 2018


Join UBC Library for an introductory session and mapping party where we will contribute to the freely accessible, non-commercial dataset of the world – OpenStreetMap (OSM). Contributions from this mapping party are toward Building Canada 2020 (BC2020i) – a nation-wide initiative to map all of Canada’s buildings by 2020. With the aid of aerial imagery, we will map buildings in rural Masset and Trail, British Columbia. Inexperienced mappers are welcome (and encouraged!) to attend. The first 30 minutes of this session will be an info session to give new mappers a firm understanding of OSM principals and get off the ground to start adding buildings with confidence. Attendees can expect to spend about an hour mapping their area of choice. Pizza and light refreshments will be provided. OSM is a mapping collaborative aiming to create an open geographic dataset of the world, collected and imported by volunteers worldwide. OSM data is used by a variety of industries for a wide range of purposes as a replacement for other proprietary sources of geographic data – and map parties and mapathons are particularly notable for their benefit to emergency response efforts after large natural disasters as they can provide swift logistical support for on-site responders.
Come join the party!
When: 12pm to 2pm, Thursday, March 8th, 2018
Where: Koerner Library, 217 (Computer Lab)
REGISTER HERE
Read More | No Comments
February 27, 2018
How use lidar data with QGIS for Mac with the LASTools package
This tutorial presupposes you have installed QGIS for Mac. If not, full instructions and downloads are available on the KyngChaos page. Obtaining a GIS package from a website called “kyngchaos” sounds dodgy, rest assured that it is the method approved by the QGIS developers themselves.
You may have already performed some of these steps; there is no need to repeat them if you have done so.
- Install Homebrew for mac if you have not done so already. Homebrew has great utility beyond QGIS.
- Install wine using homebrew
brew install wine
- Install XQuartz. XQuartz is a windowing system (if you know unix, it’s X) for Mac. If you are using an old Mac, it is probably already installed, but updating to the new version will not hurt. XQuartz is required because it is used as the windowing system for Microsoft Windows and Linux applications.
- Download and unzip lastools. Remember where you unzipped it.
- You’re almost done. Start QGIS. Select Processing/Options. In the Providers section scroll to “Tools for LiDAR Data”. Fill out the blanks:
- LASTools folder:
path\to\lastools\directory
- Wine Folder:
\usr\local\bin
Note: this is the default directory for the homebrew wine installation. If you want to check to make sure it’s correct, open a terminal (ie, Terminal app) and type: which wine
The output will tell you what to type in the box. Remove the ‘wine’ part of the entry.
- Restart QGIS. When you open the toolbox, you should have all the LAStools available in your toolbox.
Note: When you open one of the LAStools for the first time you will see a large number of error messages, etc. These are from wine and can be safely ignored.
Subsequent tool usage will be faster and have fewer errors, but there may still be some. If there are errors, they can be safely ignored as long as the LAStools are functioning.
Another note: When using some of the LAStools (like lasviewer), you will note that the processing toolbox dialogue does not disappear, making it look like QGIS has crashed. This is not the case – the wine window (ie, that which is displaying the lidar data) is part of the tool, and the processing dialogue box will close once you close the lidar window.
New for QGIS 3.x
LASTools are no longer enabled by default. To enable LASTools, follow these steps:
- Go to Plugins/Manage and Install Plugins
- Search for LASTools and install the plugin
- Once that’s done, LASTools (as opposed to “Tools for LiDAR Data”) will appear in the Processing Options, where you must check the “enable” button and follow the steps above.
Read More | No Comments