|
|
|
|
|
by dc-programmer
1182 days ago
|
|
I’m usually not a big side project guy, but I successfully used AWK to solve a IRL problem last year. It really helped solidify my understanding of the language. The problem was that the Garmin GPS data for a bike ride I had just completed had split into multiple rides. I used AWK to stitch together the data into one file. I also did some basic linear interpolation to fill in missing data points. The GPS data is formatted as XML and I was able to parse it fairly robustly using AWK. |
|