
Scheduled Task Running
I like to think that I learn more every day, but I still really embrace being a computer novice in a lot of ways. About four years ago, I learned about using Windows’ Task Scheduler to run processes on a ...

A New Appreciation for Remote Geospatial Research
While I was in graduate school I didn’t understand why people got master’s degrees in geospatial analysis. Well, I guess I understood it, but I thought it looked like a miserable job. I would come back from a field excursion ...

Counteracting the Effects of Sitting
For most of my adult life I’ve dealt with an achy back. It started years ago when I worked at a pet store slinging 50 pound bags of pet food all day, and then come home to more physical work. ...

Interactive Maps Without Map Servers
On 30 September 2015, I gave a talk to the Southern Maryland GIS User Group titled "Interactive Maps Without Map Servers." This post consists of the slides from that presentation interspersed with my "talk track" in order to provide context ...
Task Tracking Using Python and ArcGIS
Managing a team of Geospatial Analysts, and all their ongoing projects, requires a decent bit of effort for the Project Manager on one of our current contracts. At the onset, the PM would ask each GA what they were working ...
Calculating Distance and Direction using ArcPy
While working with geospatial information, it is often advantageous to find out how close one particular piece of data is to other pieces of data. This leads to a greater understanding of the area of study. The knowledge of how ...
Automating “Quicklook” Map Products for Emergent Events
Over the past decade, GIS professionals who can manipulate the software both manually and automatically are becoming increasingly more marketable within the industry. Automating mundane/repetitive tasks frees up time to focus on more advanced analyses and other GIS processes. On ...
Esri CityEngine, Unity 4.0 and the Oculus Rift
Esri CityEngine lets you create, as the name implies, cities, quite easily. As a bonus, it lets you export these creations in various formats including FBX files which can be imported into 3D game engines including Unity. You can very ...
Using AWK to Ease your CSV Manipulation
We often hear that we should use the right tool for the right job. The problem for developers is becoming aware of those different tools. So I want to save you some time and introduce you to an old tool ...