1 / 21

Module_6: Spatial Analysis

Module_6: Spatial Analysis . Lesson : Spatial Datasets Analysis. Department of « Geodesy and Geoinformatics » Tajik Agrarian University named after Sh. Shotemur . Mirzoev M.M. Objectives . Data analysis Grid datasets information Future conversion Datasets function Assignment.

iria
Download Presentation

Module_6: Spatial Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Module_6:Spatial Analysis Lesson : Spatial Datasets Analysis Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  2. Objectives • Data analysis • Grid datasets information • Future conversion • Datasets function • Assignment Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  3. Map Analysis Map analysis consists of inferring information – necessary for a given engineering/scientific task – from general information contained in digital spatial datasets. In map analysis with raster datasets, the digital spatial datasets consist of grids. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  4. Spatial Analyst To enable the raster data analysis capabilities, load the Spatial Analyst ArcGIS extension by clicking Tools/ Extensions/Spatial Analyst and then Tools/Customize/ Spatial Analyst. The Spatial Analyst adds a toolbar that contains a Spatial Analyst menu, a combo box Layer for selecting the layer, a Create contour tooland a Histogram tool. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  5. Grid Datasets Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  6. (x, y) Number of columns Cell size Number of rows Grid Data Structure • Cellular-based data structure composed of square cells of equal size arranged in rows and columns that store the value of a terrain parameter • Cells that do not store a value are assigned a NODATA code and are called NODATA cells. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  7. Grid Properties • Type: Integer or Floating Point. • Depending on the type of numbers the grid cells store, a grid is considered Integer if it stores integer values or Floating Point if it stores real values. Floating Point grids store the same information as an Integer grid but take significantly much more storage space. • Status: Permanent or Temporary. • Many grids created in ArcGIS are stored as temporary files and are subject to be erased automatically. A temporary grid can be saved as a permanent grid by right-clicking on the layer name and then on Make Permanent Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  8. Value Attribute Table • Value Attribute Tables (VATs) are tables associated with grids which have two fields: Value and Count. The Value field lists all values found in the grid and the Count field lists the number of cells that have that value. • Only Integer grids have VATs. • VATs are created automatically for Integer grids with less than 500 unique values or with a range of values that does not exceed 100,000. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  9. Analysis Extent and Cell Size • Analysis Extent and Cell Size are defined for a Data Frame. • To define the Analysis Extent and Cell Size click on Spatial Analyst/Options and then on the Extent or Cell Size tabs. • The Analysis Mask flags the cells – within the Analysis Extent – where grid values are calculated. Outside the mask, grid cells are assigned NODATA. • Analysis Extent defines the size of the grid rectangle. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  10. Analysis Properties • Analysis Cell Size defines the length of the cell side. • The Number of Rows and Number of Columns are redundant if the Analysis Extent and Cell Size have been defined already. If all the grids of a data frame have to be aligned and with their cells coinciding exactly, the analysis Extent and Cell Size must be set before any grids are created. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  11. Feature-to-Raster Conversion • Point-to-grid: • Each point is converted into the grid cell where it is located. The cell value is a user-selected attribute of the point feature class. • If two points coincide in the same cell, one is chosen randomly for the cell value. Coincidence of two or more points within a cell might reflect inconsistency between the resolution of the grid and point dataset. • To convert a point dataset into a grid, click on Spatial Analyst/Convert/ Features to Raster in the Spatial Analyst toolbar. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  12. Feature-to-Raster Conversion • Line-to-grid: • Each line is converted into the grid cells with which it intersects. The cell value is a user-selected attribute of the line dataset. • If two lines coincide in the same cell, one is chosen randomly for the cell value. • To convert a line dataset into a grid, in the Spatial Analyst toolbar click on Spatial Analyst/Convert/ Features to Raster. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  13. Vector-to-Raster Conversion • Polygon-to-grid: • Each polygon is converted into the grid cells whose centroid it contains. The cell value is a user-selected attribute of the polygon dataset. • If two polygons coincide in the same cell (overlap), one is chosen randomly for the cell value. • To convert a polygon dataset into a grid, click on Spatial Analyst/ Convert/Features to Raster in the Spatial Analyst toolbar. Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  14. Raster-to-Feature Conversion • Raster-to-polygon: • All adjacent cells (i.e., share a side) with the same value are aggregated into a single polygon. • Grids have to be Integer grids. • The cell value is stored in an attribute Grid_Code of the polygon dataset. • Polygon outlines are smoothed to avoid jagged edges. • To convert a polygon dataset into a grid, click on the Spatial Analyst/ Convert/Raster to Features in Spatial Analyst toolbar. Department of «Geodesy and Geoinformatics» Tajik Agrarian Universitynamed after Sh. Shotemur .Mirzoev M.M.

  15. Raster Functions • Raster functions create output grids using input grids as arguments. • Raster functions are classified into: • Local functions • Focal functions • Zonal functions • Global functions Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  16. Local Functions • The value of an output grid cell depends on the value of the cells of the input grids that have the same location. Neighbor cells have no influence on the output values. • Local functions can have one or many input grids as arguments. Input Output Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  17. Focal Functions • The value of an output grid cell depends on the value of the cells of the input grids in the neighborhood. • The neighborhood can be defined in different ways. • Focal functions usually have one input grid as argument, but could have more than one. Input Output Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  18. Zonal Functions • The value of an output grid cell depends on the value of the cells of the input grids of the same zone. • A zones grid has to be one of the function arguments. • Besides the zones grid, zonal functions usually have only one input grid as argument, but could have more than one. Input Output Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  19. Global Functions • The value of an output grid cell depends on the value of all the cells of the input grids. • Global functions usually have one input grid as argument, but could have more than one. Input Output Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

  20. Assignment Create a vector data according raster data To conversion vector map to raster To generate map layout To write a report (2-3 page)

  21. ? Department of «Geodesy and Geoinformatics» Tajik Agrarian University named after Sh. Shotemur .Mirzoev M.M.

More Related