Difference between revisions of "Types of Data"

From IMSMA Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
==Raster Data==__NOEDITSECTION__  
 
==Raster Data==__NOEDITSECTION__  
Raster data is made up of pixels (also referred to as grid cells). Raster’s often look pixelated because each pixel is associated with a value or a class. Rasters include satellite and UAV/UAS imagery, elevation data models, etc.
+
Raster data is made up of pixels (also referred to as grid cells). Raster’s often look pixelated because each pixel is associated with a value or a class. Rasters include satellite and UAV/UAS imagery, elevation data models, etc. Common raster file formats are:
 +
* .jpeg, .png, .tiff, .bmp
 
<br/>
 
<br/>
 
<br/>
 
<br/>

Revision as of 13:24, 3 August 2016

Vector Data

Vector data comprises of vertices and paths. These include points (hospitals), lines (roads) and polygons (areas). Vector data can be in various data formats, these include:

  • KML, KMZ (often used in Google Earth or other web GIS programs)
  • Shape File (.shp) this is the standard file format for vector data and will contain only a single dataset
  • Geodatabase (.gdb) these will contain multiple datasets simultaneously.

Raster Data

Raster data is made up of pixels (also referred to as grid cells). Raster’s often look pixelated because each pixel is associated with a value or a class. Rasters include satellite and UAV/UAS imagery, elevation data models, etc. Common raster file formats are:

  • .jpeg, .png, .tiff, .bmp



GIS Spatial Data Types: Vector vs Raster