<?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 what do i do with this .sql file? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600905#M33849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;I'm hoping someone can give me some advice about how to handle a dataset I've discovered for a project I am working on.&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;There is a group out of the University of Nebraska working on digitizing historic railroad maps, and they've made this data available to the public here: &lt;A href="http://auroraproject.unl.edu/web/data/rail.xhtml" style="color: #1155cc;" target="_blank"&gt;http://auroraproject.unl.edu/web/data/rail.xhtml&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;After downloading, I found the data is in .sql format. I'm pretty comfortable with ArcMap, but have no familiarity with PostGIS or any similar programs.&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Can someone give me some advice about how to get this data into ArcMap? Thanks so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 05:20:38 GMT</pubDate>
    <dc:creator>MelissaAlexander1</dc:creator>
    <dc:date>2015-10-16T05:20:38Z</dc:date>
    <item>
      <title>what do i do with this .sql file?</title>
      <link>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600905#M33849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;I'm hoping someone can give me some advice about how to handle a dataset I've discovered for a project I am working on.&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;There is a group out of the University of Nebraska working on digitizing historic railroad maps, and they've made this data available to the public here: &lt;A href="http://auroraproject.unl.edu/web/data/rail.xhtml" style="color: #1155cc;" target="_blank"&gt;http://auroraproject.unl.edu/web/data/rail.xhtml&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;After downloading, I found the data is in .sql format. I'm pretty comfortable with ArcMap, but have no familiarity with PostGIS or any similar programs.&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Can someone give me some advice about how to get this data into ArcMap? Thanks so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 05:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600905#M33849</guid>
      <dc:creator>MelissaAlexander1</dc:creator>
      <dc:date>2015-10-16T05:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: what do i do with this .sql file?</title>
      <link>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600906#M33850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't look easy - it most likely requires installing MySQL, loading your file, and connecting to it using ODBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/508443"&gt;Re: Connect ArcGIS Desktop to MySQL Database&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But hey, this may be a alternate path, via SqlLite&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/databases/sqlite-and-arcgis.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/databases/sqlite-and-arcgis.htm"&gt;SQLite and ArcGIS—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/489277/script-to-convert-mysql-dump-sql-file-into-format-that-can-be-imported-into-sqli" title="http://stackoverflow.com/questions/489277/script-to-convert-mysql-dump-sql-file-into-format-that-can-be-imported-into-sqli"&gt;sqlite - script to convert mysql dump sql file into format that can be imported into sqlite3 db - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would seriously consider emailing these folks to ask if they can provide the data to you in another format. You never know... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:51:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600906#M33850</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-10-16T06:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: what do i do with this .sql file?</title>
      <link>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600907#M33851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got it working! I emailed the UNL folks as you suggested, and while they were prompt in replying, they weren't willing to share the data in any other formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up using MySQL and Navicat to load and host the data, then used QGIS to read the database through a local host. ArcMap didnt want anything to do with the MySQL database, though that may have been my fault for not knowing very much about MySQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 20:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/what-do-i-do-with-this-sql-file/m-p/600907#M33851</guid>
      <dc:creator>MelissaAlexander1</dc:creator>
      <dc:date>2015-10-16T20:15:32Z</dc:date>
    </item>
  </channel>
</rss>

