<?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: Project Raster and Shapefiles in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215641#M7386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Claire -- you've made a common beginner's mistake here. If you want to change the coordinate system of a raster dataset (ie, your raster is in decimal degrees and you want to make it UTM), you need to use the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Project Raster&lt;/SPAN&gt;&lt;SPAN&gt; tool to make a new dataset, projected to the coordinate system you want. If the you want to document the coordinate system (if it is or wrong or missing) the tool to use is &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Define Projection&lt;/SPAN&gt;&lt;SPAN&gt; (this is what you're doing with the catalog properties, you are just changing the documentation, not the raster dataset).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 13:25:12 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2014-03-18T13:25:12Z</dc:date>
    <item>
      <title>Project Raster and Shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215639#M7384</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;BR /&gt;&lt;SPAN&gt;I'm trying to project a raster file, which currently is in GCS_WGS_1984 to MGI_M31. I tried to do it using the project raster toolbox - i get the error: 000289&amp;nbsp; ("The spatial reference of the dataset cannot be altered. The dataset may be in use by another application and therefore locked. Solution: Ensure that the dataset is not read-only or being locked by another application or user.). I also tried to do the projection using python and got the same problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no other applications open (when trying to do the projection in python I also closed ArcMap). could the raster be read-only and how can check it? I already checked in the windows explorer in the file properties if read-only is checked (it is not).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If a go to properties of the raster in Arccatalog I can alter the coordinate system and it works fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Claire&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 13:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215639#M7384</guid>
      <dc:creator>ClaireBrenner</dc:creator>
      <dc:date>2014-03-09T13:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Project Raster and Shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215640#M7385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to project a raster file, which currently is in GCS_WGS_1984 to MGI_M31. I tried to do it using the project raster toolbox - i get the error: 000289&amp;nbsp; ("The spatial reference of the dataset cannot be altered. The dataset may be in use by another application and therefore locked. Solution: Ensure that the dataset is not read-only or being locked by another application or user.). I also tried to do the projection using python and got the same problem. &lt;BR /&gt;&lt;BR /&gt;I have no other applications open (when trying to do the projection in python I also closed ArcMap). could the raster be read-only and how can check it? I already checked in the windows explorer in the file properties if read-only is checked (it is not).&lt;BR /&gt;&lt;BR /&gt;If a go to properties of the raster in Arccatalog I can alter the coordinate system and it works fine. &lt;BR /&gt;&lt;BR /&gt;Thanks for help,&lt;BR /&gt;Claire&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Claire, why dont you attach the file here so that people may know your problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(If the file is to big, clip a small one).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 08:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215640#M7385</guid>
      <dc:creator>HuongPhan</dc:creator>
      <dc:date>2014-03-18T08:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Project Raster and Shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215641#M7386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Claire -- you've made a common beginner's mistake here. If you want to change the coordinate system of a raster dataset (ie, your raster is in decimal degrees and you want to make it UTM), you need to use the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Project Raster&lt;/SPAN&gt;&lt;SPAN&gt; tool to make a new dataset, projected to the coordinate system you want. If the you want to document the coordinate system (if it is or wrong or missing) the tool to use is &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Define Projection&lt;/SPAN&gt;&lt;SPAN&gt; (this is what you're doing with the catalog properties, you are just changing the documentation, not the raster dataset).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 13:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/project-raster-and-shapefiles/m-p/215641#M7386</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-03-18T13:25:12Z</dc:date>
    </item>
  </channel>
</rss>

