<?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: Problems bringing in Basic functions and Route Measure Editing in ModelBuilder in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801849#M1456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Luke,&lt;BR /&gt;&lt;BR /&gt;I do appreciate your attempts at helping me, but I'm afraid you misread my questions entirely.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I will say that one of the functions I would like to bring in to my model is selecting a Projection and Modifying its measurement units.&amp;nbsp;&amp;nbsp;&amp;nbsp; How would I go about that in the Model Builder process? &lt;BR /&gt;&lt;BR /&gt;I have attached jpgs of screen shots of the functions I'm talking about.&amp;nbsp; These are quite basic questions.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Off Sys 1-4 are screen shots of the functions and stages of them that I am trying to add to the Model itself in Off Sys 5.&amp;nbsp; The Model is in the process of being built so bear with me on that end.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Go back to what I am referring to.&amp;nbsp; I just want to add functions that come with ArcCatalog, the File menu, and layers--such as Route Measure Editing of Vertices.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I might guess that I won't be able to bring these in, but at the same time it couldn't hurt to ask.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dan B&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do the things shown in the first three screen shots in ModelBuilder, because these are geoprocessing tools.&amp;nbsp; Look at the Data Management Toolbox and the Lineaer Referencing Toolbox.&amp;nbsp; You cannot do the Route Measure Editiing in ModelBuilder directly.&amp;nbsp; This is a manual editing method available only in an ArcMap session and has no geoprocessing equivelent out of the box.&amp;nbsp; You could write a python script to manipulate the individual vertices (such as sum the lengths of each vertice segment in a polyline made up of straight line segments), but there is no variable or tool in ModelBuilder to do this directly.&amp;nbsp; Look in the Python forums for ideas on how to write such a script.&amp;nbsp; I have written vertice editing routines in VBA and .Net as an ArcMap Editor extension, but those cannot be used in ModelBuilder.&amp;nbsp; I don't have a ready made Python sample for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Nov 2012 04:44:40 GMT</pubDate>
    <dc:creator>RichardFairhurst</dc:creator>
    <dc:date>2012-11-04T04:44:40Z</dc:date>
    <item>
      <title>Basic functions and Route Measure Editing in ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801847#M1454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will grovel around, maybe even go to Google Searching, maybe even call ESRI, but here goes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I want to add basic a File function into Model Builder, as in:&amp;nbsp; File-Add Data-Add Route Events.&amp;nbsp; Is there a way to create a function like this in Model Builder?&amp;nbsp; I have tried Insert-Create Variable in ModelBuilder but there's nothing that says Route Event.&amp;nbsp;&amp;nbsp;&amp;nbsp; What do I do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I have a polyline file in ModelBuilder (add data). How do I create something in Model Builder that allows me to add a Projected Coordinate System (State Plane California Zone II FIPS 03 or something like that) and Modify the projection from Foot_US to Mile_US.&amp;nbsp;&amp;nbsp; Is this even possible?&amp;nbsp;&amp;nbsp; Or do I need to bring the file I created like this into the Model Builder before I start creating a Toolbox?&amp;nbsp; (As in Add Data in Model Builder)? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) How do I add in Vertice/Route Measure Editing functions into ModelBuilder ?&amp;nbsp; As in: Customize--ToolBars--Route Measure Editing.&amp;nbsp;&amp;nbsp; Again, I go to Create Variable in Model Builder but there's nothing on this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I ask all of this is that I will be ultimately working with Counties' roads layers which will have a very large number of road segments that will need Linear Referencing and will ultimately be submitted to an FHWA application.&amp;nbsp;&amp;nbsp; I would like to automate the procedures above and integrate them with the other Linear Referencing functions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan B&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801847#M1454</guid>
      <dc:creator>DanielBrenner</dc:creator>
      <dc:date>2012-10-30T18:53:27Z</dc:date>
    </item>
    <item>
      <title>Problems bringing in Basic functions and Route Measure Editing in ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801848#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luke,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do appreciate your attempts at helping me, but I'm afraid you misread my questions entirely.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will say that one of the functions I would like to bring in to my model is selecting a Projection and Modifying its measurement units.&amp;nbsp;&amp;nbsp;&amp;nbsp; How would I go about that in the Model Builder process? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached jpgs of screen shots of the functions I'm talking about.&amp;nbsp; These are quite basic questions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Off Sys 1-4 are screen shots of the functions and stages of them that I am trying to add to the Model itself in Off Sys 5.&amp;nbsp; The Model is in the process of being built so bear with me on that end.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go back to what I am referring to.&amp;nbsp; I just want to add functions that come with ArcCatalog, the File menu, and layers--such as Route Measure Editing of Vertices.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I might guess that I won't be able to bring these in, but at the same time it couldn't hurt to ask.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan B&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 16:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801848#M1455</guid>
      <dc:creator>DanielBrenner</dc:creator>
      <dc:date>2012-11-01T16:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems bringing in Basic functions and Route Measure Editing in ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801849#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Luke,&lt;BR /&gt;&lt;BR /&gt;I do appreciate your attempts at helping me, but I'm afraid you misread my questions entirely.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I will say that one of the functions I would like to bring in to my model is selecting a Projection and Modifying its measurement units.&amp;nbsp;&amp;nbsp;&amp;nbsp; How would I go about that in the Model Builder process? &lt;BR /&gt;&lt;BR /&gt;I have attached jpgs of screen shots of the functions I'm talking about.&amp;nbsp; These are quite basic questions.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Off Sys 1-4 are screen shots of the functions and stages of them that I am trying to add to the Model itself in Off Sys 5.&amp;nbsp; The Model is in the process of being built so bear with me on that end.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Go back to what I am referring to.&amp;nbsp; I just want to add functions that come with ArcCatalog, the File menu, and layers--such as Route Measure Editing of Vertices.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I might guess that I won't be able to bring these in, but at the same time it couldn't hurt to ask.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dan B&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do the things shown in the first three screen shots in ModelBuilder, because these are geoprocessing tools.&amp;nbsp; Look at the Data Management Toolbox and the Lineaer Referencing Toolbox.&amp;nbsp; You cannot do the Route Measure Editiing in ModelBuilder directly.&amp;nbsp; This is a manual editing method available only in an ArcMap session and has no geoprocessing equivelent out of the box.&amp;nbsp; You could write a python script to manipulate the individual vertices (such as sum the lengths of each vertice segment in a polyline made up of straight line segments), but there is no variable or tool in ModelBuilder to do this directly.&amp;nbsp; Look in the Python forums for ideas on how to write such a script.&amp;nbsp; I have written vertice editing routines in VBA and .Net as an ArcMap Editor extension, but those cannot be used in ModelBuilder.&amp;nbsp; I don't have a ready made Python sample for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 04:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801849#M1456</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-11-04T04:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Basic functions and Route Measure Editing in ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801850#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you explain which route editing functions you would want to perform in your model?&amp;nbsp; Perhaps, using the right geoprocessing tools, you won't need to use them at all?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801850#M1457</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-11-05T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Adding Route Events and Bad Geometry</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801851#M1458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I talked with another ESRI Support person and he told me the same stuff you did about vertex editing and ModelBuilder.&amp;nbsp; I was able to create a ModelBuilder for the first 3 actions, but part of me wonders what's the use if they're that simple to do, even for a large county and its roads (i.e. LA County).&amp;nbsp; That's another discussion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm curious about now is that I am going File--Add Data--Add Route Events, using a calibrated roads layer which I believe has perfectly good geometry, adding an event table, using the correct Begin and End fields, and I end up with a layer that is missing vertices and whole roads as well!&amp;nbsp; Even a section where I edited the vertices during Route Measure Editing didn't mess up!&amp;nbsp; I did at one point take a look at the Route Table I had and fixed up things here and there and the coverage got better, but things that I didn't think would screw up, did! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some screen shots of what I'm talking about. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will admit at one point I went back to the Events table I have and edited some names of the routes and that helped some, and on another try I got roads to show up that aren't right now.&amp;nbsp; Something is really bizarre here, because I never had this problem before?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel Brenner&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 21:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/basic-functions-and-route-measure-editing-in/m-p/801851#M1458</guid>
      <dc:creator>DanielBrenner</dc:creator>
      <dc:date>2012-11-19T21:59:39Z</dc:date>
    </item>
  </channel>
</rss>

