-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save base coordinates obtained with Survey In to file #374
Comments
By adding what is requested, I think that the tasks related to the base stations are facilitated, in the most common forms of use. |
HAE Mark = HAE APC -AH-ARP |
This would be very useful. It is often necessary to know where the base "thought" it was. USE CASE A:
USE CASE A1:
USE CASE B:
USE CASE C:
Hmmm, would using the "mark" button feature save the coordinates to the SD card? I presume the file of marks gets the APC coordinates; hopefully I wrote down the HI of the Facet. I can figure out the APC offset later. This would work for Use Cases A and B above, but maybe not C. Tony. |
Ideally, the mark coordinates should be saved. ¨Suggested method
They are ideas to share. |
Tony, check out the #347 we've been driving for a while. |
Ah, yes. Good point! We want the coordinates of the mark saved. And the mark button doesn't save the coordinates of the mark! :) |
Other vendors have a log file in which configuration entries and changes are documented for future reference and documentation. This includes base mark coordinates, mark name, height over mark, start time, end time, etc. Perhaps every time a base is started a record of the setup could be written to such a file. I believe most commercial GNSS vendors do this in some fashion. This information is quite useful for understanding, documenting, and correcting what happened in the field. There is at least one originally-proprietary format that has become a de facto industry standard,.RAW/.RW5. This format is used to capture information that a surveyor might write in a paper book. Total station backsight, prism constants, GNSS base height, GNSS rover points recorded, etc. This format is interesting because if you enter an incorrect base coordinate or antenna height in the field, there are a number of commonly-used software products that will allow you to edit the erroneous entry and "reprocess" the "raw" file, correcting all the surveyed point coordinates. Survey office staff and supervisors use this to correct errors made by field crews. You can edit a base setup field made in the morning and fix all the coordinates captured all day long. (This has been called "the raw data" long before GPS were commonly used by surveyors. The "raw" for a total station included data such as angles turned and distance measured. The "raw" nomenclature distinguishes it from coordinate data that a total station might calculate and display. So now when folks talk about GNSS "raw data" people get confused. I like to call the data in, say, a UBX or RINEX file the "GNSS observations" to help reduce confusion.) There is a newer LANDXML open format that also documents survey field data (and other data). This might be more in line with the goal of open source projects. Check out the GPSSetup tag in the schema at landxml.org. I think Emlid writes the base info to a custom CSV format they have developed to capture GNSS coordinate info, but I'm not sure. It's just a CVS file so easy to implement, understand, and use. As the base info we want to save includes more than coordinates, we'd need to think about the file format a little. It would be great to use a format, or at least a subset of a format, already in industry use. While I like the concept of open standards and XML, sometimes a CSV file is much easier to use. |
Can we change the title to save the coordinates and info used for every base setup, and not just survey in? The documentation would be very helpful. And practically, it's pretty common for me to setup my base receiver on a tripod, turn it on, and then go into WiFi configuration to set the base coordinates, heights, etc. So it's very possible it might survey itself in before I start the WiFi base configuration. Having only the survey-in info in the file would be very confusing. If three days later I'm sorting out the data and I only had the survey-in data written to a file and not the manual base configuration I entered a couple minutes later, it would be very unfortunate. |
In v3.1, the base and HA and ARP coordinates are already being saved in the csv file. It would be necessary to add what is related to Survey In and it would be fantastic to unify all the modes in a dropdown, choose the input method of base coordinates and do the mathematics that correspond to each method. See #347 |
Note that implementing #405 would help the use case if the user's data collector stores the base reference or if the user is logging. |
I am ready to look into this. Please list what changes you need made. This is what I think I heard:
|
What you summarize is correct. Point 1) and 2) I have no doubts. Regarding point 3) I am not sure whether to save the coordinates automatically or add a check to indicate whether they are saved or not. |
I liked adding a check because sometimes it is not necessary or convenient to save the coordinates. If the check is checked, the coordinates are saved in the file, if the check is unchecked, they are not saved. |
Why not just add the coordinates obtained with the Survey-in to the list of Commonly Used Coordinates with a specific Nickname? Let's say Surver-in_mmddyyyy_hhmmss. |
@rrodas64 |
Facet v2.7 12/30
When we use a method to obtain the base coordinates like Survey In, the coordinates are NOT saved in the base points file.
Suggested method
The text was updated successfully, but these errors were encountered: