Network corrected real-time is a technological approach to high precision GPS/ GNSS positioning that has been theorized about, studied, experimented with, and implemented in various academic, scientific, and commercial forms for nearly a decade.
Click Here to begin the series,
or view the Article PDF's Here
Test Yourself
Got Answers?
Test your knowledge with NCEES-level questions. Start HERE
Meet the Authors
Check out our fine lineup of writers. Each an expert in his or her field.
A 364Kb PDF of this article as it appeared in the magazine—complete with images—is available by clicking HERE
In order to store survey information electronically, data must be modeled in some way. A data model is a logical structure for the storage of information, and determines what information is stored, how the data are represented, and how each piece of information relates to other pieces of information within the data set or to other data sets. The concept of a data model should not be confused with the data format. The data format is the electronic storage form. Data formats include such electronic forms as ASCII, Dbase IV, XLS, etc. The data model, on the other hand, is how the pieces of information are structured, regardless of the data format. A good data model, in fact, is storage format independent, and can be ported, or used, in a variety of formats. For example, a data model for a survey point might be a simple flat structure, with only a few pieces of information per record, as shown in Figure 1. Typically, a text file of survey data uses one line of text for each record, where a record represents, for instance, a measurement or survey point. This data model can be formatted as an ASCII file, an Excel spreadsheet, a Microsoft Access table or any number of other formats. Figure 2 shows this simple data model in two such formats, ASCII and Excel.
The difference between a data model and data format can be explained using the grade stake as an example. In grade staking there are certain kinds of information to convey and a medium used to convey that information. The wooden stake is the medium or format. The information that is written on the stakes is modeled in a particular way. The client will typically require a particular format, such as what data to put on the stake, how many stakes to use, where to locate the stakes, etc. For example, we
may choose to model our construction information in a two-stake format: a grade stake and an offset stake (Figure 3). Each stake contains its own information and has a relationship to the other stake. How the information is posted to a stake is the data model.
Therefore, in general, the data model identifies the information that we wish to convey and how we chose to convey it. Data models can be simple or complex, depending on the nature of the information that is modeled and the intended uses for the information. In the example such as the survey point in Figure 1, the uses for the information may be limited due to the small amount of information contained in the data model. The use of the data might be to answer such simple questions as: How many survey points do I have and where are they? But as we shall see later on, survey data can be modeled in complex ways as well. The important considerations for data modeling are to understand the data itself, and how the data will be used. A typical data model may include a set of tables with different kinds of data in each table. The tables may be related through the use of keys (unique identifier codes) that are common in different tables. A multiple table format in a relational database structure can simplify the database and actually reduce the volume of data in the database. For example, a database might have a single list of survey points, and a single list of projects. The survey point, however, might be used in many projects. Instead of repeating all the information for each survey point within each project table, only the unique ID or key of each survey point needs to be listed. The application can then go to the survey point table to look up the other information about the point.
Modeling Survey Info
Although many data models exist for a variety of GIS applications and GIS data layers, the work on modeling survey data for GIS use has only begun for some types of survey data. Figure 4 shows a typical process for developing a data model. Nevertheless, there is a variety of survey information that is used in geographic information systems. Some are fundamental survey data, such as measurements or control point information, and some are derived from survey data, such as land ownership or digital terrain models. Some of the common survey data used in GIS are:
• Cadastral Data
• Geodetic control point information
• Survey point information
• Survey measurement data
• Planimetric information
• As-builts of manmade features
• Terrain information (such as DTMs, contours, elevation points)
• Hydrographic (water elevations, flood elevations, bathymetry)
In addition to the fundamental survey information used in a GIS, there are also data used within survey information systems for internal uses by the survey firm, for things such as project management and marketing. These types of data might include information on projects (location, client, duration, cost, resources used, etc.) Data models for survey and related information can be simple, as shown in the first example in Figure 1 for a survey point, or complex, such as the Cadastral Data Model or the NILS Figure 4 Project Survey Management System Mode (for more information on these projects see http://www.blm.gov/nils/). Although there may be other approaches to data modeling, generally the complexity of the model depends primarily on two things: the intended use of the data, and the nature of the data itself. One example of survey data GIS data model that is currently in use is the survey data model developed by ESRI for its Survey Analyst extension to ArcGIS.
The ESRI Survey Data Model
The survey data model used in the ESRI Survey Analyst extension is a complex one that models the survey information as a set of computations, coordinates, measurements, and survey points that are stored within the context of a survey project. One of the clever features of this data model is the ability to store multiple sets of measurements between--and derive (and store) multiple sets of coordinates for--survey points. This is a very adept model that allows the user to select which set of coordinates best suits a given application at any time. Moreover, due to the robustness of the data model, the survey data can be related to GIS features that are external to the database and thereby retain the feature's dependence on the fundamental survey information. Whether simple or complex, it is important to rememb er that any desktop application that stores and/or uses survey data also models that data in some fashion. Some of these applications allow the export of the data to other formats, and typically do so to a choice of formats, and perhaps even choice of models.
Distinctions
With digital data it is also important to understand the distinction between data models for the use or storage of information and data models for the exchange of information. How you store and use your data is up to you, however, when you want to get a copy of someone else's data or provide someone else a copy of your data, it may be necessary to use an intermediary or exchange format. A data exchange standard can be a way of providing uniformity in the content and types of data that are exchanged digitally. It defines the essential elements for giving and receiving data between parties. The exchange standard should support the most basic and fundamental use of the data and provide the receivers enough data and information to be able use it or understand enough about it to decide whether or not it will work for their purposes. The Federal Geographic Data Committee and the GeoSpatial One-Stop efforts strive to develop data exchange content standards for a variety of data, including cadastral and geodetic control data (go to www.fgdc.gov/standards/standards.html or www.geo-one-stop.gov/ for more information). For example, the geodetic control content standard development is being led by the National Geodetic Survey, yet they are actually working on a standard that would accommodate control points other than the NGS Bluebook Datasheets. The goal is to provide a template for what information to provide someone else, regardless of how you store and use your data, or how they store or use the data that you provide.
Why a Standard Model?
As the desire by surveyors and non-surveyors to use survey data within GIS increases, data modeling of survey information becomes increasingly important. The ability to model the data properly so as to support the intended uses of survey data is important. It is also important to understand how a particular set of data is modeled in order to understand how to use the data properly. Standardized data models provide the benefits to facilitate the portability of data, simplify application development, make it easier to develop a data set, and increase the viability and flexibility of existing data.
Rj Zimmer is registered in Oregon and Montana, and has more than 25 years of surveying experience in the private and public sectors. He is the GIS Consultant & GIS Center Manager for the City of Helena Lewis & Clark County Geographic Information Services Center in Montana.
A 364Kb PDF of this article as it appeared in the magazine—complete with images—is available by clicking HERE
Editorial: Surveyors Get the Point
For me, the 6th annual ESRI Surveying and Engineering Summit represented a sea-change. While earlier meetings I attended were designed to attract surveyors into the world of GIS, the trend has taken hold and surveyors everywhere are busy incorporating GIS into their work flows. I like the way .... Read the Article
Point to Point: Can Retracements Be Confidential?
Do your clients have a right to expect that the survey you conduct for them will be confidential? Let's assume for a moment that mandatory survey recording laws did not exist (and indeed, they do not exist in most areas) and that no other obligation to divulge the results of the .... Read the Article
WowFactor: TPC Desktop 2008 Global Background Clearing
TPC Desktop 2008 is all about making it easier to work with your survey data and drawings. It's about doing less work and getting more done. Their new Global Background Clearing is a good example. We put a lot of information on drawings. Take a typical ALTA or site survey-- they can ... Read the Article
Wildfire Maps Keep Agency Missions Blazing Forward
Blazing out of control wildfires have been sweeping across northern California this summer just as they did last fall in the southern region of the state and many times previously, leaving in their path death and destruction. These fires are ... Read the Article
Applanix: Solutions for Mobile Mapping and Positioning
It's a given that Global Navigation Satellite Systems (GNSS) don't work everywhere, for example if the signals are sufficiently blocked by such things as tree canopy, or urban canyons. Because of the need to locate things everywhere, a great deal of .... Read the Article
RTN-101: Mapping (Part 14)
Much of what surveyors do is essentially mapping, and much of mapping is/could/ would/should be characterized as surveying. But what certainly raises the blood pressure of many surveyors is when one puts the two terms in the same sentence, as I have just done. The debate over.... Read the Article
The Marriage of GIS and Land Surveying (No Shotgun Needed)
Too often the GIS professional and the surveyor are at odds; a hoity-toity GIS guy looks askance at a muddy-booted surveyor who wants to pin him down on accuracy and ... Read the Article
Software Review: I-Site Studio 3.0 and 4400 Laser Scanner
It seems that every surveying magazine now overflows with stunning 3D images of everything from people, to cars, to historic landmarks, to infrastructure. Point clouds of intricate structures and shapes naturally captivate the geometrically adept mind. But what about the ... Read the Article
Product Review: SECO Poles and Prisms
Tired of prism pole slippage and non-adjustable prism pole bubble levels? Tired of tilting prism target assemblies that slip as you are walking back to the instrument or having to lift the prism pole out of the bipod ring, or not being able to adjust the "spring" out of ... Read the Article
Vantage Point: If Not Now, When?
June was a difficult month. A friend less than a year older than I am quickly succumbed to a resurgence of breast cancer. A colleague three years younger suddenly died of complications related to diabetes, although he had looked fine just a few months ago when I last saw him. Such events make ... Read the Article
Surveying `Da Situation: The Last Straw
It is bad enough that we've already had to endure months of election campaign rhetoric, but I read an article awhile back that was the last straw. I happened to be scanning the newspaper when I came across a piece reporting that the rock star Bruce Springsteen had ... Read the Article
• 15th Annual GeoTech - October 7-8, 2008, NOAA’s Auditorium and Science Center in Silver Spring, MD. Hosted by Potomac Region of the American Society of Photogrammetry and Remote Sensing and co-hosted by the NGS, 1 day of Workshops taught by experts, and 1 day of Technical sessions.,
• GITA's First Annual GIS for Oil & Gas Conference - Calgary - Nov. 6-7, 2008, Calgary Marriott Hotel, Calgary, Alberta, Canada. The GIS for Oil & Gas Calgary Conference will build on the momentum from GITA’s GIS for Oil & Gas Conference held in Houston, Texas, every September.
• GITA's “How to Financially Justify Your Geospatial Projects” Two-day Workshop - Nov. 13-14, 2008 in Denver, Dec. 11-12, 2008 in Tampa. All types of organizations now have a unique opportunity to learn from GITA’s landmark research project, “Building a Business Case for Geospatial Information Technology: A Practitioner’s Guide to Financial and Strategic Analysis.”
• Geography in Las Vegas - March 22–27, 2009. Join 8,000 geographers, GIS specialists, and environmental scientists from around the world in Las Vegas for the very latest in research, policy, and applications in geography, sustainability, and GIScience, during the annual conference of the Association of American Geographers.
• California Land Surveyors Association 2009 Conference - March 28-April 1, 2009, Hilton San Diego Resort (Mission Bay).
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
, (707) 578-6016.
• SPAR 2009 - March 30- April 1, 2009, Hyatt Regency Hotel, Denver, Colorado. SPAR 2009 will focus on best practices for using 3D imaging technologies to design and deliver capital projects as well as operate, modify and maintain production, manufacturing and infrastructure assets.
Reach our audience of Professional land surveyors and Geo-Technology professionals with your career ad. Feel free to contact us if you need additional information.