LocationCon 2017

Download my slides from LocationCon in Oakland, CA 5/24/2017 at the link below. Workflow and Design of an Emergency Flood Response Mapbook [360MB] More content to come…

Quick and Easy Custom Google Earth Legends

Posted by in Data, Design, GIS
Quick and Easy Custom Google Earth Legends

Here’s a system to rapidly create nice looking Google Earth legends. I’m going to start assuming an already existing kml and known legend items. The data in this example was compiled and converted to Google Earth in ArcMap using the native conversion tools. The legend is initially composed in ArcMap and copy/pasted into illustrator. I’m […]

NACIS 2016

NACIS 2016

Here’s the video of the presentation with slide/content from my original post below. Thanks to NACIS and the PCD coordinators for recording & processing the video and facilitating all the presentations. I presented a workflow using ArcMap, Illustrator, Photoshop, and InDesign this year at NACIS. Below is each slide image and video I used in my […]

Python to batch generate QR codes

Posted by in Data, Design, Labeling
Python to batch generate QR codes

This is an overview of a script I developed utilizing python urllib, google’s chart api, and NOAA’s live stream monitoring charts. I created this proof of concept for a paper map that includes some graphic labels for stream monitoring stations, including a QR code that can be scanned to bring up the live chart for the stream […]

Streetview scrape

Posted by in Data, Design, GIS
Streetview scrape

I wrote this script to download google streetview images locally for a list of addresses in a text file, one address per line. It’s an easy (at the least preliminary) way to get images of structures, houses, etc.. We needed this for an inventory of certain structures in a planning effort, but this can be […]