<?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: Read file geodatabase from a stream in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411913#M4897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The runtime geodatabase format is based on SQLite, and will not support streams. You will be better off downloading it and opening it - believe me that'll be faster than doing a bunch of small reads to stream up to the cloud &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 00:21:16 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2016-04-08T00:21:16Z</dc:date>
    <item>
      <title>Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411909#M4893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to find a way to open a file geodatabase from a .Net Stream - is it possible in the current version? If not; is it on the roadmap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this, and probably others to, to open a file geodatabase from things like Azure Blob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current solution, which I haven't tried yet, is to write the file to my WebApp local storage and open it from there. This is a hassle and I can't see why the SDK shouldn't be able to just take a Stream.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 11:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411909#M4893</guid>
      <dc:creator>PederHusom</dc:creator>
      <dc:date>2016-03-12T11:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411910#M4894</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;Are you specifically looking for support for the esri File Geodatabase format, or are you referring more generically to support for opening any esri file format, such as the mobile geodatabase (.geodatabase) from a stream? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 16:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411910#M4894</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-03-14T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411911#M4895</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;Generally it would be nice to be able to have support for passing in Stream instead of a string path, especially in Azure. There are sometimes easier to just keep things in-memory in Azure, and the solution at the moment feels very “clumsy”; write to file and then read it. Instead of just passing in a memory stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The File Geodatabase format was just an example as that is what we mostly use when sending map-data to “heaven”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peder Husom&lt;/P&gt;&lt;P&gt;Powel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411911#M4895</guid>
      <dc:creator>PederHusom</dc:creator>
      <dc:date>2016-03-15T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411912#M4896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the exact same scenario on azure.&amp;nbsp; Did the local storage work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 05:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411912#M4896</guid>
      <dc:creator>AlbertChu</dc:creator>
      <dc:date>2016-04-07T05:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411913#M4897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The runtime geodatabase format is based on SQLite, and will not support streams. You will be better off downloading it and opening it - believe me that'll be faster than doing a bunch of small reads to stream up to the cloud &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 00:21:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411913#M4897</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-04-08T00:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411914#M4898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to elaborate a bit more, we have a use case where file geodatabases (smallish) are being uploaded via our web application (azure website).&amp;nbsp; After the file is uploaded we would like to process information from the file (again inside the web application).&amp;nbsp; Initially we were thinking to save the file to a cloud storage service (azure blob) and then open it via a stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is a similar situation to the original post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411914#M4898</guid>
      <dc:creator>AlbertChu</dc:creator>
      <dc:date>2016-04-12T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read file geodatabase from a stream</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411915#M4899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to an ArcGIS for Server, write an SOE to process the file and send the information back to your web app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 05:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-file-geodatabase-from-a-stream/m-p/411915#M4899</guid>
      <dc:creator>SalieghAziz</dc:creator>
      <dc:date>2016-06-30T05:52:21Z</dc:date>
    </item>
  </channel>
</rss>

