<?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: Using Alternate Street Names For Beginners in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743761#M41897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Your streets need to be in the form of a feature class, not a file. When you geocode, you are turning an address that you and I recognize into a pair of X,Y coordinates that the GIS recognizes;&amp;nbsp; the coordinate system of your street feature class is the basis of those x-y pairs.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not familiar with geodatabases and feature classes yet.&amp;nbsp; I have worked almost exclusively in shapefiles.&amp;nbsp; I see a tool for featureclass to shapefile, but not the other way around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened the centerlines shapefile dbf table and added the JOINID field.&amp;nbsp; I was not working with just a dbf of street names, if that matters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I felt like I was following all the steps, but when it tries to build the locator, it would fail with a very general error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 15:18:26 GMT</pubDate>
    <dc:creator>ChrisHagwood</dc:creator>
    <dc:date>2012-03-21T15:18:26Z</dc:date>
    <item>
      <title>Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743756#M41892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on a project in which the data set uses alternate names than my centerlines file.&amp;nbsp; So, I assume there's a fix for this using ALTNAME geocoding.&amp;nbsp; However, I have not yet found a help topic that tells me how to create the table of alternate names.&amp;nbsp; I've seen this (&lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Alternative_searches"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Alternative_searches&lt;/A&gt;&lt;SPAN&gt;) but I still don't understand how to go about creating the two parts that match street names in the centerline to alternate names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have generally worked around this in the past, but now I'm facing 15% or more of my data that uses alternate street names, so I need to learn how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 18:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743756#M41892</guid>
      <dc:creator>ChrisHagwood</dc:creator>
      <dc:date>2012-03-13T18:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743757#M41893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can explain a little more specifically about what you're trying to do, I might (big might there) be able to help. At my office, I'm responsible for a statewide roadway network - every road in the state. We have been using alias/alt names with our roads right from the beginning, but we had to create them, they didn't just come to us this way. In our road centerline file we have a primary name &amp;amp; up to 3 alias names. In our milepost layer, we have a primary name and up to 26 alias names. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be happy to help you if I can.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 22:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743757#M41893</guid>
      <dc:creator>MichelleLewis</dc:creator>
      <dc:date>2012-03-15T22:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743758#M41894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris-&amp;nbsp; the key to alt names is a join item.&amp;nbsp; Here is how I've done it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the streets I have are either alpha or numeric in name.&amp;nbsp; Every alpha street has a numeric value that I use for an alias.&amp;nbsp; The numeric value of each alpha street is stored as an attribute in the original feature class.&amp;nbsp; I also add a unique identifier other than the OID or GUID.&amp;nbsp; To make an alias table I simply select those streets where alias_field is not null or &amp;lt;&amp;gt; ' ', and write the records to a stand alone table.&amp;nbsp; The join item goes with them, so you are good to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have your centerlines set up as I do, you can start from scratch; just be sure to add an item to the original street feature class that you can join to.&amp;nbsp; Develop your table in such a manner that it has the proper fields you'll need like Pre Dir, Suf Dir, Type etc.&amp;nbsp; The address ranges will be taken care of in the original data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle- you are much nicer than me when it comes to aliases.&amp;nbsp; I'll go two, maybe three deep, but 26!? Your dispatchers had better treat you like a saint!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 22:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743758#M41894</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-03-16T22:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743759#M41895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the offers of help.&amp;nbsp; I did attempt to create an altname table and I thought I had it figured out to some extent, but it fails when it tries to create the locator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a centerlines file with a streets with many segments.&amp;nbsp; I created a JOINID field on each segment.&amp;nbsp; For example, segment JOINID 36 is called FAYETTEVILLE RD, but it's also known as US 401 HWY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I have a matching ALTNAME table with JOINID 36 and it's street name is US 401.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STREET_ID DIR_PRE STNAME STYPE DIR_SUF joinid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;465&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; US 401 HWY&amp;nbsp; 36&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ALTNAMES table I'm creating is a DBF file.&amp;nbsp; The centerlines file table I used was also a DBF table.&amp;nbsp; Is that what I should be doing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 13:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743759#M41895</guid>
      <dc:creator>ChrisHagwood</dc:creator>
      <dc:date>2012-03-20T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743760#M41896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the offers of help.&amp;nbsp; I did attempt to create an altname table and I thought I had it figured out to some extent, but it fails when it tries to create the locator.&lt;BR /&gt;&lt;BR /&gt;I have a centerlines file with a streets with many segments.&amp;nbsp; I created a JOINID field on each segment.&amp;nbsp; For example, segment JOINID 36 is called FAYETTEVILLE RD, but it's also known as US 401 HWY.&lt;BR /&gt;&lt;BR /&gt;So I have a matching ALTNAME table with JOINID 36 and it's street name is US 401.&lt;BR /&gt;STREET_ID DIR_PRE STNAME STYPE DIR_SUF joinid&lt;BR /&gt;465&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; US 401 HWY&amp;nbsp; 36&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The ALTNAMES table I'm creating is a DBF file.&amp;nbsp; The centerlines file table I used was also a DBF table.&amp;nbsp; Is that what I should be doing?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your streets need to be in the form of a feature class, not a file. When you geocode, you are turning an address that you and I recognize into a pair of X,Y coordinates that the GIS recognizes;&amp;nbsp; the coordinate system of your street feature class is the basis of those x-y pairs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a big fan of personal geodatabases since I'm a big fan of access, so I'll store both my streets feature class as well as my alt-names table there.&amp;nbsp; I like to keep the addresses in there too, and write my geocoded output there as well.&amp;nbsp; However, I write my locators to a directory, typically the one that holds the pgdb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/A_quick_tour_of_geocoding/002500000002000000/"&gt;Take a look here&lt;/A&gt;&lt;SPAN&gt;; it may help you out a bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 18:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743760#M41896</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-03-20T18:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743761#M41897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Your streets need to be in the form of a feature class, not a file. When you geocode, you are turning an address that you and I recognize into a pair of X,Y coordinates that the GIS recognizes;&amp;nbsp; the coordinate system of your street feature class is the basis of those x-y pairs.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not familiar with geodatabases and feature classes yet.&amp;nbsp; I have worked almost exclusively in shapefiles.&amp;nbsp; I see a tool for featureclass to shapefile, but not the other way around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened the centerlines shapefile dbf table and added the JOINID field.&amp;nbsp; I was not working with just a dbf of street names, if that matters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I felt like I was following all the steps, but when it tries to build the locator, it would fail with a very general error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743761#M41897</guid>
      <dc:creator>ChrisHagwood</dc:creator>
      <dc:date>2012-03-21T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate Street Names For Beginners</title>
      <link>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743762#M41898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm not familiar with geodatabases and feature classes yet.&amp;nbsp; I have worked almost exclusively in shapefiles.&amp;nbsp; I see a tool for featureclass to shapefile, but not the other way around.&lt;BR /&gt;&lt;BR /&gt;I opened the centerlines shapefile dbf table and added the JOINID field.&amp;nbsp; I was not working with just a dbf of street names, if that matters.&lt;BR /&gt;&lt;BR /&gt;I felt like I was following all the steps, but when it tries to build the locator, it would fail with a very general error.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris-&amp;nbsp; I had responded earlier this morning, but apparently didn't click the 'post' button....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your original post mentioned a 'centerlines file' which I took literally.&amp;nbsp; To get a shapefile into a geodatabase is pretty easy. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003n00000009000000"&gt;Take a look here to start&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; That said, you can use shapefiles, I just prefer geodatabases. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without taking a look at your data, I really can't comment on what the problem is that tosses the error.&amp;nbsp; If you can post some of your data here, I'd be happy to give it a go, or you can contact me via pm and we can take this off-forum if you prefer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 14:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-alternate-street-names-for-beginners/m-p/743762#M41898</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-03-22T14:33:23Z</dc:date>
    </item>
  </channel>
</rss>

