GIS Section 1 Flashcards
Studying for Intro to GIS Midterm!
What is a GIS?
An information system applied to geographic data, 2 main definitions:
- use geographically-referenced data to carry out operations for spatial analysis
- system of hardware, software, and procedures to support input, storage, retrieval, and display of geogrpahically-referenced data
What is the main purpose of GIS?
support DECISION-MAKING related to spatially-distributed entities
What are some benefits of using GIS?
- consistent framework for spatial analysis
- can make connections between activities
- allows accessing admin records via their geographic position
Name some disciplines that contribute to GIS
cartography, surveying, statistics, computer science, mathematics (geometry), civil engineering, agronomy, ecology
Aside from hardware/software, what else goes into a GIS?
approaches/methods for data analysis, people and their knowledge!
What is the starting point for a good GIS?
user needs analysis
(identify what questions the GIS will be answering!)
What are the 3 main hardware components of a GIS?
- input module
- CPU
- output module
What is a subsystem?
collections of dedicated hardware and software for accomplishing the main tasks of GIS (input and queries)
What are the main modules in a GIS?
- input module
- storage/database module
- display/reporting module
- data processing/transformation module
What is a DBMS?
Database Management System
(central control of data management – both spatial and attribute data, as well as topological rules)
What does the Retrieval and Transformation subsystem do?
retrieval - connects to output/display data
transformation - for maintenance (update and edit) or data analysis
What does the display and output subsystem module do?
prepare data for output via Output Module
Through which 3 modes can we view the world?
- spatial
- temporal
- thematic (theme whose spatial variability = observed/measured)
(in practice, fix one mode (time), vary a second (space), and observe the third (theme))
What is ASCII?
American Standard Code for Informatino Interchange
contains characters used as text in categorical attributes (names)
What are the 6 data types?
- binary
- byte
- integer
- real
- date
-ASCII
(also packed binary but whatever)
What is the range of integer and real data etc.?
Integer: -32768 to 32768
(65,536 possible values)
Real: real numbers to 7 decimal places (3.4*10^38)
Bytes: 0-255
How many bits to store integers and reals(floating point)?
Integers: 32 bits
Reals: 128 bits
What are the two elements of efficient file storage?
rapid access and rapid cross-referencing!