<div dir="ltr">As a very general response, you probably need to differentiate between two possible questions that you are asking, either:<br><br>1 Does the operation fail with an error, or<br>2 Is the result correct or meaningful?<br><br>I don't know about 1). My guess and experience is that, in most cases, it won't fail.<br><br>However, I would make the case that most operations are undefined if the system is making (possibly) unknown assumptions about the CRS. If you are asking for the point at a distance along a line or a buffer then you are implicitly or explicitly giving the system an input distance, so you are making assumptions about the CRS of your input. If your assumptions do not match the system's assumptions for the CRS, then the result will be wrong. I would say that it is always better to make the definition of the CRS explicit and then the result is defined.<br><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 29 Sept 2023 at 03:32, adamgutonski via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</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"><div style="font-family:Arial,sans-serif;font-size:14px">Hello, </div><div style="font-family:Arial,sans-serif;font-size:14px"><br></div><div style="font-family:Arial,sans-serif;font-size:14px">I am using geometry object functions like Buffer and Value.  I am wondering if and when it is necessary to assign a spatial reference to an ogr.Geometry before calling these functions?  For example if I want to get a point along the line using Value is the output affected by whether or not the ogr line geometry has an assigned spatial reference?  Is there a way to tell what geometry functions are affected by this or not?</div><div style="font-family:Arial,sans-serif;font-size:14px"><br></div><div style="font-family:Arial,sans-serif;font-size:14px">Thanks,</div><div style="font-family:Arial,sans-serif;font-size:14px">Adam Gutonski</div><div style="font-family:Arial,sans-serif;font-size:14px"><br></div>
<div style="font-family:Arial,sans-serif;font-size:14px">
    <div>
        
            </div>
    
            <div>
        Sent with <a href="https://proton.me/" rel="noopener noreferrer" target="_blank">Proton Mail</a> secure email.
    </div>
</div>
_______________________________________________<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>
</blockquote></div>