As above, but much simpler (from the ArcGIS ">same thread):
[Shape].AsPolyline.ReturnDensified(30) where where '30' is a desired density of 30 map units.
There is a feature request at least far back as 2002 to optionally allow Project Management to densify before projecting, see geographic 2 projected (curvey line).
ogr2ogr -segmentize I asked the gdal-dev mailing list if ogr had a similar function, and within hours ogr2ogr -segmentize came into being, with r14881 -- thank you Even Roualt! There is also densify.py by Howard Butler which only works on LINESTRINGs at the moment and isn't as cool as Even's solution. It does have a few fancier options about what to do with the slop if you want exactly regular intervals though.
| WebForm | |
|---|---|
| TopicCategory | HowTo |