<div dir="ltr">Not exactly what you want, but you can do this with PostGIS by casting your geometry to the geography type:<div><br></div><div><a href="https://postgis.net/workshops/postgis-intro/geography.html">https://postgis.net/workshops/postgis-intro/geography.html</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 14, 2019 at 10:26 AM Atle Frenvik Sveen <<a href="mailto:atle@frenviksveen.net">atle@frenviksveen.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi! <br>
<br>
Not sure if would want to use gdal for this task*, but take a look at this blog post: <br>
<br>
<a href="https://janakiev.com/blog/gps-points-distance-python/" rel="noreferrer" target="_blank">https://janakiev.com/blog/gps-points-distance-python/</a><br>
<br>
<br>
*or if it's doable, i guess not, since the scope of gdal is reading/writing geospatial formats<br>
<br>
-a<br>
<br>
- <br>
  Atle Frenvik Sveen<br>
  <a href="mailto:atle@frenviksveen.net" target="_blank">atle@frenviksveen.net</a><br>
  45278689<br>
  <a href="http://atlefren.net" rel="noreferrer" target="_blank">atlefren.net</a><br>
<br>
On Fri, Jun 14, 2019, at 17:32, Nicolas Cadieux wrote:<br>
> Hi,<br>
> <br>
> I am trying to get the length of a line in python. (Not just the <br>
> straight length between the first and last nodes).  Using geopandas, <br>
> (therefore the Shapely lib) I am getting the euclidien distance even <br>
> though the dataframe holdings the line geometries has a CRS (WGS84, <br>
> zone UTM 18 S).  Obviously, the WGS84 Ellipsoid is not taken into <br>
> account.  <br>
> <br>
> Can I do this with gdal/ogr? <br>
> <br>
> Thanks for the help<br>
> Nicolas<br>
> _______________________________________________<br>
> gdal-dev mailing list<br>
> <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>