Archive for May, 2014

Segmenting LineStrings of arbitrary length with GeoTools

Posted on May 26th, 2014 by Dalton Filho

This post demonstrates a simple algorithm implemented in GeoTools to divide LineString objects into segments of arbitrary length. Our task is to divide Montreal’s Grand Prix Track into segments of 100m. The implementation of this functionality will require the concept of interpolation of points within a line, which serves as the basis for several other GIS algorithms.

Time to blow the dust away

Posted on May 17th, 2014 by Dalton Filho

Ever since I moved to a different company in 2008 this blog has accumulated some dust. Moving away from scientific programming into a more traditional web programming world made it more difficult for me to stay in touch with the exciting world of scientific research, algorithms and so on. From 2010 onwards, I had the […]