[GRASS-user] visualizing transit times as a map layer

Hello grass users - I’ve got a beginner level question for you.
I’ve generated a csv file containing latitude, longitude, and transit time to a location in the Boston metro area. I’d like to load this file as a map layer and visualize it as a heatmap-style visualization.
How do I get started with GRASS to do such a thing? Is it possible to import this type of file, or is there a step I have to do (rasterizing?) prior to starting with GRASS?

thanks!
-James

Hello James,

You can get your CSV file into GRASS using v.in.ascii. You will have points that you should convert in some way into a raster file (interpolation? may not be adequate).

You can also compute cumulative distances and times from one or several points using r.cost. It is not exactly what you are looking for, but maybe it is helpful.

HTH

Christian Kaiser

On 9 janv. 2010, at 17:01, James Kebinger wrote:

Hello grass users - I've got a beginner level question for you.
I've generated a csv file containing latitude, longitude, and transit time to a location in the Boston metro area. I'd like to load this file as a map layer and visualize it as a heatmap-style visualization.
How do I get started with GRASS to do such a thing? Is it possible to import this type of file, or is there a step I have to do (rasterizing?) prior to starting with GRASS?

thanks!
-James
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user