Jump to content

Reporting from Stakes


AndrewRC

Recommended Posts

I am a boundary surveyor and spend my time trying to sort out peoples problems with the location of their boundary lines. I align my surveys to the (UK) OS National Grid and if we submit the findings to the Land Registry I need to know the Eastings and Northings for each change in direction the boundary line takes. No Z coordinate, only X and Y.

Using the Stake tool makes marking these changes in direction really easy, what I would like to do is create a report for each Stake instance with a number and the two coordinates in. Nothing fancy, just three columns.

Try as I might I cannot find a way of doing this, is anyone out there able to help, or to suggest another way I can gather this information?

VW2020 SP6 on Windows10

Andrew.

Link to comment

Not tested in VW2020, but very easy in 2021 and I think the same in 2020.

 

Create a worksheet.

In the worksheet right click on a row header (I usually start with Row 3 as this leaves room to add labels above) and choose Create Report. You will get a dialog box that looks similar to the one in the picture below.

 

Set the Basic Criteria to Object With a Record and the Record you are looking for a Stake.

In the Columns Section, choose Records:Stake and then in the left hand window scroll down until you Find ID then hit the Add>> button.

Change the Select From to Functions. Scroll down to find XCoordinate and YCoordinate and Add>>

Click the OK button. 

You should now have a database of all of the stakes in the drawing with their X and Y positions.

 

Ask again if you need more help.

 

image.thumb.png.bb7dd8b91f2ed9c61d265f06cbb95d16.png

 

Link to comment

Works like a treat, and I have learned a lot, but ... unfortunately the latitude and longitude values are not accessible (they are different to the inserted X and Y position). I think they must be calculated as part of the Stake function itself and inserted as a text string rather than stored as a retrievable value. Shame.

Presumably if I can discover the conversion factors I can create a custom function/calculation.

Persistence is key!

Andrew

Link to comment

It looks like Lat and Long are in the stake object but hidden. You can type an equals followed by the following text in any database header row Call(ie. 3, not 3.1, 3.2 etc).

 

='Stake Object'.'Latitude'

='Stake Object'.'Longitude'

='Stake Object'.'Latitude WGS84'

='Stake Object'.'Longitude WGS84'

='Stake Object'.'Easting'

='Stake Object'.'Northing'

 

You can enter this in place of the XCoordinate/YCoordinate formulas.

  • Like 1
Link to comment

I am in VW2021, so it is probable that this is something that was added in 2021 that neither of you have in 2020.  :-(

 

At least Latitude and Easting work for me. I have not tested the others.

 

But try typing it in instead of copy/paste. Perhaps there are hidden characters from the forum that we can't see that are making VW think it is something different.

 

Sorry.

  • Like 1
Link to comment
  • 3 years later...

Hi all, 

 

I managed to do a worksheet with easting and northing from a stake object with the help of this conversation. 

 

But I got numbers with three zeros more, before the come, than the ones from the topo survey, do you know what might be happening or how we can change the precision for these?! 

My point are the ones with ID number and the worksheet. And the point 1 in the worksheet is also referenced in the document with black numbers horizontal and vertical by the topographer. 

 

Many thanks 

 

Screenshot 2024-09-30 at 16.59.30.png

Link to comment

Ok sorry I didn't read the whole thread, just the bit about the 'Coordinate Units' parameter not displaying in the OIP.

 

I have checked + I'm finding that Stakes are returning their Easting + Northing values in mm regardless of the Units settings for the document or the Coordinates Units parameter. So unless I'm missing something it looks like your only option is to do some maths in the database header row to convert the mm to m or km. It does feel that something fishy is going on with this. When I format the cells to use dimension format I am getting strange results.

Link to comment

Thanks Tom, 

That might be a solution, I am not used to the formulas, could you help me? 

I wrote this copied from this forum: ='Stake Object'.'Easting'

if I now right ='Stake Object'.'Easting'/1000 would it give me the values in meters, is '/' the right sign to use? do I need any '' ?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...