<br>Thanks alot Markus for your reply.<br><br>May I ask some more questions please to better understand the dataset?<br><br>FT_COST;Enhance Routing - Travel time in minutes &lt;- does this mean the time in minutes taken from Target Id to Source Id depending on the &quot;speed&quot; column? 
<br>TF_COST is Source ID to Target Id right?<br><br><br>And taking the lenght as the cost of going through that node in a routing network, am I right in the following conclusions :<br><br>- I can make another column length with the value of length(the_geom)
<br>- If street is BI-directional, thus one_way = &quot;BI&quot;,&nbsp;that&nbsp;means&nbsp;that cost&nbsp;=&nbsp;length&nbsp;and&nbsp;reverse_cost&nbsp;=&nbsp;length<br> - If street is TF directional, thus one_way = &quot;TF&quot; that means that cost = length and reverse_cost = 1000 + length (made 1000 as a big number so for sure it is not included in the routing) 
<br>- If street is FT directional, thus one_way = &quot;FT&quot; that means that cost = length + 1000 and reverse_cost = length<br><br>Now on the dataset is 1000 a huge number? Should I reduce it to a smaller number / increase it to a bigger number / make it negative?
<br><br>For my routing I am using pgRouting.<br><br><br>Thanks alot for the time you are investing in GRASS :)<br><br><br>Regards<br><br>Matthew<br><br><div><span class="gmail_quote">On 12/10/07, <b class="gmail_sendername">
Markus Neteler</b> &lt;<a href="mailto:neteler@fbk.eu">neteler@fbk.eu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<br>Matthew,<br><br>you can find the legend here:<br><a href="http://www.grassbook.org/data_menu3rd.php">http://www.grassbook.org/data_menu3rd.php</a><br>-&gt; ncexternal/: NC original data set sources, metadata and copies of some
<br>original data<br>&nbsp;&nbsp;&nbsp;&nbsp; -&gt; take metadata link<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&gt; Streets.shp ...&nbsp;&nbsp;streets_wake_legend.csv<br><br>Most columns are explained there (as I could reconstruct them from the<br>original metadata<br>which you also find linked there (see &quot;Data URL&quot;)).
<br><br>Hope this helps,<br>Markus<br><br><br>Yancho wrote:<br>&gt;<br>&gt; Hi,<br>&gt;<br>&gt; Whilst I am waiting for the book to arrive I have started playing a bit<br>&gt; with<br>&gt; the sample dataset of North Carolina. I am interested in the streets layer
<br>&gt; (dataset) since basiclaly I am about to do some routing work.<br>&gt;<br>&gt; Can someone please be kind enough to explain to me what do these columns<br>&gt; represent?<br>&gt;<br>&gt; frleft bigint,<br>&gt; toleft bigint,
<br>&gt; frright bigint,<br>&gt; toright bigint,<br>&gt; frleft_a bigint,<br>&gt; toleft_a bigint,<br>&gt; frright_a bigint,<br>&gt; toright_a bigint,<br>&gt; one_way character varying(80),<br>&gt; ft_cost numeric,<br>&gt; tf_cost numeric,
<br>&gt; shape_len numeric,<br>&gt; length double precision,<br>&gt;<br>&gt; Also what is the difference between shape_len and length please?<br>&gt;<br>&gt; My main concern are the one_ways and how I should treat them please.
<br>&gt;<br>&gt; Any help will be extremely appreciated!<br>&gt;<br>&gt; Regards<br>&gt;<br>&gt; Matthew<br>&gt;<br>&gt; --<br>&gt; Matthew Pulis<br>&gt; URL : <a href="http://www.solutions-lab.net">http://www.solutions-lab.net
</a><br>&gt; MSN : pulis_matthew[@]hotmail.com<br>&gt; ICQ : 145951110<br>&gt; Skype : <a href="http://solutions-lab.net">solutions-lab.net</a><br>&gt;<br><br>--<br>View this message in context: <a href="http://www.nabble.com/3rd-Grass-Book-Data-Set-tp14242058p14244689.html">
http://www.nabble.com/3rd-Grass-Book-Data-Set-tp14242058p14244689.html</a><br>Sent from the Grass - Users mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br>_______________________________________________
<br>grass-user mailing list<br><a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>
<br></blockquote></div><br><br clear="all"><br>-- <br>Matthew Pulis<br>URL : <a href="http://www.solutions-lab.net">http://www.solutions-lab.net</a><br>MSN : pulis_matthew[@]hotmail.com<br>ICQ : 145951110<br>Skype : <a href="http://solutions-lab.net">
solutions-lab.net</a>