<div dir="ltr">Hi All,<div><br></div><div>I am trying to make use of linestring's length for one of my route detection experiment.</div><div><br></div><div>My linestring data is in this format  </div><div>"the_geom geometry(LineString,4326)"</div>

<div><br></div><div>I tried using ST_Length(the_geom), ST_Length(the_geom,true) and the results are as follows,</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<b><i>the_geom geometry(LineString,4326)</i></b>  "0102000020E6100000030000008204C58F31C551C070AC8BDB682C4540DA1B7C6132C551C0BF7D1D38672C45403333333333C551C00D4FAF94652C4540"<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<i><b>ST_Length(the_geom)<br></b></i>0.000141421356226931 </blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<b>ST_Length(the_geom,true) </b>i.e spheroid=true<br>13.8305487635736</blockquote><div><div><br></div><div><br></div><div>What is the metric used for these st_length values? Also if I want to use length as my edge cost in a graph formed out of these linestrings which length function I should use?</div>

<div><br></div>-- </div><div>Thanks,<div>Raghavan </div>
</div></div>