I have a .txt file with-Latitude and Longitude points (degrees. minutes,seconds)-text information associated with those coords ie: (start, wpt1, wpt2, mid point, station1...)
I want to place Cells using Latitude and Longitude.I also want the text information displayed next to those waypoints.
I figured out how to create a .txt file and use "key-in" to place the Lat and long points in one step. (Deg,Mins,Seconds converted to Deg.xxxxIs there a way to add the text information associated with each of those points/cells.
I have been looking in the forum and can only information in regards to "import Coordinates", but that uses XYZ. Using this import places the obstacles in the wrong location
...
You should be able to place cells using the long,lat coordinates fairly easily
You may find that importing your text file into Excel will allow for easier edits. Then just export to .csv. In the .csv replace all of the ax, and dx, with ax= and dx=
I have a different examples using the Excel method outlined here.
https://envisioncad.com/microstation-tip-automate-coordinate-entries/
https://envisioncad.com/microstation-tip-automate-coordinate-entries-part-2/
Your command file would look something like this...
You could set up your spreadsheet something like this...
That's to do both the cell and text label in one command file.
You might find it easier to place the cells using one command file, then place the text labels using the same ax= coordinate in a second command file.
Rod WingSenior Systems Analyst