<?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 is the structure of a multipoint shapefile dbf file? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/what-is-the-structure-of-a-multipoint-shapefile/m-p/289976#M1850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I'm writing a program to create a multipoint shapefile (.shp .shx .dbf), and I'm not sure how the format of the .dbf file should look. The .dbf starts off with a record header, followed by field subrecord structures, which are then followed by the actual records. The records start with a deletion flag followed by data.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;With the consideration that this is a multipoint shapefile, how would the records be written? Is each point in the multipoint file a record or are all of the points considered to be one record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Dec 2015 18:37:34 GMT</pubDate>
    <dc:creator>AntonSawka</dc:creator>
    <dc:date>2015-12-19T18:37:34Z</dc:date>
    <item>
      <title>What is the structure of a multipoint shapefile dbf file?</title>
      <link>https://community.esri.com/t5/developers-questions/what-is-the-structure-of-a-multipoint-shapefile/m-p/289976#M1850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I'm writing a program to create a multipoint shapefile (.shp .shx .dbf), and I'm not sure how the format of the .dbf file should look. The .dbf starts off with a record header, followed by field subrecord structures, which are then followed by the actual records. The records start with a deletion flag followed by data.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;With the consideration that this is a multipoint shapefile, how would the records be written? Is each point in the multipoint file a record or are all of the points considered to be one record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2015 18:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-is-the-structure-of-a-multipoint-shapefile/m-p/289976#M1850</guid>
      <dc:creator>AntonSawka</dc:creator>
      <dc:date>2015-12-19T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the structure of a multipoint shapefile dbf file?</title>
      <link>https://community.esri.com/t5/developers-questions/what-is-the-structure-of-a-multipoint-shapefile/m-p/289977#M1851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the shapefile specification is here &lt;A href="https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf" title="https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf"&gt;https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the shape field will contain the multipoint geometry to which one attribute in the dbase file is associated, hence, the multipoint designation, multiple points to one attribute&lt;/P&gt;&lt;P&gt;There are numerous threads on dbase format on the web dbase IV I think is the one being used, so you might query those as well... for example... &lt;A href="http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm" title="http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm"&gt;http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;rather than reinvent the wheel, you might want to look at some packages that do it already ... ie for python &lt;A href="https://pypi.python.org/pypi/pyshp" title="https://pypi.python.org/pypi/pyshp"&gt;pyshp 1.2.3 : Python Package Index&lt;/A&gt; &lt;/P&gt;&lt;P&gt;And there are builtins that can be used within arcpy to generate multipoints and export attributes out to shapefile format if you need. those&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2015 18:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-is-the-structure-of-a-multipoint-shapefile/m-p/289977#M1851</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-12-19T18:50:28Z</dc:date>
    </item>
  </channel>
</rss>

