• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/35

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

35 Cards in this Set

  • Front
  • Back
What are the three things that a GIS database will contain?
A spatial database (.shp), attribte data in attribute tables (.dbf) and a link between them (.shx).
What must all map features be coded as?
A point, a line or a polygon.
What are some examples of point, line and polygon data?
Point - drill sites, building locations, animal locations
Line - roads, rivers, flight paths
Polygon - soil types, pollution zones, geological areas, land use, vegetation types
What are the two different ways that GIS data can be coded and displayed?
Vector and raster
Briefly what is vector data?
Data in vector format that are stored as lines, points and polygons defined by x,y coords.
How does vector coding work?
Points - stored as x,y coords
Lines - stored as a series of x,y coords
Polygons - stored as a series of x,y coords with the same starting and ending point
What is topology in GIS?
Why is it important?
A set of rules that describe how points, lines and polygons share geometry.
Important for many GIS functions: queries and navigation, constructing features from unstructured geometry.
What is raster data?
Raster features are stored in a regular grid of cells.
Raster data structures are preferred for digital elevation modelling and remotely sensed data.
How is raster data stored?
Set of cells located by coordinates (y=rows,x=columns) with each cell independently having the value of the attribute.
-Point= a single grid cell
-Line=row of grid cells
-polygon=group of grid cells
What are the advantages of raster data?
-most common data type
-easy to perform mathematical and overlay operations
-satelite info easily incorporated
-data analysis quick and easy
-easy to overlay
What are the limitations of raster data?
-cell size determines resolution
-difficult to represent linear features
-cumbersome processing for large amounts of data
-slow display
What are the advantages of vector?
-graphic output more aesthetically pleasing
-no data conversion required
-geographic location of data remains the same
-more efficient operations
-faster display
What are the limitations of vector data?
-spatial analysis impossible inside polygons
-each vertex's location needs to be stored explicitly
-manipulative/analysis algorithms are processor intensive
How can data be captured from hard copy maps?
Scanning, manual digitising - very labour intensive
What is metadata?
data about the data, how and when it was collected, how it is coded, accuracy etc
What is often the selling point for GIS?
The quality of display
What are some GIS outputs and displays?
on screen, printed, on CD/DVD,
What are some important map components?
Scale, legend, north arrow, title, corporate info and disclaimers
What are some decisions that need to be made when planning a GIS?
-how should data be coded?
-how should data be managed and stored
What is a relational database?
Where different but related records can be joined together in a table based on the common fields that they share.
What are some different storage paradigms?
-geodatabases
-coverages
-shapefiles
-CAD drawings
-Vector datasets
-raster datasets
what is a geodatabase?
-common data storage frame work for ArcGIS
-combines geo (spatial) data with database (data repository)
What are the benefits of using a geodatabase?
-optimised performance
-few size limitations
-improved versatility and usability
What are shapefiles?
-simple data structure
-combines a geo component with an attribute database
How are map projections classified?
1.By their area/shape distortion
-equivalent (equal area) area is similar on globe and flat map, but shape is not
-conformal - shape (scale) is similar on globe and flat map, but area is not
2.By the shape thay are projected onto
-cylinder, sphere, cone etc
Why are cylindrical projections useful and what are some common ones?
They are useful for navigation because they are aligned with a compass.
-Peters
-Mercator
-Universal Mercator
What is the Lambert Conformal Conic projection?
-its on a cone
-preferred projection for regional maps in mid latitudes
What is a coordinate system?
-A system to represent features in 2d or 3d space
-points are located in reference to a set of intersecting lines
-refered to as "Cartesian coordinates"
-a coordinate system allocates every point on the earth with a series of numbers used to define locations eg latitude and longitude or UTM
What are the commonly used coordinate systems (datums) used in Australia?
GDA94, AGD66
What are the two coordinate systems in GIS
1.Geographic - 3D spherical surface to define locations.
Angular unit of measure + prime meridian +datum
latitude and longitude
units are degrees
2.Projected - 2D flat surface based on geographic coordinate system
units are constant and in feet or meters
What are some parameters needed for good data management?
-UTM zone
-Geographic coordinate system (datum)
-projection
-projection parameters
What are 7 geoprocessing tools?
buffer
clip
union
erasing
dissolving
extracting
overlay
what is the buffer tool?
It creates a a set distance around a line/point/polygon as a new polygon layer
Whatis the clip tool?
removes data from layer A in the shape of layer B and erases anything from layer A that doesn't fit into layer B
What does the dissolve tool do?
removes unnecessary boundaries.