Contact  Home  Links  Research Center  Stories  Expeditions  Placer Locations  Safety  Online Forum  Gold Gallery  Video_Archive  Gold and Pyrites  Rocks-Minerals-Gold  Precious Metals Prices  Getting Started  Legal Issues - Mining Law  GPS Units  Gold_Rush!  Extractive Metallurgy  Arizona Ghost Towns  Search Engine  Cool Tools  Hard Rock/Open Pit Mines  De Re Metallica  ATVs  From the Past  Recent Finds News  Forex and Gold  Extras  Equipment Dealer Review!  Old Books from the 1800's Online  1872 Mining Law  Privacy Policy  Gold Miner Game  Guide to Buying a Claim  Equipment for the Desert  Most Popular Gold Detectors  Ebay Auctions!  USGS Data  Arizona Mine and Mineral Museum  GIS  Topo Maps  Ore  Google Maps/Google Earth  NASA World Wind  Gold Macros  Aqua Regina  Newsletter  Buy me a Cold One  Custom Research  Equipment for Sale  Metal Detector Manuals  My Books  Straight Talk  News  Minerals List Type Database  Tucson Gem and Mineral Show  Place Names Database  Gems and Minerals  Gold Price

 

Geographic Information Systems 

Intro  Techniques  Spatial  Geostatistics  Geocoding  GIS software

 Geocoding

Geocoding is calculating spatial locations (X,Y coordinates) from street addresses. A reference theme is required to geocode individual addresses, such as a road centerline file with address ranges. The individual address locations are interpolated, or estimated, by examining address ranges along a road segment. These are usually provided in the form of a table or database. The GIS will then place a dot approximately where that address belongs along the segment of centerline. For example, an address point of 500 will be at the midpoint of a line segment that starts with address 1 and ends with address 1000. Geocoding can also be applied against actual parcel data, typically from municipal tax maps. In this case, the result of the geocoding will be an actually positioned space as opposed to an interpolated point.

It should be noted that there are several (potentially dangerous) caveats that are often overlooked when using interpolation. See the full entry for Geocoding for more information.

Various algorithms are used to help with address matching when the spellings of addresses differ. Address information that a particular entity or organization has data on, such as the post office, may not entirely match the reference theme. There could be variations in street name spelling, community name, etc. Consequently, the user generally has the ability to make matching criteria more stringent, or to relax those parameters so that more addresses will be mapped. Care must be taken to review the results so as not to erroneously map addresses incorrectly due to overzealous matching parameters.


 Reverse geocoding
Reverse geocoding is the process of returning an estimated street address number as it relates to a given coordinate. For example, a user can click on a road centerline theme (thus providing a coordinate) and have information returned that reflects the estimated house number. This house number is interpolated from a range assigned to that road segment. If the user clicks at the midpoint of a segment that starts with address 1 and ends with 100, the returned value will be somewhere near 50. Note that reverse geocoding does not return actual addresses, only estimates of what should be there based on the predetermined range.


 Data output and cartography
Cartography is the design and production of maps, or visual representations of spatial data. The vast majority of modern cartography is done with the help of computers, usually using a GIS. Most GIS software gives the user substantial control over the appearance of the data.

Cartographic work serves two major functions:

First, it produces graphics on the screen or on paper that convey the results of analysis to the people who make decisions about resources. Wall maps and other graphics can be generated, allowing the viewer to visualize and thereby understand the results of analyses or simulations of potential events. Web Map Servers facilitate distribution of generated maps via the web technology.

Second, other database information can be generated for further analysis or use. A list of all addresses within 1 mile of a toxic spill for instance.


 Graphic display techniques
Traditional maps are abstractions of the real world, a sampling of important elements portrayed on a sheet of paper with symbols to represent physical objects. People who use maps must interpret these symbols. Topographic maps show the shape of land surface with contour lines; the actual shape of the land can be seen only in the mind's eye.

Today, graphic display techniques such as shading based on altitude in a GIS can make relationships among map elements visible, heightening one's ability to extract and analyze information. For example, two types of data were combined in a GIS to produce a perspective view of a portion of San Mateo County, California.

The digital elevation model, consisting of surface elevations recorded on a 30-meter horizontal grid, shows high elevations as white and low elevation as black.
The accompanying Landsat Thematic Mapper image shows a false-color infrared image looking down at the same area in 30-meter pixels, or picture elements, for the same coordinate points, pixel by pixel, as the elevation information.
A GIS was used to register and combine the two images to render the three-dimensional perspective view looking down the San Andreas Fault, using the Thematic Mapper image pixels, but shaded using the elevation of the landforms. The GIS display depends on the viewing point of the observer and time of day of the display, to properly render the shadows created by the sun's rays at that latitude, longitude, and time of day.


 Spatial ETL
Spatial ETL tools provide the data processing functionality of traditional Extract, Transform, Load (ETL) software, but with a primary focus on the ability to manage spatial data. They provide GIS users with the ability to translate data between different standards and proprietary formats, whilst geometrically transforming the data en-route.