Second Test Flashcards
(38 cards)
storing vector features
a multipart feature may contain several separate pieces
spaghetti models
simple vector data formats; each state is stored as individual polygons; adjacent boundaries are stored twice; it is a robust model because of its simplicity
topological models
test whether features are adjacent, connect, overlap, or intersect; can find data errors such as overlapping states, or a county boundary that falls outside the state; states information on how features
types of data used in ArcGis
shapefiles, coverages, geodatabases
shapefiles
vector feature classes developed for early version of Arcview to ArcGis; stored in a spaghetti data format that has a simple structure; care must be taken when copying or renaming shape files outside of ArcGis
coverages
vector data format developed for ArcInfo and is oldest of data formats. not read by ArcGis Pro; must be converted to a shape file or geodatabase in ArcMap; composed of multiple feature classes
geodatabases
recommend model for stating spatial information for ArcGis;
4 types of geodatabases
personal, file, mobile, and enterprise
personal geodatabase
original format but not recognized by ArcGis Pro stored in a Microsoft access database format; for single users or small workgroups; 2GB limitation on feature classes
file geodatabase
stored as files in a geodatabase folder; for single users or small workgroups; platform independent
mobile geodatabase
newest format available with latest version of ArcGis Pro; use open source database for storage and is optimized for mobile devices
enterprise geodatabases
stored in a commercial relational database management system (DBMS) such as oracle or SQL server; designed for multiple users and large workgroups; supports multiuser editing, versioned editing
queries
used to extract data using an expression based on an attribute field
clip
extracts features within a bounding polygon from another feature class
erase
extracts the features outside of a bounding polygon from another feature class
merging
combines all feature from two or more data sets into a single new feature class; used to combine adjacent feature classes; works when data in attribute table identical; if they don’t match merge rules must be set up to combine the table data in a logical and ideal way
pixels or cells
each pixel contain one numeric value; dimensions of a pixel is the resolution and they are in the units of the stored coordinate; value represents some property of the pixel area
raster resolution
x and y dimensions of each pixel define the resolution of a raster; precision of a raster is limited by the resolution storage requirements increase by the square of resolution
storing raster values
one binary digit is called a bit which corresponds to a single 0 or 1; bits are grouped into sets of 8 called a byte can store a number from 0 to 255
pixel depth
number of bits or bytes used for each pixel
value raster
DEM or land use raster stores a value representing an object or quantity, like elevation or rainfall; used for analysis
picture raster
stores arbitrary color values that have no direct relation to quantity or attribute; used as background pictures or for land use analysis
continuous rasters
store numeric values that can be measured anywhere such as elevation, temp, or precipitation; imagery type of continuous raster that stores brightness
single band picture rasters
binary rasters results in black and white image (black = 0 white =1) grayscale raster creates a grayscale image ranging from black(0) through intermediate gray tones to white (255); colormap may be saved with a single band raster and serves as a look up table to find corresponding RGB color values