<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extending spline beyond points in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443973#M14950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interpolating beyond the extent of the data points is actually called extrapolation. You should be very weary of doing this with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; "interpolation" method, even when it is supported, as it can result in really wacky values for calculated raster points outside the extent of the data points. This is especially true for methods like Spline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, looking at your dataset as presented by the screenshot you included, which seems to be based on a mere 7 points, the results of any interpolation will be highly speculative. I really think your dataset is far to small for any reliable interpolation, and therefor question whether you should continue with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Dec 2013 20:54:47 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2013-12-21T20:54:47Z</dc:date>
    <item>
      <title>Extending spline beyond points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443972#M14949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to overlay a spline on a map, but can't figure out how to interpolate beyond the points used to generate the spline...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried changing the properties to extend it to the data frame, but this doesn't seem to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Darren&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [ATTACH=CONFIG]30063[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 16:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443972#M14949</guid>
      <dc:creator>DarrenHeffernan</dc:creator>
      <dc:date>2013-12-21T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extending spline beyond points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443973#M14950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interpolating beyond the extent of the data points is actually called extrapolation. You should be very weary of doing this with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; "interpolation" method, even when it is supported, as it can result in really wacky values for calculated raster points outside the extent of the data points. This is especially true for methods like Spline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, looking at your dataset as presented by the screenshot you included, which seems to be based on a mere 7 points, the results of any interpolation will be highly speculative. I really think your dataset is far to small for any reliable interpolation, and therefor question whether you should continue with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 20:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443973#M14950</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-12-21T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extending spline beyond points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443974#M14951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are you trying to interpolate exactly? A cheat is to make some values up and place them at the corners of the area you want to include. However this will completely mess up your interpolation values and is just for visualisation purposes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443974#M14951</guid>
      <dc:creator>808707</dc:creator>
      <dc:date>2013-12-23T08:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extending spline beyond points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443975#M14952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree that you have too few points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to put points at the corners. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the environment you need to specify an output extent, the default is the extent of the input points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 13:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-spline-beyond-points/m-p/443975#M14952</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-12-23T13:11:48Z</dc:date>
    </item>
  </channel>
</rss>

