<?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 Is there anyway to export a map in layout view as tiff file and write geotiff tags in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134760#M1561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When&amp;nbsp; you export a map in data view you can write geotiff and export your map with coordinate. Is there any way to export a map in layout view and write geotiff tags in same time? Or is the only way to get that map with cooordinates to georeference after exporting it ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 14:12:45 GMT</pubDate>
    <dc:creator>NaimeCelik</dc:creator>
    <dc:date>2015-04-27T14:12:45Z</dc:date>
    <item>
      <title>Is there anyway to export a map in layout view as tiff file and write geotiff tags</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134760#M1561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When&amp;nbsp; you export a map in data view you can write geotiff and export your map with coordinate. Is there any way to export a map in layout view and write geotiff tags in same time? Or is the only way to get that map with cooordinates to georeference after exporting it ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134760#M1561</guid>
      <dc:creator>NaimeCelik</dc:creator>
      <dc:date>2015-04-27T14:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there anyway to export a map in layout view as tiff file and write geotiff tags</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134761#M1562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way to export out georeferenced maps from layout view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To quote the ESRI help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif; font-size: 12.8000001907349px;"&gt;"To add georeferencing information, check &lt;/SPAN&gt;&lt;SPAN class="uicontrol" style="font-size: 11.5200004577637px; font-weight: bold; color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;Write World File&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif; font-size: 12.8000001907349px;"&gt;. This option is only available when you export while in data view and creates a world file that contains information that is used in conjunction with the exported raster file to tell software where the image is located in the world. The file will have the same name as the image file and a file extension that is based on the first and last letters of the image's file extension plus the letter &lt;/SPAN&gt;&lt;STRONG style="font-size: 12.8000001907349px; color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;w&lt;/STRONG&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif; font-size: 12.8000001907349px;"&gt;. (For example, if you create a TIFF image named MyMap.tif, the world file is called MyMap.tfw.)"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134761#M1562</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-04-27T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there anyway to export a map in layout view as tiff file and write geotiff tags</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134762#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although there is no direct way to do it, there is a workaround.&lt;/P&gt;&lt;P&gt;1) Export the Map (in layout view) to GeoPDF (PDF with Map Georeference Information) in ArcMap.&lt;/P&gt;&lt;P&gt;2) Download &lt;A href="http://www.gdal.org/"&gt;GDAL&lt;/A&gt;. Follow &lt;A href="http://wiki.openstreetmap.org/wiki/Convert_GeoPDF_to_GeoTiff"&gt;this formula&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 17:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134762#M1563</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-04-27T17:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there anyway to export a map in layout view as tiff file and write geotiff tags</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134763#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for suggestion that really worked &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 07:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134763#M1564</guid>
      <dc:creator>NaimeCelik</dc:creator>
      <dc:date>2015-04-28T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there anyway to export a map in layout view as tiff file and write geotiff tags</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134764#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naime,&lt;/P&gt;&lt;P&gt;Just an update!!!&lt;/P&gt;&lt;P&gt;Now you have a PDF to TIFF (Conversion) tool from ArcGIS 10.3 for Desktop and later.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/95087_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!!&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-anyway-to-export-a-map-in-layout-view-as/m-p/134764#M1565</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-05-06T11:41:23Z</dc:date>
    </item>
  </channel>
</rss>

