<?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: Convert MPK to MMPK in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002099#M59068</link>
    <description>&lt;P&gt;yep, its&amp;nbsp; mpk with 12 layers of a city, with WGS 1984 coordinate system&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 11:16:49 GMT</pubDate>
    <dc:creator>YaronAvraham</dc:creator>
    <dc:date>2020-11-17T11:16:49Z</dc:date>
    <item>
      <title>Convert MPK to MMPK</title>
      <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1001715#M59059</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I Need to convert existing MPK file to MMPK.&lt;/P&gt;&lt;P&gt;when i try to importDocument i get OSError.&lt;/P&gt;&lt;P&gt;this is the script:&lt;/P&gt;&lt;PRE&gt;p = arcpy.mp.ArcGISProject(&lt;SPAN&gt;r"path to aprx"&lt;/SPAN&gt;)&lt;BR /&gt;p.importDocument(&lt;SPAN&gt;r"Path to mpk"&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I've tried using CreateMobileMapPackage directly, it worked but only part of the mpk was converted to mmpk with the script:&lt;/P&gt;&lt;PRE&gt;arcpy.management.CreateMobileMapPackage([mpkFileInputPath]&lt;SPAN&gt;, mmpkO&lt;/SPAN&gt;utputFilePath)&lt;/PRE&gt;&lt;P&gt;whats the right way converting mpk to mmpk?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any advice will be appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 14:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1001715#M59059</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2020-11-16T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert MPK to MMPK</title>
      <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1001796#M59060</link>
      <description>&lt;P&gt;Under the Useage section of&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-mobile-map-package.htm" target="_self"&gt;create-mobile-map-package&lt;/A&gt;&amp;nbsp;, there are some listed limitations.&amp;nbsp; Do any apply to you?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 16:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1001796#M59060</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-16T16:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert MPK to MMPK</title>
      <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002075#M59066</link>
      <description>&lt;P&gt;well after few tries in arcgis pro, i found the problem is the default extent,&amp;nbsp;&lt;/P&gt;&lt;P&gt;even when i configure the extent as&amp;nbsp;&lt;SPAN&gt;Union of inputs it wont fix the problem,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the only thing that helped is configuring the extent manually,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any idea why?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 08:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002075#M59066</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2020-11-17T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert MPK to MMPK</title>
      <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002094#M59067</link>
      <description>&lt;P&gt;Were the data all in the same coordinate system to begin with?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 10:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002094#M59067</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-17T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert MPK to MMPK</title>
      <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002099#M59068</link>
      <description>&lt;P&gt;yep, its&amp;nbsp; mpk with 12 layers of a city, with WGS 1984 coordinate system&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 11:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002099#M59068</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2020-11-17T11:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert MPK to MMPK</title>
      <link>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002103#M59069</link>
      <description>&lt;P&gt;No reported bugs... one of life's mysteries then&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 12:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-mpk-to-mmpk/m-p/1002103#M59069</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-17T12:08:08Z</dc:date>
    </item>
  </channel>
</rss>

