<?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: Open Street Maps how do I import an OSM file? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322489#M11296</link>
    <description>&lt;P&gt;We also use OSM in Proc GMAP. &amp;nbsp;See the paper:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/papers/#2013" target="_self"&gt;http://support.sas.com/rnd/papers/#2013&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Google-like Maps in SAS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is a paper and the examples there. &amp;nbsp;We just use the rendered image of the map. &amp;nbsp;So, we return an image to SAS and VA.&lt;/P&gt;
&lt;P&gt;The Planet File from OSM is huge!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2017 20:39:13 GMT</pubDate>
    <dc:creator>Darrell_sas</dc:creator>
    <dc:date>2017-01-04T20:39:13Z</dc:date>
    <item>
      <title>Open Street Maps how do I import an OSM file?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322459#M11290</link>
      <description>&lt;P&gt;I have been reading&amp;nbsp;that Open Street Map OSM files are XML files. I can parse these out into SAS datasets importing as text files and then formatting the latitude and longitude readings, if I get the file converted to GEOJSON first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to find a way to import large 50 GB OSM files. I just need the building data. Here is&amp;nbsp;something talking about an&amp;nbsp;XML schema for OSM format&amp;nbsp;&lt;A href="https://wiki.openstreetmap.org/wiki/OSM_XML" target="_blank"&gt;https://wiki.openstreetmap.org/wiki/OSM_XML&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am reading on the community here that SAS may have used Open Street Maps in the past. I wonder if someone here knows how to import an OSM file and say subset it for only building nodes. Is there some quick XML syntax I could use with The new PROC JSON Parser or another XML procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have spend a few days trying different things I have results I can use for GEOJSON files but now want to work from the OSM files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have SAS 9.2, SAS9.3 SAS 9.4 M4 and JMP and SASEG 7.1 to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 18:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322459#M11290</guid>
      <dc:creator>ptimusk</dc:creator>
      <dc:date>2017-01-04T18:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open Street Maps how do I import an OSM file?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322467#M11291</link>
      <description>&lt;P&gt;Did you know that SAS Visual Analytics uses Open Street Maps? You could layer your GEOJSN data directly onto a SAS VA map without any programming required.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322467#M11291</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-01-04T19:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open Street Maps how do I import an OSM file?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322473#M11292</link>
      <description>&lt;P&gt;I will see if I can get that SAS VA software installed for this project. Mapping is only one aspect of this. I also need to build a database.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322473#M11292</guid>
      <dc:creator>ptimusk</dc:creator>
      <dc:date>2017-01-04T20:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open Street Maps how do I import an OSM file?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322489#M11296</link>
      <description>&lt;P&gt;We also use OSM in Proc GMAP. &amp;nbsp;See the paper:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/papers/#2013" target="_self"&gt;http://support.sas.com/rnd/papers/#2013&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Google-like Maps in SAS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is a paper and the examples there. &amp;nbsp;We just use the rendered image of the map. &amp;nbsp;So, we return an image to SAS and VA.&lt;/P&gt;
&lt;P&gt;The Planet File from OSM is huge!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:39:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322489#M11296</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2017-01-04T20:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open Street Maps how do I import an OSM file?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322783#M11300</link>
      <description>&lt;P&gt;To clarify I am not using this data for a map or visual display at this time. I want to extract only the buildings' footprints ( a polygon)&amp;nbsp;into a database. I want a SAS dataset with the buildings/nodes OSMID value (name of building too&amp;nbsp;and type)&amp;nbsp;and the value of the latitude and longitude points of the footprint's way points.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/322783#M11300</guid>
      <dc:creator>ptimusk</dc:creator>
      <dc:date>2017-01-05T20:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Open Street Maps how do I import an OSM file?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/323990#M11332</link>
      <description>&lt;P&gt;It seems you want to read the Planet File. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I said, it is huge. &amp;nbsp;I believe that it is between 50 and 60 GB compressed and over 700 GB uncompressed.&lt;/P&gt;
&lt;P&gt;I haven't tried to read the individual components from it or do what you want to do. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Planet File is at:&amp;nbsp;&lt;A href="https://planet.openstreetmap.org/" target="_self"&gt;https://planet.openstreetmap.org/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And information in:&amp;nbsp;&lt;A href="http://wiki.openstreetmap.org/wiki/Planet.osm" target="_self"&gt;http://wiki.openstreetmap.org/wiki/Planet.osm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck. &amp;nbsp;Tell us about your experience reading it.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 16:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Open-Street-Maps-how-do-I-import-an-OSM-file/m-p/323990#M11332</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2017-01-11T16:28:37Z</dc:date>
    </item>
  </channel>
</rss>

