Mostly a GIS Guy
Monday, June 5, 2017
D3 and Livescript is like Peanut Butter and Chocolate
›
Livescript is an awesome... somewhat new language that doubles down on functional programming. It directly compiles into Javascript, much li...
Friday, May 22, 2015
Morphing Between SVG Shapes
›
In order to animate between two shapes in SVG you need an equal number of nodes. This is because the node coordinates are what get adjusted ...
5 comments:
Friday, September 5, 2014
Animating a geographic boundary into a circle.. Then back again.
›
Paths in SVG are comprised of points called nodes. In order to transition from one path (the boundary) into another (the circle) the same n...
2 comments:
Saturday, January 19, 2013
Upgrading to PostGIS 2.0 on Ubuntu
›
Like most projects... I felt it paramount to utilize the latest bleeding edge technology to get the job done. Or at least that's how I r...
Thursday, April 28, 2011
Creating a Terrain Wetness Index from a Digital Elevation Model
›
A Terrain Wetness Index (TWI) is a means for measuring drainage in a landscape. In particular, areas with poor drainage. The purpose is to ...
4 comments:
Sunday, January 30, 2011
Calculating Togographic Exposure With Grass
›
Topographic exposure, also known as TOPEX, is a measure of surrounding landforms and how they effect wind. This post shows how to generate a...
2 comments:
Home
View web version