<?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 Reproject + Snapping + Clipping in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726221#M41144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with climate model output (6 models all at a resolution of 50km but in various projections).&amp;nbsp; I am also working with reanalysis data (at a resolution of 32km).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to bring in my NetCDF files as Raster Layers.&amp;nbsp; I have defined their projections and have even been able to successfully REproject all of them to a common projection (I chose Lambert Conic Conformal for North America as this is also the projection of my reanalysis data).&amp;nbsp; The problem I am having however, is that the raster pixels do not overlap completey (due to the fact that the domains of each climate model are different �?? and therefore the pixels originate at different origins).&amp;nbsp; I have reprojected, importing the extent of LCC from one model and using the �??snapping environment�?� to that common extent. This seems to have fixed the problem because now the pixels overlap, but I am not 100% sure that this is reliable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My major question is this: does using the snapping environment �??shift�?� or move pixels right/left/up/down or does the interpolation actually reassign values to the upper corner based on the interpolated data?&amp;nbsp; If it shifts (my temperature data in this case) I can not use this when trying to subtract one map from another to see the differences between model output and observed data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 21:34:15 GMT</pubDate>
    <dc:creator>AdamCinderich</dc:creator>
    <dc:date>2011-03-25T21:34:15Z</dc:date>
    <item>
      <title>Reproject + Snapping + Clipping</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726221#M41144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with climate model output (6 models all at a resolution of 50km but in various projections).&amp;nbsp; I am also working with reanalysis data (at a resolution of 32km).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to bring in my NetCDF files as Raster Layers.&amp;nbsp; I have defined their projections and have even been able to successfully REproject all of them to a common projection (I chose Lambert Conic Conformal for North America as this is also the projection of my reanalysis data).&amp;nbsp; The problem I am having however, is that the raster pixels do not overlap completey (due to the fact that the domains of each climate model are different �?? and therefore the pixels originate at different origins).&amp;nbsp; I have reprojected, importing the extent of LCC from one model and using the �??snapping environment�?� to that common extent. This seems to have fixed the problem because now the pixels overlap, but I am not 100% sure that this is reliable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My major question is this: does using the snapping environment �??shift�?� or move pixels right/left/up/down or does the interpolation actually reassign values to the upper corner based on the interpolated data?&amp;nbsp; If it shifts (my temperature data in this case) I can not use this when trying to subtract one map from another to see the differences between model output and observed data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 21:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726221#M41144</guid>
      <dc:creator>AdamCinderich</dc:creator>
      <dc:date>2011-03-25T21:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reproject + Snapping + Clipping</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726222#M41145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest way that I know of to align pixels is to composite the raster datasets together into a single raster with multiple bands.&amp;nbsp; The cell size can be determine as a least common denominator of the cell sizes (perhaps 10km in your case).&amp;nbsp; The bands can then be separated after the composite step.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curious if the the netCDF data vector or raster data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 13:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726222#M41145</guid>
      <dc:creator>anthonybaker</dc:creator>
      <dc:date>2011-03-28T13:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reproject + Snapping + Clipping</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726223#M41146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have been able to bring in my NetCDF files as Raster Layers.&amp;nbsp; I have defined their projections and have even been able to successfully REproject all of them to a common projection (I chose Lambert Conic Conformal for North America as this is also the projection of my reanalysis data). &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I'm having the exact same problem. The data I'm working with is in a GCS where the origin is 20.E lon and ends around 405 long. My guess is that the folks who made the data don't need to analyze it in a common geographic projection and so they stuck with positive numbers for the longitude. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question for you is what CRS did you define your data sets to? For me, I guess it's GCS but since it runs off the grid, it doesn't make sense to define it to a grid that's -180 to 180. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The problem I am having however, is that the raster pixels do not overlap completey (due to the fact that the domains of each climate model are different �?? and therefore the pixels originate at different origins).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a gap as well, when it's reprojected on the fly with other world data. Different domains for sure but the data are still there. And b/c it goes beyond 360 degrees, its as if it can't physically be displayed on itself where there is overlap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I'm confused about the workaround you used. Can you explain if you reprojected or let Arc reproject on the fly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have reprojected, importing the extent of LCC from one model and using the �??snapping environment�?� to that common extent. This seems to have fixed the problem because now the pixels overlap, but I am not 100% sure that this is reliable.&lt;BR /&gt;&lt;BR /&gt;My major question is this: does using the snapping environment �??shift�?� or move pixels right/left/up/down or does the interpolation actually reassign values to the upper corner based on the interpolated data?&amp;nbsp; If it shifts (my temperature data in this case) I can not use this when trying to subtract one map from another to see the differences between model output and observed data.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder since I have voids where there is land (global data set) I could actually see if there's a shift or just a resample. Giving it a shot now. Will let you know...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-snapping-clipping/m-p/726223#M41146</guid>
      <dc:creator>RafaGutierrez</dc:creator>
      <dc:date>2011-06-01T17:46:07Z</dc:date>
    </item>
  </channel>
</rss>

