Hello!
I have one table with many distance values in meters.
And I have one line feature
I want create points along the line using these distances.
Ex:
Table
1 - 1.6
2 - 3.9
3 - 10.5
4 - 12.7
.
Thanks!
I created one id field in my only row and works. Thanks!!
Densify—Help | ArcGIS Desktop only allows for equal incrementing.
How many points do you have to add? 10? 100? (ie, manual versus scripting.
Is your line straight? (image would help)
How is your python?
You need to provide some use-case data or the problem is too simple
dist <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="number token">1.6</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">3.9</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">10.5</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">12.7</SPAN><SPAN class="punctuation token">]</SPAN> hence x <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="number token">1.6</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">3.9</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">10.5</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">12.7</SPAN><SPAN class="punctuation token">]</SPAN> y <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="number token">0.0</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">0.0</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">0.0</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">0.0</SPAN><SPAN class="punctuation token">]</SPAN> Rotate the segment <SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
But I have only one line (one row). How i supposed create ids and M-values?
Check out linear referencing... What is linear referencing?—Help | ArcGIS Desktop
Your line feature(s) will need M-values and a unique id to create routes. You should then be able to use the Make Route Event Layer tool to generate points off your table.
Leon
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.