<?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: plot directional GPS velocity vectors in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667041#M9651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I'm having a very similar problem working with sea surface currents vector data. Using MGET's Create Lines From Vector Component Rasters I have been able to create the correct vectors of magnitude and direction&amp;nbsp; automatically. However I do not want the magnitude to determine the vector length, I want all vectors to be the same length and change the color based on magnitude. I'm not sure how the tool is creating the vectors in the first place and the tool code is not detailed enough to figure it out. Anyone have any guidance? Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe you can do that with a graduated symbol.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to the properties tab, click symbology, then under Quantities click graduated colors.&amp;nbsp; You can then select the color ramp you want from the pull down menu and also adjust how many color breaks you want (i.e. group several magnitudes into a single color).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]11803[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 18:36:42 GMT</pubDate>
    <dc:creator>JustinBrandt</dc:creator>
    <dc:date>2012-02-08T18:36:42Z</dc:date>
    <item>
      <title>plot directional GPS velocity vectors</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667038#M9648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done some research on this subject, but can't find what I need.&amp;nbsp; Back in 2008, someone on the old forum (forum.esri.com) posed this question but there are no replies.&amp;nbsp; I'm hoping to restart a discussion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a point shapefile with these attributes (about 90 or so entries):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[name, lat, lon, magnitude, degree_from_north, x-offset, y-offset]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These are GPS locations with horizontal velocities (magnitude and direction).&amp;nbsp; So far I have them displayed as arrows pointing in the direction of movement (from rotation function in symbology) and I have the arrow size set proportionally to the magnitude.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Is there a way to get the arrow's &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;length&lt;/SPAN&gt;&lt;SPAN&gt; to change instead of its size?&amp;nbsp; i.e. the arrow just gets longer with larger magnitudes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is there a way to apply a custom offset for EACH symbol.&amp;nbsp; Right now, the symbols are centered on the point, and I need the arrows to originate from the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://geon.unavco.org/unavco/GPSVelocityViewer.php"&gt;http://geon.unavco.org/unavco/GPSVelocityViewer.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 18:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667038#M9648</guid>
      <dc:creator>JustinBrandt</dc:creator>
      <dc:date>2011-01-26T18:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: plot directional GPS velocity vectors</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667039#M9649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, in talking with some local GISers and a lot of banging my head, I think I've found a solution to my own problem, so thought I'd post it in case there are others who have run into this (I know you're out there!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the Wind Speed Tool &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=15196"&gt;here&lt;/A&gt;&lt;SPAN&gt; that others have had some success with.&amp;nbsp; It turns out it wasn't working for me, but suffice to say all you need is a data file with site_name, lat, lon, magnitude, and direction from north (in degrees).&amp;nbsp; I was able to use Excel to make my appropriate conversions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I had the degrees_from_north and magnitude fields, I could simply use graduated symbols in the symbology tab to display the magnitudes (I used 8 classifications), then I applied a rotation based on my Degrees_From_North field.&amp;nbsp; Then, to get the arrows to originate from the point (instead of being centered on the point), I only had to apply a custom symbol offset (from the symbol properties tab) for the 8 classifications I made, vs. the 90+ sites if I were to use proportional symbols. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not exactly what I wanted, since ideally I'd have a separate symbol size for each magnitude value, but that would require me to go through all 90 sites to set an offset for each symbol.&amp;nbsp; Using the Graduated symbols saves me some time.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would have been ideal is to be able to set a custom offset for each symbol based on a field calculation, similar to the rotation function.&amp;nbsp; So actually, it was somewhat of a simple fix (except for the Excel magic) and gave me pretty much what I needed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps someone else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 22:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667039#M9649</guid>
      <dc:creator>JustinBrandt</dc:creator>
      <dc:date>2011-01-27T22:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: plot directional GPS velocity vectors</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667040#M9650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I'm having a very similar problem working with sea surface currents vector data. Using MGET's Create Lines From Vector Component Rasters I have been able to create the correct vectors of magnitude and direction&amp;nbsp; automatically. However I do not want the magnitude to determine the vector length, I want all vectors to be the same length and change the color based on magnitude. I'm not sure how the tool is creating the vectors in the first place and the tool code is not detailed enough to figure it out. Anyone have any guidance? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 15:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667040#M9650</guid>
      <dc:creator>deleted-user-IR249IovB3CN</dc:creator>
      <dc:date>2012-02-02T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: plot directional GPS velocity vectors</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667041#M9651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I'm having a very similar problem working with sea surface currents vector data. Using MGET's Create Lines From Vector Component Rasters I have been able to create the correct vectors of magnitude and direction&amp;nbsp; automatically. However I do not want the magnitude to determine the vector length, I want all vectors to be the same length and change the color based on magnitude. I'm not sure how the tool is creating the vectors in the first place and the tool code is not detailed enough to figure it out. Anyone have any guidance? Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe you can do that with a graduated symbol.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to the properties tab, click symbology, then under Quantities click graduated colors.&amp;nbsp; You can then select the color ramp you want from the pull down menu and also adjust how many color breaks you want (i.e. group several magnitudes into a single color).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]11803[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 18:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667041#M9651</guid>
      <dc:creator>JustinBrandt</dc:creator>
      <dc:date>2012-02-08T18:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: plot directional GPS velocity vectors</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667042#M9652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I was able to define the colors of the vectors as graduated symbols using the current magnitude as the attribute field to define colors. The issue was also related to this particular tool generating the vector (or arrow) lengths using the magnitude. For example in fast moving currents the vectors were long and in slower moving currents the arrows were short or almost non-existent. The MGET team will be adding an option to export these data as vectors of uniform length. Until then the work around is to create a point feature class using the Arcpy function FeatureVerticesToPoints_management to create the points from the vector starting vertex. Then I was able to symbolize the points as character marker symbols to create the desired arrow symbology.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 20:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/plot-directional-gps-velocity-vectors/m-p/667042#M9652</guid>
      <dc:creator>deleted-user-IR249IovB3CN</dc:creator>
      <dc:date>2012-02-13T20:25:30Z</dc:date>
    </item>
  </channel>
</rss>

