Create Points on Station along Linework

I think a particularly useful tool would be to create points along station at specific intervals that can be elevated to specific linework. For instance, I have a client that needs points on top back of curb at 25’ intervals on station. It would be great to be able to select the alignment, select the linestring, and tell the program to create points along that line, elevated to it, starting and stopping at specific stations, at a specified interval.

3 Likes

I couldn’t agree more! There are some work arounds that aren’t too painful, but it is something a find myself doing a fair bit and it always dreaded. For the most common time I need to do that is for grid points on a airport runway/taxiway for FAA jobs. The biggest headache in the operation for me is getting the point numbers how I want them…in ascending order going upstation along each longitudinal line.

2 Likes

Definitely my problem as well. I mostly need points along curb.

If you are planning to subscribe to the All Tools package - this one is something we could do for you i think - let me know if you want to do that and I will get this one on our short term list to do for you as a result.

Alan

This is a command I’m also interested in. I’ve received a survey file of a road, as-built, but the measured points on the line strings isn’t on the specific station of the design center line for example station 0/000, 0/010, 0/020 and so on. So I have to create points on the measured linework (EOP, SHLD, Ditch…) with elevations from the measured linework but reference stations from the center line. Is this possible @alan.sharp?

Do you want to “move” the measured points onto the correct stations or do you really want to create new points where the survey strings cross the station locations for reporting (Intervals etc.)

If you want the first option then the command Pts to Station does exactly that - you have options as to how far you allow the points to be moved etc.

If you want the second option then the way I would do that currently is to

  1. Label the alignment using the stations that you want (shortly you will be able to use the new Create XLines command to do that), making the length of the Tick Lines long enough to cross the linear feature strings
  2. Elevate the Label lines using Elevate Lines using intersecting lines to make them match the elevations of the strings at the crossing locations
  3. Make a surface out of the strings and the label lines so that you have a height reference for the points that you will create
  4. Use the create from CAD command to create points at the Intersections of the strings and the label lines
  5. Use the Change Elevation command to elevate the points to the surface elevation of the surface you created in step 3 above

This is not as pretty as I would have liked, I don’t know why the points created in step 4 don’t take the elevation from the lines - they all end up as undefined - I will request that we compute the Z value at the intersection - not sure what happens when one line has a Z and the other doesn’t or when the two lines cross but at different elevations

Sounds like another TML to write - Pick HAL, Pick Strings, Define Locations (HAL Points, VAL Points, Intervals, Extra Stations … and create Points at Intersections and then you would use the String Elevation in all cases right to determine the correct height. Define the Starting Point Number, Code the point based on the string name and allow a Prefix or Suffix, define the Layer for the Point data and go

Correct?

Alan

2 Likes

Yes that is correct @alan.sharp because usually I want to create new points at specific stations along a design alignment. The new points should be for example station 0/010 EOPL, SHLDL, Ditch L, Tie L and the same on the right side. It’s important in this case that the elevations on the new point is from the surveyed linework at this particular station. But I think this possible TML should have the option to choose elevation from design centerline (from where you decide the station locations)or offset linework( in my case surveyed linework). I see some cases during the construction phase using design height as the way to go and linework heights more of an as-built but with proper imagination you can probably find many more ways to go about this right?

The current workflow you described as the second alternative seems the way to go right now for me but a this TML you’re mentioning “create xlines” has that been released? Can not seem to find it.

Sorry @alan.sharp just now I realized that you wrote that the xlines TML will be out shortly. A little morning tiredness makes you jump every other word haha.

If I understand Correctly I use the RPS Function under Data Prep called Station/Offset points. You can use several different options for example by slope, Delta Elevation Etc. From using this I have had no problem with them being elevated. Under elevation you can use several different options as along line, From surface snap, from Plane snap, at point snap. It will do this according to the station and offset imputed. No need to assign a station for a second time. It makes it easy and fast when I have a roadway with spot elevations from the plans going into a taper etc. For instance with curb I just create a alignment from a poly line and then elevate were needed. Not sure if this is what you are referencing.

I was wondering if there was any anticipated development on this topic?. I have All Tools, and there are many wonderful TMLs I use every day that make modeling so much easier. I almost can’t imagine modeling without them anymore. This is still an issue I run into quite often, and I am hoping that this can be addressed.

One work around that I have done is to offset the alignment 0.001 and this will create a Line string. I then break the line at the beg station and end station that I would like to create the points from. I then use the Cad (Create Points at Intervals. It elevates the points to the VAL of the alignment.

I wouldn’t have thought to do that. I will have to remember it. The big problem I face is creating the points on station when the line is the back of curb, not the alignment. I usually create label ticks for the alignment that stretch out past the line I want to create points on, create points at the intersections, and then elevate those points to the line. It is a little messy, but it gets it done.

1 Like

PRS Point Creator is the go to command for this. you will need to set up your setting for this command. you will be able to select your alignment to use for the stationing and the linestrings to add the points to.

2 Likes

Thank you. I will check it out.