<?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 Publish image/raster data in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474221#M565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I want to do is to programmatically publish image data to an organizational account within AGOL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that AGOL only supports hosting image data in the form of &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000602000000"&gt;tiled map services&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have is a set of images for which I wish to generated a tiled map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One problem that I have is that the customer which is publishing the data does not have ArcMap or ArcGIS Server.&amp;nbsp; Essentially this is a case where the customer wants to use AGOL as a cloud platform for mapping services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that I need to package the images in a service definition file, upload the service definition, and then ask AGOL to Publish the tiled map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I generate the SD file outside of ArcMap and if so then how?&amp;nbsp; I am happy to write the software needed to create the SD file.&amp;nbsp; Is the format documented somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I generated a SD file from within ArcMap the resulting zip file contained the raster data as well as an MXD and MSD file which I do not know how to programmatically generate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One alternative to the above is to generate a tile package myself but I suspect that I need ArcMap or ArcGIS Server to do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 13:09:25 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2013-09-05T13:09:25Z</dc:date>
    <item>
      <title>Publish image/raster data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474221#M565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I want to do is to programmatically publish image data to an organizational account within AGOL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that AGOL only supports hosting image data in the form of &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000602000000"&gt;tiled map services&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have is a set of images for which I wish to generated a tiled map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One problem that I have is that the customer which is publishing the data does not have ArcMap or ArcGIS Server.&amp;nbsp; Essentially this is a case where the customer wants to use AGOL as a cloud platform for mapping services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that I need to package the images in a service definition file, upload the service definition, and then ask AGOL to Publish the tiled map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I generate the SD file outside of ArcMap and if so then how?&amp;nbsp; I am happy to write the software needed to create the SD file.&amp;nbsp; Is the format documented somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I generated a SD file from within ArcMap the resulting zip file contained the raster data as well as an MXD and MSD file which I do not know how to programmatically generate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One alternative to the above is to generate a tile package myself but I suspect that I need ArcMap or ArcGIS Server to do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:09:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474221#M565</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-09-05T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Publish image/raster data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474222#M566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked at our REST API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Add_Rasters/02r3000000vz000000/"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Add_Rasters/02r3000000vz000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 18:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474222#M566</guid>
      <dc:creator>AllanLaframboise</dc:creator>
      <dc:date>2013-09-06T18:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Publish image/raster data</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474223#M567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Allan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I freely admit that I am new to AGOL so please let me know if I am missing the obvious.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you saying that you support image services which are hosted by AGOL?&amp;nbsp; I thought that this was only possible outside the context of AGOL where one deploys ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/publish-image-raster-data/m-p/474223#M567</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-09-06T19:00:17Z</dc:date>
    </item>
  </channel>
</rss>

