Georeferencing Maps With Contours

Size: px
Start display at page:

Download "Georeferencing Maps With Contours"

Transcription

1 Georeferencing Maps With Contours Peter BAJCSY National Center for Supercomputing Applications 605 East Springfield Avenue, Champaign, IL and Tyler J. ALUMBAUGH National Center for Supercomputing Applications 605 East Springfield Avenue, Champaign, IL ABSTRACT In this paper, we present an overview of the georeferencing capabilities that enable registration of digital maps (raster data) with contours (vector data). This paper outlines the theory and standards used for proper geographic referencing of digital maps, and focuses on extraction of georeferencing information from TIFF and ESRI IMG raster file formats. Given 2D maps and 3D contours, georeferencing transformations are described for translating between spatial points specified in three different coordinate systems: latitude/longitude, UTM, and pixel. We interpret and utilize georeferencing parameter information embedded in different types of digital maps to provide a system that can geo-register contours for several popular map types and their file formats. Keywords: Geographical Information Systems, Georeferencing 1. INTRODUCTION Georeferencing, or geographic referencing, is the name given to the process of assigning values of latitude and longitude to features on a map. Latitude (lat) and longitude (long) describe points in three-dimensional (3D) space, while maps are inherently two-dimensional (2D) representations. With the advent of computers, modern maps are usually stored as digital images since they represent raster information similar to 2D image information. The steps involved in georeferencing a digital map image can vary among map image specification types, but the end result is the ability to retrieve the lat/long coordinates for any point on the georeferenced map. This capability is useful because lat/long coordinates precisely define the position of an object on the Earth. The reader will note that the georeferencing process involves transformations that occur for a variety of reasons. Some transformations are related to different file formats, others to different metadata representations, some to resolution, and others to the translations between various 2D and 3D coordinate systems. The translation between coordinate systems is the only transformation dictated by the problem domain. The others, while very important, are reflections of the lack of a single standard for specifying data in the domain. Lat/long coordinates define a point on a 3D model of the Earth, while map coordinates represent a pixel a row and column location on a 2D grid obtained from projecting some 3D model of the Earth onto a plane. 2D maps are easy to display and facilitate distance measurement, while 3D coordinates are accurate but cumbersome and have no standard length for different degrees of latitude and longitude. The best way to define the position of an object on a map is with relative horizontal (column) and vertical (row) distances: Three kilometers north of object A and two kilometers west of object B. In contrast, the best way to specify the position on a 3D sphere is with relative angular offsets: Five degrees north and six degrees west of A. In general, georeferencing involves transformations of 3D (lat/long) coordinates to and from 2D (map) coordinates. Georeferencing transformations must reflect the geometric properties of the earth model and projection plane, and also support a mechanism for expressing distances and relative positional information across different coordinate systems. Given 2D and 3D coordinate systems, there are three possible classes of transformations. First, those that go from 2D-to-2D, bringing into alignment points that represent identical realworld locations. An example of this is multi-modal raster data fusion, for instance, the fusing of synthetic aperture radar (SAR) images with electro-optical (EO) or infrared (IR) images. The second class of transformations, 3D-to-3D, is used for information integration such as the synthesis of road network and river information. The third class of transformations operates between 2D and 3D coordinates. Identifying the location of water wells defined in 3D lat/long coordinates on a 2D digital terrain map is an application example in this class of transformations. The transformations across coordinate systems of different dimensions, where one of the coordinate systems represents the Earth, are also called geo-registration. In our work, we focus on the third class of transformations, those that support georeferencing maps (2-D raster data) with contours or boundaries of regions (3-D vector data). Fields that apply georeferencing include geology, hydrology, atmospheric science, archeology, earthquake engineering, forestry, environmental engineering, water quality research, ecological research, military operations and territorial insurance. For example, the petroleum industry needs to know precise drilling locations, so accurate georeferenced maps are very important. The United States Geological Survey (USGS) and the Defense Mapping Agency both create and make extensive use of georeferenced images, many of which are available to the private sector. Users of georeferencing information frequently exchange data and therefore have adopted some georeferencing terminology and Earth modeling standards. However, not all georeferenced maps follow the same standards, so identical information content can be represented using different data formats or map

2 types. The developed software tools are designed to work seamlessly with several of the most popular standards and are part of the Image To Knowledge (I2K) software [7]. In this paper, we outline the theory and standards used for proper geographic referencing of digital images and focus on extracting georeferencing information from TIFF and ESRI IMG raster file formats. In Section 2 we describe other GIS software packages and some basic georeferencing principles. Individual georeferencing transformations and sources of necessary georeferencing information are presented in Sections 3 and 4. Section 5 covers specific details of georeferencing in I2K and Section 6 presents a summary and discussion of future work. 2. CURRENT SOLUTIONS A software package that can accept geospecific data and provide geographic referencing is called a Geographic Information System (GIS). One example of a GIS system is ArcGIS from ESRI [2], with components that include ArcView and ArcExplorer. ENVI, the Environment for Visualizing Images from Research Systems, Inc. [6], and a suite of applications known as the USGS Mapping Science Software from the U.S. Geological Survey [3] are other GIS systems. There is nearly limitless information available describing georeferencing (see [1], [12]), but the level of understanding necessary to correctly georeference a single image can be rather daunting. The difficulty is due in part to the complications of projecting a three-dimensional surface, the Earth, onto a two dimensional object, a map. Understanding something about this process goes a long way towards understanding why certain parameters are needed to geographically orient a digital image. All GIS systems require a certain amount of metadata about an image before it can be properly georeferenced. This metadata, sometimes referred to as the map parameters, includes information such as the projection of the map. The projection conveys the manner in which the three dimensional features of the Earth have been distorted onto a two dimensional image. There are hundreds of map projections in use, and the way the distortion occurs influences the usefulness of the map in different domains. A list of nearly all map projections in use today can be found in [12]. Fortunately, organizations like the USGS and the Defense Mapping Agency use only a small subset of these. Another map parameter used for georeferencing is the approximation of the Earth used in the projection. The Earth is not a perfect sphere, so it is first modeled as some ellipsoid, possibly a sphere, before being projected onto a plane. Other types of metadata are the projection center (where the distortion of the map is minimal) and the insertion point (a point on the image used to extrapolate data about other points on the image). The formulas used to do the georeferencing depend upon additional map parameters, increasing the amount of prerequisite knowledge. The developed software can perform all the basic georeferencing transformations provided the necessary metadata has been specified correctly. The presented georeferencing functionality is similar to other GIS software packages, and works with a range of underlying map types. The georeferencing feature in I2K was motivated by the need to enable statistical GIS data processing that is not available in other GIS software packages, for example, statistical measures of raster data (maps) over territories defined by vector data. The functionality of the developed software has been tested thoroughly with standard examples from the literature [14], and the tests are described in the Section 5 of this document. 3. GEOREFERENCING TRANSFORMATIONS An interface has been developed to provide uniform georeferencing capabilities across a range of map types by abstracting away the specific parameters of different map types and maintaining a uniform and consistent internal representation. This design allows for the addition of as yet unsupported map types through the development of new code modules. In I2K, a GeoImageObject holds all georeferencing information. The fields with geographic referencing metadata in the GeoImageObject are populated when a new image is loaded, and dictate the algorithms applied during the transformation process. The georeferencing system is built around coordinate transformations to and from three types of location representations: 2D map pixels (column and row), 3D lat/long coordinates, and 2D Universal Transverse Mercator (UTM) values. These transformations are shown in Figure 3-1. Figure 3-1: Coordinate transformations supported by I2K I2K Model Types As mentioned earlier, a GeoImageObject holds all georeferencing information in I2K and the fields of the object are populated with geographic referencing information when a new image is loaded. In order to perform the desired georeferencing transformations, a model type (the I2K equivalent of a datum, for the GIS savvy) must be set based on the map parameters that are loaded. The model type is not set if all the required metadata is not found, and georeferencing cannot be performed without the model type. UTM coordinates are used in maps with many different kinds of projections, but also lend their name to a number of them. Each projection type, along with the various parameters needed to perform the transformations, make up a model type. Each model type has specific, private methods that can be called to perform the six transformations between pixel, UTM, and lat/long coordinates. The model types currently supported are: 1. The UTM Northern Hemisphere. 2

3 2. The UTM projection called the Ordnance Survey of Great Britain from 1936, OSGB The Lambert Azimuthal Equal Area map projection. The OSGB 1936 model type has been used primarily for testing purposes. The Lambert Azimuthal Equal Area Projection is, in general, only used for large-scale maps. Transformations between Latitude / Longitude and UTM Northing / Easting The UTM system is two-dimensional and the latitude/longitude system is three-dimensional, so making transformations between the two is quite complex. The two methods that perform transformations between UTM and lat/long are based on equations in [5], [12], [13] and [14]. The transformation from UTM to lat/long is referred to as Transformation 1, and the transformation from lat/long to UTM is referred to as Transformation 2. Given the relative obscurity of the UTM system, one might question the purpose behind these transformations. The answer lies in the fact that many standard georeferencing algorithms (such as those that follow) produce results in UTM values. The algorithms underlying these methods are chosen based on the metadata loaded into the GeoImageObject in conjunction with the image. The model type determines whether the standard Molodensky equations ([5], [13]) or the Lambert projection equations [14] are used to perform these two transformations. The Molodensky and Lambert equations require parameters for both the three-dimensional and two-dimensional coordinate systems. We present what must be known about the three-dimensional object and about the two-dimensional plane in the following subsections. Ellipsoid Parameters for Latitude/Longitude Transformations: Since the Earth is not a sphere, an ellipsoid of some type is used as a model for the Earth. Only for very large-scale maps, such as the Lambert Azimuthal Equal Area projection, will one use an actual sphere to model the Earth. In all other cases, a special ellipsoid of some type is specified. These geodetic ellipsoids used as models should always be referred to as oblate ellipsoids of revolution, but are referred to simply as ellipsoids in all georeferencing literature. All geodetic ellipsoids can be specified by two quantities: a semi-major axis and a semi-minor axis. The equations used in Transformations 1 and 2 make use of two related values to define an ellipsoid: the semi-major axis and the square of the eccentricity of the ellipsoid. The eccentricity value, denoted as e, is a measure of the amount by which an ellipse varies from a circle. The square of the eccentricity is calculated with this equation: e 2 = 2f f 2 (1) The flattening of the ellipse, f, is defined by: f = (a b)/a (2) In the flattening equation [Eq.(2)], a is the ellipsoid semi-major axis and b is the ellipsoid semi-minor axis. Often (a - b) is quite small compared to a, and it is common to provide the flattening quantity as 1/f, or the inverse flattening. Two-Dimensional UTM Map Parameters: In general, UTM map parameters should include information pertinent to a map s 2D coordinate system and information about the 3D to 2D projection used to obtain the map. Ideally, 3 the map parameters will provide at least the following information: projection type, projection center, false easting, false northing, UTM zone (if applicable), vertical resolution, horizontal resolution, and the tie point. Of all map parameters, the map projection is perhaps the most important because it determines which set of equations is used to perform the transformations. Most of the other map parameters are used as inputs to that particular set of equations. The map projection is generally subsumed into the model type described in Section 3.1. Multiple model types might have the same map projection, but other map parameters could be different. The map resulting from a projection will not have the same amount of distortion at each point. Different parts of the map plane are oriented to the Earth model differently, resulting in varying degrees of distortion. Generally, the distortion on a map will be minimal at its projection center. It is important to note that the projection center may or may not be in the viewable area of an image. Two other quantities that are specific to a projection are the false easting and false northing. In a UTM map projection, points to the west or south of the projection center can have negative UTM values. In order to avoid the inconvenience introduced by negative values, false easting and false northing values are often added to computed northings and eastings to keep all values positive. UTM Northing/Easting to and from Pixel Column and Row It is also useful to go from UTM northing/easting to pixelvalued column and row (Transformation 3) and back (Transformation 4). Since these are both horizontal/vertical 2-D coordinate systems, the transformations are linear equations mapping from one Cartesian system to another. The following fields must be populated for Transformations 3 and 4 to produce correct output: (1) a tie point/ insertion point, (2) resolution/scale, (3) parameters and units of measure. A tie point, also called an insertion point, is a pair of coordinates [(i,j), (x,y)] that tie together a pixel value (i,j) and its UTM equivalent (x,y). Latitude/Longitude to and from Pixel Column and Row The most frequent application of georeferencing is to translate from a pixel value, that is, a column and row of an image, to a latitude/longitude pair. Transformation 5 performs this calculation, while Transformation 6 does the reverse calculation from a latitude/longitude pair to an image column and row. These latitude/longitude column and row transformations can be accomplished via calls to Transformations 1 through 4 discussed above. Specifically, Transformation 5 is carried out by a call to Transformation 4 followed by a call to Transformation 1. Calling Transformation 2 and then calling Transformation 3 accomplishes Transformation SOURCES OF GEOREFERENCING INFORMATION In order to perform the geographic referencing transformations correctly, a number of map parameters must be given along with the map data. While some file formats were designed to contain georeferencing information, for example the ERDAS

4 IMG file format, the file types of most digital maps were not designed to accommodate this metadata. For these file formats, of which the Tagged Image File Format (TIFF) is one example, the metadata must be provided in some manner for the map to be of any use. Although a number of approaches have been taken, the methods for including the metadata have not yet reached a point of standardization that enables a novice to quickly find the necessary information. In this section we describe how geographic referencing information can be extracted from TIFF and IMG files, and detail the georeferencing information sources for the TIFF and IMG file formats. TIFF Files The georeferencing information extraction from TIFF world files (tfw) and/or private tags is based on the literature available in [10], [11]. The current solution for the TIFF format uses a combination of information extraction approaches that are based on three variants of TIFF files containing georeferencing information. Assuming that sufficient data is provided in some combination of the three sources, we can use the georeferencing interface described earlier. The three TIFF file variants are: One or more standardized files are distributed along with TIFF image data as.tfw and/or.txt files. The metadata is encoded in the image file using private TIFF tags. An extension of the TIFF format called GeoTIFF is used. Given multiple information sources, it is possible to read conflicting values for the same geographic field. For example, tie points and resolution values can be specified in both the TIFF world file and the private TIFF tags. When both a tfw file and the private tags are present, the tfw values have priority. Some georeferencing information may be specified either in deg/min/sec or UTM meters. In particular, if the information in private tag is specified in deg/min/sec, the developed software can perform the necessary transformation. Finally, in the absence of necessary information, some transformations will not be executed. For example, if both the tfw file and private tags and are missing, Transformations 3 and 4 cannot be performed. TIFF World Files: Geospecific information for a map in the TIFF format is often included in separate file with the same root file name, but with the extension.tfw [10]. A tfw file is a short ASCII file that contains six values, four of those being the values discussed in Section 3.3. Value Description Column (horizontal) resolution Rotation in the horizontal direction Rotation in the vertical direction Row (vertical) resolution Easting value of tie point Northing value of tie point Table 4-1: Sample TIFF world file values Table 4-1 shows typical values and descriptions for a TIFF world file. In looking at the tfw values, observe that the easting and northing values are available directly from the file. The horizontal and vertical resolution factors are also in the file, and in this example the vertical resolution is a negative value. A tfw file implies that the (i,j) value of the tie point is either the upper left corner or the lower left corner of the image. If the vertical resolution is given as a negative value, then the tie point of the image is implied to be the upper left, that is (0,0). If the vertical resolution is given as a positive value, then the tie point of the image is implied to be the lower left, that is (0, number_of_rows-1), where number_of_rows is the number of rows in the image. Private TIFF Tags: The TIFF file format uses a data structure known as a tag to supply information about an image. Every tag within the TIFF specification has a particular number associated with it, called its value. Any software that reads a TIFF file reads a tag structure by first examining the tag value, and then interpreting the meaning of the tag based on the tag value. The TIFF specification [7] defines the values and meanings of every valid tag, so no single entity can create a TIFF tag of arbitrary value for its exclusive use. However, it is possible for a company to register one or more TIFF tags for private use, and a number of these so-called private tags are quite useful for geographic referencing [11]. Four private tags are supported in I2K. Private Tag Private tag is referred to as the ModelPixelScaleTag and consists of three IEEE double precision floating-point numbers (Horizontal (x) resolution, Vertical (y) resolution and Elevation (z) resolution). This structure has built-in support for digital elevation maps. Private Tag Private tag is referred to as the ModelTiePointTag. It usually consists of six IEEE double precision floating-point numbers organized as shown in the following table. Tag may contain a sequence of [(I,J,K), (X,Y,Z)] values, specifying multiple tie points (Column number of tie point in pixel space, Row number of tie point in pixel space, Elevation value of pixel (I,J), Easting value in model space, Northing value in model space, Elevation of (X,Y) in model space). Private Tag Private tag is called the GeoKeyDirectoryTag. This tag is used to implement the GeoKey data structure for GeoTIFF files, an extension of TIFF. Private Tag Private tag is referred to as the GeoAsciiParamsTag. This tag holds the ASCII values of any GeoKeys that contain ASCII characters. An example is GeoKey GeoTIFF Keys: The private TIFF tag solution worked well for the individual companies who registered the tags. However, for third-party GIS companies, the solution was 4

5 not ideal because their software had to interoperate with each company s standards. The third-party companies wanted a public standard that would be platform independent and available to anyone. The GeoTIFF format is an open standard built from the TIFF 6.0 specification. Its purpose is to include geographic information in a TIFF document in the form of GeoTIFF keys. GeoTIFF keys, commonly known as GeoKeys, can be described as data structures built on top of the tag structure. A GIS reader that does not support the GeoKey specification reads all GeoKeys simply as TIFF tags it does not understand. Following the example of the TIFF tag, each GeoKey has a unique value called an ID number. By efficiently using the TIFF tag structure, the GeoTIFF standard allows for GeoKeys with ID numbers ranging from 0 to 65,535 while using a maximum of six registered tags. GeoKey 1024 GeoKey 1024 is called the GTModelTypeGeoKey. It consists of one short (2-byte unsigned integer) value that specifies the general type of coordinate system used. Geographic and geocentric coordinate system images are less common than images with a projection coordinate system. GeoKey 1024 Possible Value Description 1 A projection coordinate system is being used 2 A geographic coordinate system is being used 3 A geocentric coordinate system is being used GeoKey 1026 GeoKey 1026 is the GTRasterTypeGeoKey. The purpose of this key is to remove the ambiguity inherent in representing a coordinate system with raster data. The key contains one short (2-byte unsigned integer) with two possible values that indicate how to interpret a raster coordinate (a pixel). GeoKey 1024 Possible Value Description 1 Raster pixel represents area 2 Raster pixel represents point As an example, consider a raster coordinate of (1,1). If the value of GeoKey 1026 is 1, it indicates that the raster coordinate (1,1) refers to the entire square grid with boundaries (0,0) in the upper left and (1,1) in the lower right. More generally, in this system a coordinate (i,j) refers to the 1 unit square area with (i,j) as its lower right corner. In contrast, if the value of GeoKey 1026 is 2, a pixel value refers only to point indicated by the intersection in pixel space of a vertical line i units to the right of the origin with a horizontal line j units down from the origin. In our example for raster coordinate (1,1), this would be the point 1 unit right from the origin and 1 unit down. For details see Section in [8]. GeoKey 3072 GeoKey 3072 is the ProjectedCSTypeGeoKey. If GeoKey 1024 has value 1, then this key indicates the specific projection that was used. There are 12,761 allowable values for this key, ranging from to 32760, with each one a well-defined projection on a particular geographic location. See Section in [8] for details. GeoKey 3073 The PCSCitationGeoKey, GeoKey 3073, exists to compensate for the fact that GeoKey 3072 is not a user-friendly way to specify a map projection. The value of GeoKey 3073 is an ASCII string intended to give the user understandable information about the map projection. Often it consists of just a few words providing information such as the UTM zone, the ellipsoid used, or other geographic metadata about the image. The string is shown to the user with other geographic information in the GeoInfo window in I2K (see Section 5). ERDAS IMG Files I2K is also capable of georeferencing maps stored in the ERDAS IMG format. For these files, the metadata is always included in a separate header file. The header file has the same root file name as the image, but with.hdr as its extension. Many types of metadata about the img file are included in the header file in a keyword = value format, with the important keyword for geographic referencing being map info. The map info entry in the header file has the format: map info = { projection_name, i, j, x, y, horizontal_resolution, vertical_resolution UTM_zone, North or South } The individual values in the map info entry are: projection_name: The type of projection used in the image, often UTM. [(i,j),(x,y)]: The tie point. horizontal_resolution: The horizontal resolution of a pixel. vertical_resolution: The vertical resolution of a pixel. The last two individual values are only present if the projection specified is the UTM Northern Hemisphere or the UTM Southern Hemisphere projection: UTM_zone: North or South : The UTM zone in which the region is located. Indicates if the image is in the Northern or Southern Hemisphere of the specified zone. 5. GEOREFERENCING EXAMPLES The developed software enables two primary functions related to georeferencing files. First, it allows a user to view 5

6 georeferencing information for any loaded map. Second, it uses georeferencing to register raster files, such as maps, and vector files, such as boundaries or contours, stored in the shape file format. Once a georeferenced image is loaded into the image window, a user can view all of its available geospecific information by right clicking on the image and selecting GeoInfo from the menu. The values displayed will normally include the scale/resolution of the image, the projection type of the map, and/or the ellipsoid name from which this map was projected. An example is illustrated in Figure 5-1. Figure 5-1: A land cover map image and its GeoInfo A few tools in the I2K software use georeferencing functionality, for example, the GeoFeature tool. With this option, a user can choose to register and overlay a contour or boundary stored in a shape file onto the georeferenced image. If enough image metadata are correctly loaded to support all six transformations, the shape file with points specified by latitude and longitude will be correctly georeferenced over the image. Once the geo-registration has been completed, statistics of image attributes over each boundary can be computed. An example of geo-registration is shown in Figure 5-2. Figure 5-2: A TIFF image with forest cover labels (left) and its georeferencing information (right) can be geo-registered with a shape file containing boundaries of Illinois counties (left image Illinois falls within indicated rectangle). 6. SUMMARY The developed software provides georeferencing for several of the most common types of digital map data. The implementation allows new projection and file types to be supported with minimal additional coding effort. Considerable 6 effort was spent on effectively reading and utilizing the available map metadata. To keep the software as easy to use as possible, the described extraction of georeferencing information attempts to find the required data in several places before giving up, and occasionally makes a 'best guess' if the necessary data cannot be found. The result of our work is the ability to load georeferenced images with the geospecific information embedded in the image files, included in standard additional files, or some combination of these two for the TIFF and ESRI IMG file formats. A possible future direction for geographic referencing in I2K would be the addition of an Expert Mode. If the user knows required information about a map image whose metadata is in a different format than I2K expects, the user could simply use a GUI tool to tell I2K the necessary information. This GUI tool could take a 'wizard' format, prompting the user with a series of questions to facilitate the data entry. The direct-entry feature would require more user knowledge and expertise, but would provide immediate accessibility to the georeferencing capabilities of I2K for images in formats not yet coded into the system. REFERENCES [1] Gateway site to entire topic: [2] ESRI website: [3] USGS Mapping Science Software: [4] Educational site: um.html [5] Technical Information: fusage/eu_cs.html [6] Research Systems, Inc, The Environment of Visualizing Images (ENVI), [7] P. Bajcsy, Image To Knowledge (I2K), Software Overview and Documentation, cts/i2k/documentation/index.html. [8] TIFF Revision 6.0. Aldus Corporation. Copyright , [9] GeoTIFF Revision 1.0. Ritter, Niles. Ruth, Michael [10] Map Projections A Reference Manual. L. M. Bugayevsky and J. P. Snyder. Taylor and Francis, [11] Information on tfw files: 15.htm [12] Information on private TIFF tags: [13] Understanding Map Projections. Kennedy, Melita. Kopp, Steve. Environmental Systems Research Institute, Inc. [14] Molodensky equations reference ge/eu_cs34h.html [15] Lambert projection equations AreaProjection.html [16] Online reference to transformation equations fusage/eu_cs.html [17] T. Alumbaugh and P. Bajcsy, Georeferencing Maps with Contours in I2K, Technical Report NCSA-ALG , October 2000.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project. v. 12.3 SMS 12.3 Tutorial Working with map projections in SMS Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

More information

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project. v. 10.2 GMS 10.2 Tutorial Working with map projections in GMS Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

More information

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project. v. 12.2 SMS 12.2 Tutorial Working with map projections in SMS Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

More information

Technical Specifications

Technical Specifications 1 Contents INTRODUCTION...3 ABOUT THIS LAB...3 IMPORTANCE OF THIS MODULE...3 EXPORTING AND IMPORTING DATA...4 VIEWING PROJECTION INFORMATION...5...6 Assigning Projection...6 Reprojecting Data...7 CLIPPING/SUBSETTING...7

More information

COORDINATE TRANSFORMATION. Lecture 6

COORDINATE TRANSFORMATION. Lecture 6 COORDINATE TRANSFORMATION Lecture 6 SGU 1053 SURVEY COMPUTATION 1 Introduction Geomatic professional are mostly confronted in their work with transformations from one two/three-dimensional coordinate system

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

3.1 Units. Angle Unit. Direction Reference

3.1 Units. Angle Unit. Direction Reference Various settings allow the user to configure the software to function to his/her preference. It is important to review all the settings prior to using the software to ensure they are set to produce the

More information

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project. v. 10.4 GMS 10.4 Tutorial Working with map projections in GMS Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

More information

Geometric Correction of Imagery

Geometric Correction of Imagery Geometric Correction of Imagery Geometric Correction of Imagery Present by: Dr.Weerakaset Suanpaga D.Eng(RS&GIS) The intent is to compensate for the distortions introduced by a variety of factors, so that

More information

Navigation coordinate systems

Navigation coordinate systems Lecture 3 Navigation coordinate systems Topic items: 1. Basic Coordinate Systems. 2. Plane Cartesian Coordinate Systems. 3. Polar Coordinate Systems. 4. Earth-Based Locational Reference Systems. 5. Reference

More information

Use of n-vector for Radar Applications

Use of n-vector for Radar Applications Use of n-vector for Radar Applications Nina Ødegaard, Kenneth Gade Norwegian Defence Research Establishment Kjeller, NORWAY email: Nina.Odegaard@ffi.no Kenneth.Gade@ffi.no Abstract: This paper aims to

More information

Objectives Learn how to work with projections in WMS, and how to combine data from different coordinate systems into the same WMS project.

Objectives Learn how to work with projections in WMS, and how to combine data from different coordinate systems into the same WMS project. s v. 11.0 Projections / Coordinate Systems WMS 11.0 Tutorial Projections / Coordinate Systems Working with map projections in WMS Objectives Learn how to work with projections in WMS, and how to combine

More information

Novel Real-Time Coordinate Transformations based on N-Dimensional Geo-Registration Parameters' Matrices

Novel Real-Time Coordinate Transformations based on N-Dimensional Geo-Registration Parameters' Matrices FIG Working Week 009, Eilat, Israel, -8 May 009 Novel Real-Time Coordinate Transformations based on N-Dimensional Geo-Registration Parameters' Matrices Sagi Dalyot, Ariel Gershkovich, Yerach Doythser Mapping

More information

THE FUTURE OF STATE PLANE COORDINATES AT ODOT

THE FUTURE OF STATE PLANE COORDINATES AT ODOT THE FUTURE OF STATE PLANE COORDINATES AT ODOT BY: RAY FOOS P.S. AND BRIAN MEADE P.S. THE OHIO DEPARTMENT OF TRANSPORTATION WORKING WITH STATE PLANE COORDINATES OR HOW TO MAKE THE EARTH FLAT SURVEYORS AND

More information

Fundamentals of Structural Geology Exercise: concepts from chapter 2

Fundamentals of Structural Geology Exercise: concepts from chapter 2 0B Reading: Fundamentals of Structural Geology, Ch 2 1) Develop a MATLAB script that plots the spherical datum (Fig. 2.1a) with unit radius as a wire-frame diagram using lines of constant latitude and

More information

Purpose: To explore the raster grid and vector map element concepts in GIS.

Purpose: To explore the raster grid and vector map element concepts in GIS. GIS INTRODUCTION TO RASTER GRIDS AND VECTOR MAP ELEMENTS c:wou:nssi:vecrasex.wpd Purpose: To explore the raster grid and vector map element concepts in GIS. PART A. RASTER GRID NETWORKS Task A- Examine

More information

3. Map Overlay and Digitizing

3. Map Overlay and Digitizing 3. Map Overlay and Digitizing 3.1 Opening Map Files NavviewW/SprayView supports digital map files in ShapeFile format from ArcView, DXF format from AutoCAD, MRK format from AG-NAV, Bitmap and JPEG formats

More information

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 9 Raster Data Analysis Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Raster Data Model The GIS raster data model represents datasets in which square

More information

Geocoding and Georeferencing. Scott Bell GIS Institute

Geocoding and Georeferencing. Scott Bell GIS Institute Geocoding and Georeferencing Scott Bell GIS Institute Learning Outcomes Define coordinate system and map projection Relate coordinate systems and map projections Distinguish between defining and changing

More information

Geographic Information Systems. using QGIS

Geographic Information Systems. using QGIS Geographic Information Systems using QGIS 1 - INTRODUCTION Generalities A GIS (Geographic Information System) consists of: -Computer hardware -Computer software - Digital Data Generalities GIS softwares

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

More information

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3) Rec. ITU-R P.1058-1 1 RECOMMENDATION ITU-R P.1058-1 DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES (Question ITU-R 202/3) Rec. ITU-R P.1058-1 (1994-1997) The ITU Radiocommunication Assembly, considering

More information

Yandex.Maps API Background theory

Yandex.Maps API Background theory 8.02.2018 .. Version 1.0 Document build date: 8.02.2018. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2018 Yandex LLC. All rights reserved.

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

LECTURE TWO Representations, Projections and Coordinates

LECTURE TWO Representations, Projections and Coordinates LECTURE TWO Representations, Projections and Coordinates GEOGRAPHIC COORDINATE SYSTEMS Why project? What is the difference between a Geographic and Projected coordinate system? PROJECTED COORDINATE SYSTEMS

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

WHERE THEORY MEETS PRACTICE

WHERE THEORY MEETS PRACTICE world from others, leica geosystems WHERE THEORY MEETS PRACTICE A NEW BULLETIN COLUMN BY CHARLES GHILANI ON PRACTICAL ASPECTS OF SURVEYING WITH A THEORETICAL SLANT february 2012 ² ACSM BULLETIN ² 27 USGS

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

State Plane Coordinates and Computations using them GISC Spring 2013

State Plane Coordinates and Computations using them GISC Spring 2013 State Plane Coordinates and Computations using them GISC-3325 - Spring 2013 Map Projections From UNAVCO site hosting.soonet.ca/eliris/gpsgis/lec2geodesy.html Taken from Ghilani, SPC State Plane Coordinate

More information

Data Models and Data processing in GIS

Data Models and Data processing in GIS PDHonline Course L155G (5 PDH) Data Models and Data processing in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088

More information

LOCAL GEODETIC HORIZON COORDINATES

LOCAL GEODETIC HORIZON COORDINATES LOCAL GEODETIC HOIZON COODINATES In many surveying applications it is necessary to convert geocentric Cartesian coordinates X,,Z to local geodetic horizon Cartesian coordinates E,N,U (East,North,Up). Figure

More information

Convert Local Coordinate Systems to Standard Coordinate Systems

Convert Local Coordinate Systems to Standard Coordinate Systems BENTLEY SYSTEMS, INC. Convert Local Coordinate Systems to Standard Coordinate Systems Using 2D Conformal Transformation in MicroStation V8i and Bentley Map V8i Jim McCoy P.E. and Alain Robert 4/18/2012

More information

Storage and Retrieval Efficiency Evaluations of Boundary Data Representations for LLS, TIGER and DLG Data Structures.

Storage and Retrieval Efficiency Evaluations of Boundary Data Representations for LLS, TIGER and DLG Data Structures. Technical Report December 8, 2004 David Clutter, clutter@ncsa.uiuc.edu Peter Bajcsy, pbajcsy@ncsa.uiuc.edu Automated Learning Group National Center for Supercomputing Applications 605 East Springfield

More information

How to georeference images in ArcMap (Arcinfo, ArcReader, ArcView)

How to georeference images in ArcMap (Arcinfo, ArcReader, ArcView) How to georeference images in ArcMap (Arcinfo, ArcReader, ArcView) This procedure outlines the steps required to georeference any image, including air photos or raster copies of scanned paper maps. In

More information

Exercise 6-1 Image Georegistration Using RESAMPLE

Exercise 6-1 Image Georegistration Using RESAMPLE Exercise 6-1 Image Georegistration Using RESAMPLE Resampling is a procedure for spatially georeferencing an image to its known position on the ground. Often, this procedure is used to register an image

More information

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems v. 10.0 WMS 10.0 Tutorial GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems Learn how to work with DEMs and images and to convert between projection systems in the WMS interface

More information

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Lecture 04 Raster data model and comparisons with vector Hello friends,

More information

Georeferencing, Feature Extraction and Modeling From Raster and Point Data Information

Georeferencing, Feature Extraction and Modeling From Raster and Point Data Information Technical Report: alg04-004 April 8,2004 Tyler Alumbaugh, talumbau@ncsa.uiuc.edu Peter Bajcsy, pbajcsy@ncsa.uiuc.edu Automated Learning Group National Center for Supercomputing Applications 605 East Springfield

More information

ENVI Tutorial: Map Composition

ENVI Tutorial: Map Composition ENVI Tutorial: Map Composition Table of Contents OVERVIEW OF THIS TUTORIAL...3 MAP COMPOSITION IN ENVI...4 Open and Display Landsat TM Data...4 Build the QuickMap Template...4 MAP ELEMENTS...6 Adding Virtual

More information

Buckskin Detachment Surface Interpolation, Southern Lincoln Ranch Basin, Buckskin Mountains, Western Arizona Hal Hundley

Buckskin Detachment Surface Interpolation, Southern Lincoln Ranch Basin, Buckskin Mountains, Western Arizona Hal Hundley Buckskin Detachment Surface Interpolation, Southern Lincoln Ranch Basin, Buckskin Mountains, Western Arizona Hal Hundley Introduction The Lincoln Ranch basin in Buckskin Mountains in west-central Arizona

More information

Computation of Slope

Computation of Slope Computation of Slope Prepared by David R. Maidment and David Tarboton GIS in Water Resources Class University of Texas at Austin September 2011, Revised December 2011 There are various ways in which slope

More information

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software Smart GIS Course Developed By Mohamed Elsayed Elshayal Elshayal Smart GIS Map Editor and Surface Analysis First Arabian GIS Software http://www.freesmartgis.blogspot.com/ http://tech.groups.yahoo.com/group/elshayalsmartgis/

More information

LECTURE 2 SPATIAL DATA MODELS

LECTURE 2 SPATIAL DATA MODELS LECTURE 2 SPATIAL DATA MODELS Computers and GIS cannot directly be applied to the real world: a data gathering step comes first. Digital computers operate in numbers and characters held internally as binary

More information

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

More information

Higher Surveying Dr. Ajay Dashora Department of Civil Engineering Indian Institute of Technology, Guwahati

Higher Surveying Dr. Ajay Dashora Department of Civil Engineering Indian Institute of Technology, Guwahati Higher Surveying Dr. Ajay Dashora Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 2 Lecture - 03 Coordinate System and Reference Frame Hello everyone. Welcome back on

More information

GIS IN ECOLOGY: CREATING RESEARCH MAPS

GIS IN ECOLOGY: CREATING RESEARCH MAPS GIS IN ECOLOGY: CREATING RESEARCH MAPS Contents Introduction... 2 Elements of Cartography... 2 Course Data Sources... 3 Tasks... 3 Establishing the Map Document... 3 Laying Out the Map... 5 Exporting Your

More information

Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1

Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1 Data conversion/entry (GIS, databases) November 21-25, 2006 Freetown, Sierra Leone Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1 Objectives: Explore digital archives

More information

Geological mapping using open

Geological mapping using open Geological mapping using open source QGIS MOHSEN ALSHAGHDARI -2017- Abstract Geological mapping is very important to display your field work in a map for geologist and others, many geologists face problems

More information

GIS in agriculture scale farm level - used in agricultural applications - managing crop yields, monitoring crop rotation techniques, and estimate

GIS in agriculture scale farm level - used in agricultural applications - managing crop yields, monitoring crop rotation techniques, and estimate Types of Input GIS in agriculture scale farm level - used in agricultural applications - managing crop yields, monitoring crop rotation techniques, and estimate soil loss from individual farms or agricultural

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

Georeferencing & Spatial Adjustment

Georeferencing & Spatial Adjustment Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World Rotation Differential Scaling Distortion Skew Translation 1 The Problem How are geographically unregistered data, either

More information

Well Unknown ID AKA EPSG: 3857

Well Unknown ID AKA EPSG: 3857 Well Unknown ID AKA EPSG: 3857 Pamela Kanu November 2016 WGS 1984 WEB MERCATOR ALIASES: AUXILIARY SPHERE, WKID: 3857, WKID: 102100, WKID: 102113, SHERICAL MERCATOR, WGS 84/PSEUDO-MERCATOR, OPEN LAYERS:

More information

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 This lab explains how work with a Global 30-Arc-Second (GTOPO30) digital elevation model (DEM) from the U.S. Geological Survey. This dataset can

More information

Creating and editing vector maps

Creating and editing vector maps Software PHOTOMOD Module PHOTOMOD VectOr Creating and editing vector maps Racurs, Moscow, 2009 PHOTOMOD CONTENTS 1. GENERAL PURPOSE OF VECTOR MAP EDITOR... 3 2. VECTOR MAP EDITOR MANAGING.... 3 3. ADDING

More information

ADAMS FUNCTIONAL DESCRIPTION FOR THE CORONA 350 II FLIR SYSTEMS POLYTECH AB

ADAMS FUNCTIONAL DESCRIPTION FOR THE CORONA 350 II FLIR SYSTEMS POLYTECH AB ADAMS FUNCTIONAL DESCRIPTION FOR THE CORONA 350 II FLIR SYSTEMS POLYTECH AB Table of Contents Table of Contents... 1 Introduction... 2 Overview... 2 Purpose... 2 ADAMS Functional Description... 3 Setup

More information

CHAPTER 5 3D STL PART FROM SURFER GRID DEM DATA

CHAPTER 5 3D STL PART FROM SURFER GRID DEM DATA CHAPTER 5 3D STL PART FROM SURFER GRID DEM DATA The Surfer Grid is another widely used DEM file format and found to be suitable for the direct conversion to faceted formats. The chapter begins with an

More information

PDHonline Course L154G (5 PDH) Data in GIS. Instructor: Steve Ramroop, Ph.D. PDH Online PDH Center

PDHonline Course L154G (5 PDH) Data in GIS. Instructor: Steve Ramroop, Ph.D. PDH Online PDH Center PDHonline Course L154G (5 PDH) Data in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088 www.pdhonline.org www.pdhcenter.com

More information

GRASS GIS - Introduction

GRASS GIS - Introduction GRASS GIS - Introduction What is a GIS A system for managing geographic data. Information about the shapes of objects. Information about attributes of those objects. Spatial variation of measurements across

More information

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA GOVERNMENT GAZETTE OF THE REPUBLIC OF NAMIBIA N$7.20 WINDHOEK - 7 October 2016 No. 6145 CONTENTS Page GENERAL NOTICE No. 406 Namibia Statistics Agency: Data quality standard for the purchase, capture,

More information

On Grid: Tools and Techniques to Place Reality Data in a Geographic Coordinate System

On Grid: Tools and Techniques to Place Reality Data in a Geographic Coordinate System RC21940 On Grid: Tools and Techniques to Place Reality Data in a Geographic Coordinate System Seth Koterba Principal Engineer ReCap Autodesk Ramesh Sridharan Principal Research Engineer Infraworks Autodesk

More information

Displaying Strike and Dip Measurements on Your Map in Surfer

Displaying Strike and Dip Measurements on Your Map in Surfer Displaying Strike and Dip Measurements on Your Map in Surfer Measuring strike and dip is a fundamental part of geological mapping, and displaying strike and dip information on a map is an effective way

More information

Georeferencing & Spatial Adjustment 2/13/2018

Georeferencing & Spatial Adjustment 2/13/2018 Georeferencing & Spatial Adjustment The Problem Aligning Raster and Vector Data to the Real World How are geographically unregistered data, either raster or vector, made to align with data that exist in

More information

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM Lecture 13: Advanced Data Models: Terrain mapping and Analysis Contents of Lecture Surface Data Models DEM GRID Model TIN Model Visibility Analysis Geography 373 Spring, 2006 Changjoo Kim 11/29/2006 1

More information

Alberta-wide ALOS DSM "ALOS_DSM15.tif", "ALOS_DSM15_c6.tif"

Alberta-wide ALOS DSM ALOS_DSM15.tif, ALOS_DSM15_c6.tif Alberta-wide ALOS DSM "ALOS_DSM15.tif", "ALOS_DSM15_c6.tif" Alberta Biodiversity Monitoring Institute Geospatial Centre May 2017 Contents 1. Overview... 2 1.1. Summary... 2 1.2 Description... 2 1.3 Credits...

More information

Geoapplications development Control work 1 (2017, Fall)

Geoapplications development Control work 1 (2017, Fall) Page 1 Geoapplications development Control work 1 (2017, Fall) Author: Antonio Rodriges, Oct. 2017 http://rgeo.wikience.org/ Surname, name, patronymic: Group: Date: Signature: Select all correct statements.

More information

The Problem. Georeferencing & Spatial Adjustment. Nature Of The Problem: For Example: Georeferencing & Spatial Adjustment 9/20/2016

The Problem. Georeferencing & Spatial Adjustment. Nature Of The Problem: For Example: Georeferencing & Spatial Adjustment 9/20/2016 Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World The Problem How are geographically unregistered data, either raster or vector, made to align with data that exist in

More information

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map I. An Intro to ArcMap Version 9.3 and 10 What is Arc Map? 1) Arc Map is basically a build your own Google map a. Display and manage geo-spatial data (maps, images, points that have a geographic location)

More information

OziExplorer Training and Help Manual for Use with Soil Resource Stewardship Monitoring Checklist: Cutblock-Level

OziExplorer Training and Help Manual for Use with Soil Resource Stewardship Monitoring Checklist: Cutblock-Level for Use with Soil Resource Stewardship Monitoring Checklist: Cutblock-Level Stéphane Dubé, Soil Scientist MOFR Northern Interior Forest Region May 2009 Version 2 Starting up This section will describe

More information

Main concepts of ILWIS 3.0

Main concepts of ILWIS 3.0 CHAPTER 2 Main concepts of ILWIS 3.0 In chapter one, Introduction to ILWIS, you started with ILWIS, and learned the basics of the user interface. This chapter presents some key concepts of ILWIS. In section

More information

Doc #: IDI06-11F Rev: 1.3 Issued: 22/02/18. Well Seeker PRO How To Guide Rev 1.3. Page 1 of 26

Doc #: IDI06-11F Rev: 1.3 Issued: 22/02/18. Well Seeker PRO How To Guide Rev 1.3. Page 1 of 26 Well Seeker PRO How To Guide Rev 1.3 Page 1 of 26 Contents 1.0 - Getting Started... 4 1.1 - Display... 4 2.0 - Creating a new Well... 5 2.1 - Unit Selection... 5 2.2 - New Instant Plan / Survey... 6 2.3

More information

Introduction to GIS. Geographic Information Systems SOCR-377 9/24/2015. R. Khosla Fall Semester The real world. What in the world is GIS?

Introduction to GIS. Geographic Information Systems SOCR-377 9/24/2015. R. Khosla Fall Semester The real world. What in the world is GIS? Introduction to GIS Geographic Information Systems SOCR-377 What in the world is GIS? GIS is simultaneously the telescope, the microscope, the computer and the Xerox machine of regional analysis and synthesis

More information

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

The GIS Spatial Data Model

The GIS Spatial Data Model The GIS Spatial Data Model Introduction: Spatial data are what drive a GIS. Every piece of functionality that makes a GIS separate from another analytical environment is rooted in the spatially explicit

More information

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Richard Knox CE 394K Fall 2011 Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Objective: The objective of this term project is to use ArcGIS to evaluate

More information

TPC Desktop Series. Geodetic Learning Guide

TPC Desktop Series. Geodetic Learning Guide TPC Desktop Series Geodetic Learning Guide 1/18 NOTICE The information in this document is subject to change without notice. TRAVERSE PC. Inc. assumes no responsibility for any errors that may appear in

More information

Gravity Data Correction in QCTool

Gravity Data Correction in QCTool Gravity Data Correction in QCTool January 20, 2017 info@qc-tool.com 2 1. Importing Data You must import to QCTool measured gravity data from ASCII files. Then you need to import the data from CSV files

More information

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL DIGITAL MAPPING FILES (very efficient/extremely accurate): 1. G.I.S. dataset formats that we can accept: FORMAT FILE EXT(S) FORMAT FILE EXT(S) AutoCAD (*.dwg,

More information

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL DIGITAL MAPPING FILES (very efficient/extremely accurate): 1. G.I.S. dataset formats that we can accept: FORMAT FILE EXT(S) FORMAT FILE EXT(S) AutoCAD (*.dwg,

More information

Chapter 3: Maps as Numbers

Chapter 3: Maps as Numbers Chapter 3: Maps as Numbers 3. Representing Maps as Numbers 3.2 Structuring Attributes 3.3 Structuring Maps 3.4 Why Topology Matters 3.5 Formats for GIS Data 3.6 Exchanging Data David Tenenbaum EEOS 265

More information

LAS Specification Version 1.2 April 29, 2008

LAS Specification Version 1.2 April 29, 2008 LAS Specification Version 1.2 April 29, 2008 LAS FORMAT VERSION 1.2: This document reflects the second revision of the LAS format specification since its initial version 1.0 release. Version 1.2 retains

More information

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

Exercise One: Creating A Map Of Species Distribution For A Publication

Exercise One: Creating A Map Of Species Distribution For A Publication --- Chapter three --- Exercise One: Creating A Map Of Species Distribution For A Publication One of the first, and most common, tasks you will want to do in using GIS is to produce maps for use in presentations,

More information

The Raster Data Model

The Raster Data Model The Raster Data Model 2 2 2 2 8 8 2 2 8 8 2 2 2 2 2 2 8 8 2 2 2 2 2 2 2 2 2 Llano River, Mason Co., TX 1 Rasters are: Regular square tessellations Matrices of values distributed among equal-sized, square

More information

Registering new custom watershed models or other polygonal themes

Registering new custom watershed models or other polygonal themes Technical manual 55 Registering new custom watershed models or other polygonal themes Add new watershed model The Add New Watershed Model... option on the AWRD Modules menu allows users to register new

More information

Introduction :- Storage of GIS Database :- What is tiling?

Introduction :- Storage of GIS Database :- What is tiling? Introduction :- GIS storage and editing subsystems provides a variety of tools for storing and maintaining the digital representation of a study area. It also provide tools for examining each theme for

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information

Representing Geography

Representing Geography Data models and axioms Chapters 3 and 7 Representing Geography Road map Representing the real world Conceptual models: objects vs fields Implementation models: vector vs raster Vector topological model

More information

Section G. POSITIONAL ACCURACY DEFINITIONS AND PROCEDURES Approved 3/12/02

Section G. POSITIONAL ACCURACY DEFINITIONS AND PROCEDURES Approved 3/12/02 Section G POSITIONAL ACCURACY DEFINITIONS AND PROCEDURES Approved 3/12/02 1. INTRODUCTION Modern surveying standards use the concept of positional accuracy instead of error of closure. Although the concepts

More information

IMAGINE OrthoRadar. Accuracy Evaluation. age 1 of 9

IMAGINE OrthoRadar. Accuracy Evaluation. age 1 of 9 IMAGINE OrthoRadar Accuracy Evaluation age 1 of 9 IMAGINE OrthoRadar Product Description IMAGINE OrthoRadar is part of the IMAGINE Radar Mapping Suite and performs precision geocoding and orthorectification

More information

Terrain Modeling with ArcView GIS from ArcUser magazine

Terrain Modeling with ArcView GIS from ArcUser magazine Lesson 5: Label Features Using GNIS Data Lesson Goal: Use GNIS label data to enhance the Bright Angel model created used in Lessons 3 and 4. GNIS data will be reprojected so that it will align properly

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Lecture 5 August 31 2016 Topics: Polar coordinate system Conversion of polar coordinates to 2-D

More information

16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose <None>. Click OK button.

16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose <None>. Click OK button. 16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose . Click OK button. 17) The process of TIN making will take some time. Various process

More information

SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL

SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL Digital Mapping Files that we can accept: 1. G.I.S. dataset formats that we can accept: AutoCad File Latest Releases (*.DWG, *.DXF) ESRI

More information

Raster Images Processing

Raster Images Processing Software PHOTOMOD Module PHOTOMOD VectOr Raster Images Processing Racurs, Moscow, 2009 PHOTOMOD CONTENTS 1. Raster processing in PHOTOMOD VectOr...3 1.1. Raster map...3 1.2. Raster data conversion...4

More information

Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap

Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap Step 1: ASTER or SRTM? There has been some concerns about the quality of ASTER data, nicely exemplified in the following

More information

Raster Data Models 9/18/2018

Raster Data Models 9/18/2018 Raster Data Models The Raster Data Model Rasters are: Regular square tessellations Matrices of values distributed among equal-sized, square cells 5 5 5 5 5 5 5 5 2 2 5 5 5 5 5 5 2 2 2 2 5 5 5 5 5 2 2 2

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

DTM Based on an Ellipsoidal Squares

DTM Based on an Ellipsoidal Squares DM Based on an Ellipsoidal Squares KRZYSZOF NAUS Institute of Navigation and Hydrography Polish Naval Academy Śmidoicza 69, 8-3 Gdynia POLAND k.naus@am.gdynia.pl Abstract: - he paper presents the description

More information

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O TOPICS COVERED Spatial Analyst basics Raster / Vector conversion Raster data

More information