Course Description
GIS4043C Geographic Information Systems is the introduction to the software, methods and reasoning used to store, analyse and map spatial data.
The course is offered at approximately five Florida institutions, including Florida A&M University, Florida Atlantic University, Florida State University, the University of South Florida and the University of West Florida.
The University of West Florida runs it as a co-requisite pair rather than a single course: GIS 4043 Geographic Information Systems (3 semester hours) and GIS 4043L GIS Laboratory (1 semester hour), both in the College of Science and Engineering, Department of Earth and Environmental Sciences, each listing the other as a co-requisite. The lecture strives to provide a comprehensive understanding of Geographic Information Systems by striking a balance between the "how-to" of GIS using ArcGIS Pro software and the "why" of Geographic Information Science, and through exploration and analysis of local, regional and global problems students gain insights into geospatial science and technology and the fundamental concepts of representing real-world geographic data in a digital format. The laboratory is designed to complement the theoretical foundations covered in the lecture and provides a practical and immersive experience emphasising fundamental concepts and techniques.
⚠ The `C` in the statewide number records that integration; UWF achieves it with two co-requisite courses. That is discussed in Special Information and it matters for registration and for transfer.
UWF's "how-to versus why" formulation is the best short statement of what this course is about, and it identifies the trap. GIS is taught with software, and it is easy for a course — or a student — to become software training: click here, then here, and a map appears. Geographic Information Science is the reasoning underneath: how the round earth is flattened onto a plane and what that distorts, how continuous reality is forced into discrete data models, what a spatial relationship actually is, and how a map makes an argument. A graduate who has learned only the software is obsolete when the interface changes; one who has learned the science can pick up any package.
The single most important idea in the course is that spatial data is not ordinary data with coordinates attached. It has properties nothing else has. Nearby things are more similar than distant things — Tobler's first law — which is simultaneously why spatial analysis is possible and why ordinary statistics applied to spatial data give wrong answers, because the observations are not independent. The scale at which you aggregate changes your results, sometimes reversing them, which is the modifiable areal unit problem. And every coordinate carries an unavoidable distortion introduced by the projection used to make the map flat.
The second is that most of the work is data preparation. Students expect analysis and mapping; practitioners report spending the majority of their time finding data, checking its projection, cleaning it, joining it to other data and discovering that it is wrong. The course that admits this is the honest one.
The practical case in Florida is unusually strong. The state's defining management problems — hurricane evacuation and storm surge, sea level rise, water management, Everglades restoration, growth and land use, and property assessment across sixty-seven counties — are all spatial problems, and Florida agencies employ GIS professionals at every level.
Learning Outcomes
Required Outcomes
- Explain what a geographic information system is and distinguish GIS as software from GIScience as a body of theory.
- Explain coordinate systems, datums and map projections, and select an appropriate projection for a stated purpose.
- Explain the distortions every projection introduces and identify which property a given projection preserves.
- Distinguish the vector and raster data models and select appropriately between them.
- Explain attribute data, tables, joins and relates, and combine spatial and attribute data correctly.
- Acquire spatial data from public sources and evaluate its quality, currency, lineage and fitness for purpose.
- Explain and interpret metadata.
- Perform georeferencing and coordinate transformation.
- Digitise and edit spatial features, and apply topology rules.
- Perform core vector analysis — selection by attribute and location, buffer, overlay (intersect, union, clip, erase), dissolve, spatial join, proximity.
- Perform core raster analysis — reclassification, map algebra, distance surfaces, density, zonal and neighbourhood statistics.
- Design and execute a multi-step suitability or site-selection analysis combining several criteria.
- Apply geocoding and address matching, and assess match quality.
- Produce a cartographically sound map — projection, classification, symbology, colour, layout, legend, scale, north arrow, source and metadata.
- Select an appropriate data classification method and explain how the choice changes the map's message.
- Explain scale, resolution and generalisation and their consequences for analysis.
- Document a workflow so that another analyst could reproduce it.
- Explain ethical and privacy issues in spatial data, including locational privacy and the potential of maps to mislead.
Optional Outcomes
- Automate workflows with Python and ArcPy or model builder tools.
- Perform network analysis — routing, service areas, closest facility.
- Perform spatial interpolation and basic geostatistics.
- Analyse terrain and surfaces — slope, aspect, hillshade, viewshed, watershed.
- Work with remote sensing imagery and perform basic classification.
- Publish web maps and services.
- Collect field data with GPS/GNSS or mobile applications.
- Use open-source GIS (QGIS, PostGIS) and spatial SQL.
- Apply GIS to a domain project — environmental, planning, public health, emergency management.
Major Topics
Required Topics
- What GIS is, and the science under it. Definitions and components — hardware, software, data, people, methods — with the observation that data and people are the expensive parts; the history from early overlay analysis to desktop and web GIS; GIScience versus GIS software, which is the distinction UWF's description turns on; the range of application domains; the spatial perspective — the claim that where is an explanatory variable, not merely a label.
- The earth on a page: coordinate systems and projections. The geoid, ellipsoids and datums, and the practical consequence that NAD83 and WGS84 are not identical and mixing them shifts features by metres; geographic coordinates (latitude and longitude) versus projected coordinates; projections and the fundamental result that no flat map can preserve area, shape, distance and direction simultaneously — every projection sacrifices something, and choosing one is choosing what to sacrifice; conformal, equal-area, equidistant and compromise projections and when each is right; UTM and State Plane, and the Florida State Plane zones (East, West, North), which are what Florida agencies actually use; on-the-fly reprojection and why it conceals problems; projection mismatch as the single most common cause of a beginner's layers not lining up.
- Representing the world as data. The vector model — points, lines, polygons — and its suitability for discrete features with definite boundaries; the raster model — a grid of cells — and its suitability for continuous phenomena; resolution and cell size; the trade-offs and the conversion between models; the deeper point that both are abstractions and neither is the world — a wetland has no crisp boundary, and drawing one is a decision; attribute data and the table; feature classes, shapefiles and geodatabases, and why the shapefile's well-known limitations persist; joins and relates, and the key-matching failures that dominate practical work.
- Getting data and judging it. Public sources — federal, state, county and municipal; metadata standards and what to read first; data quality — positional and attribute accuracy, completeness, logical consistency, currency (a parcel layer from four years ago is not the parcel layer), and lineage; fitness for purpose as the operative test rather than accuracy in the abstract; licensing and use restrictions; the recurring professional reality that the data you need does not exist at the scale you need it, and the analysis must be designed around what exists.
- Building and editing data. Georeferencing a scanned map or image to real-world coordinates; digitising features and the accuracy that hand digitising achieves; topology — rules that enforce spatial integrity such as polygons not overlapping and lines connecting at nodes — and the errors topology catches: slivers, gaps, dangles and undershoots; attribute editing and domains; coordinate transformation.
- Vector analysis — the operational core. Query and selection by attribute and by location, and combining them; buffer, fixed and variable; overlay operations — intersect, union, clip, erase, identity — which are the workhorses; dissolve and aggregation; spatial join; proximity and distance analysis; the multi-step suitability analysis that combines several criteria into a recommendation, which is the standard course project and the standard professional deliverable; geocoding and the practical business of address matching, match rates and manual review of unmatched records.
- Raster analysis. Reclassification; map algebra and raster calculation; distance and cost-distance surfaces; density surfaces; zonal and neighbourhood (focal) statistics; raster overlay and weighted suitability modelling; conversion between raster and vector, and the information lost each way.
- Cartography — treated as argument, not decoration. Map purpose and audience as the first decisions; the map elements — title, legend, scale bar, north arrow, source, projection note — and when each is required; symbolisation and the visual variables; choropleth mapping and the classification problem — equal interval, quantile, natural breaks, standard deviation — and the demonstration every course should perform: the same data classified four ways produces four different-looking maps and four different impressions, all defensible; normalisation, and the rule that a choropleth of raw counts is almost always misleading because it maps population; colour theory, sequential, diverging and qualitative schemes, and colour-blind-safe palettes; figure-ground, hierarchy and layout; how maps lie — Monmonier's argument that every map necessarily distorts and that the honest question is whether the distortion serves the reader.
- Spatial thinking and its statistical traps. Tobler's first law and spatial autocorrelation; why spatial data violates the independence assumption of ordinary statistics; the modifiable areal unit problem — results change with the size and shape of the aggregation units — and the ecological fallacy, inferring individual characteristics from area averages; edge effects; scale and generalisation; these are the ideas that separate a GIS analyst from a person operating GIS software, and they are examinable.
- Workflow, documentation and reproducibility. Project organisation and file management, which becomes a genuine problem quickly; documenting a workflow so it can be repeated; geoprocessing history; introduction to automation with model builder or Python; version control of data and analysis in outline; the professional standard that an analysis whose steps cannot be reconstructed is not a result.
- Ethics and responsibility. Locational privacy and the re-identification risk in fine-grained location data; aggregation and suppression as protective practice; maps as persuasion and the ethics of classification and projection choices; equity and the historical use of spatial data to allocate disadvantage — redlining maps being the standard and sobering example; data sovereignty; the analyst's responsibility for a map that will be used to make a decision.
Optional Topics
- Python and ArcPy automation; spatial SQL and PostGIS.
- Network analysis — routing, service areas, location-allocation.
- Interpolation and geostatistics — IDW, spline, kriging.
- Terrain analysis — DEMs, slope, aspect, viewshed, watershed delineation.
- Remote sensing and image classification; lidar, which is central to Florida elevation and flood work.
- Web GIS, ArcGIS Online, story maps and web services.
- GPS/GNSS and field data collection.
- Open-source GIS — QGIS, GDAL, GeoPandas.
- 3D GIS and visualisation.
- Domain applications — emergency management, public health, planning, conservation, utilities.
Resources & Tools
- Geographic Information Science and Systems by Longley, Goodchild, Maguire and Rhind (Wiley) — the standard text and the one that takes the "science" half seriously.
- GIS Fundamentals by Paul Bolstad — widely used, exceptionally clear on projections, datums and data quality, and the best treatment of the material students find hardest.
- Introduction to Geographic Information Systems by Kang-tsung Chang — well organised, with exercises.
- Getting to Know ArcGIS Pro (Esri Press) — the standard software workbook, and frequently the laboratory manual.
- How to Lie with Maps by Mark Monmonier — short, entertaining, and the best argument available that cartographic choices are rhetorical choices. Read it whether or not it is assigned.
- Designing Better Maps by Cynthia Brewer — the practical cartography reference, by the author of ColorBrewer.
- Software:
- ArcGIS Pro (Esri) — the industry standard in the United States and what UWF names. Commercially expensive; most institutions provide a student licence, and Esri offers a personal-use licence at low cost. Windows only.
- QGIS — free, open source, genuinely capable, cross-platform, and increasingly used professionally. Learn it alongside ArcGIS: it costs nothing, it removes any licence dependency after graduation, and knowing both is a genuine advantage.
- ArcGIS Online for web mapping; PostGIS and GeoPandas for database and Python workflows.
- Free data — this is a field unusually well supplied with it:
- Federal: the USGS National Map and EarthExplorer; Census TIGER/Line boundaries and American Community Survey data; NOAA; FEMA flood map service centre; USDA NRCS soils; data.gov.
- Florida, and the state is well served: the Florida Geographic Data Library (FGDL) at the University of Florida — a large, curated, free repository of Florida spatial data and the first place a Florida student should look; the Florida Department of Environmental Protection and the water management districts (SFWMD, SJRWMD, SWFWMD and others), all of which publish extensive open data; FDOT; the Florida Division of Emergency Management; and county property appraiser and GIS open-data portals, which are among the richest local datasets in the country and are free.
- OpenStreetMap and Natural Earth for global and basemap data.
- Free learning: Esri Academy offers free courses and often free access through an institutional licence; the QGIS Training Manual; ColorBrewer2.org for map colour schemes, which is the tool professionals actually use; the Projection Wizard for choosing a projection.
- Professional organisations and credentials: the GIS Certification Institute, which awards the GISP — the field's recognised credential, earned through a portfolio of education, experience and contribution plus an examination; URISA; the Florida URISA chapter and the Florida GIS conference, which is where state hiring networks operate; the American Association of Geographers.
Career Pathways
GIS is a skill that attaches to many jobs and is also a job in itself, and it is one of the more reliably employable technical competencies available to students in geography, environmental science, planning and the social sciences.
- Cartographers and Photogrammetrists (SOC 17-1021) — the direct occupational category.
- Geographers (SOC 19-3092) and Surveying and Mapping Technicians (SOC 17-3031) — the latter open at the bachelor's level and a common entry point.
- GIS Analysts, GIS Specialists and GIS Technicians — usually classified under 17-1021 or 15-1299; the most commonly advertised titles, and there are many of them.
- Urban and Regional Planners (SOC 19-3051) — GIS is effectively a required skill in planning, and Florida's growth makes planning employment substantial.
- Environmental Scientists and Specialists (SOC 19-2041) — habitat, wetlands, water quality and permitting work, all spatial.
- Emergency Management Directors and specialists (SOC 11-9161) — a genuine Florida speciality: evacuation zones, storm surge modelling, damage assessment and recovery are GIS operations, and Florida's emergency management apparatus is among the most developed in the country.
- Conservation Scientists and Foresters (SOC 19-1031, 19-1032); hydrologists (SOC 19-2043) — the water management districts are major Florida employers.
- Utility and telecommunications GIS — asset management and network mapping; steady, unglamorous and well paid.
- Property appraisal and local government — every Florida county has a property appraiser's office with a GIS operation, and county and municipal GIS departments are numerous and hire consistently.
- Public health analysts (SOC 19-3099) — disease mapping and access analysis.
- Transportation planning (SOC 19-3099, 17-2051) — FDOT and the metropolitan planning organisations.
- Location analytics in retail, real estate, insurance and logistics — a commercial market that pays better than the public sector and is frequently overlooked by students.
- Defence and intelligence geospatial analysis — relevant in Florida given the defence presence; generally requires citizenship and a clearance.
The Florida picture is genuinely strong and worth spelling out. The state's central management problems are spatial: hurricane evacuation zones and storm surge modelling; sea level rise and coastal vulnerability, where Florida does more work than almost anywhere; water management across five districts; Everglades restoration, one of the largest environmental restoration projects in the world; growth management and land use under sustained population increase; and property assessment across sixty-seven counties. Employers include the water management districts, FDEP, FWC, FDOT, the Division of Emergency Management, every county and most municipalities, the regional planning councils, environmental consultancies, and utilities.
The practical advice. Build a portfolio of maps and analyses — GIS hiring is portfolio-responsive, and a few well-documented projects with real Florida data are persuasive. Learn Python; the difference between a GIS technician and a GIS analyst is largely automation, and it is reflected in salary. Learn QGIS as well as ArcGIS, so you are not dependent on a licence. Do an internship with a county, a water management district or a consultancy — this field hires through demonstrated work. And plan toward the GISP once you have the experience.
Special Information
⚠⚠ At UWF this is two courses — register for both
| Statewide | UWF |
| Structure | GIS4043C — integrated lecture and laboratory | GIS 4043 (3 sh) + GIS 4043L (1 sh), each a co-requisite of the other |
The `C` suffix in the statewide number records the lecture-laboratory integration; UWF achieves the same thing with two co-requisite registrations. This guide publishes at 3 credits / 60 contact hours, matching the integrated number and the SCNS convention for a `C` course.
⚠ Three practical consequences.
Registration. Where the institution splits it, you must register for both, and they are co-requisites — neither can be taken alone. This is the standard error in paired lecture-laboratory sequences and it is entirely avoidable.
Credit total. The split version yields 4 credits (3 + 1) where the integrated version yields 3. Credit transfers; credit hours do not multiply, and a student moving between the two arrangements should ask the receiving department how the difference is handled.
Transfer articulation. SCNS equivalency operates on the number, and GIS 4043 plus GIS 4043L are different numbers from GIS4043C — so the automatic articulation does not straightforwardly bridge the split, and a substitution may be needed. Keep the syllabi for both. This is the same pattern this repository has recorded for the social work practicum and for physical chemistry.
The laboratory is not optional in substance, whatever the registration says. GIS is a skill, and the laboratory is where it is acquired — the lecture explains projections and the laboratory is where you discover that your layers do not line up and work out why.
Prerequisites and position in the curriculum
UWF lists no course prerequisite beyond the mutual co-requisite, which makes this an accessible upper-division course. Practice varies; some institutions require an introductory geography course, statistics, or junior standing.
The open access is deliberate and is one of the course's strengths. GIS4043C is taken by geography, environmental science, biology, geology, anthropology, archaeology, criminal justice, public health, planning, business and computer science students. The mixed enrolment is genuinely useful, because the projects benefit from students who bring a domain question to the software rather than the reverse.
What actually helps: basic computer competence and file management — students who cannot navigate a directory structure struggle disproportionately, because GIS projects involve many files with fragile references; some statistics, for the classification and analysis material; and patience, since the software is unforgiving of small errors.
It is the gateway to the GIS sequence — UWF carries a substantial one including remote sensing, cartography, spatial analysis, programming and applications courses, and a graduate certificate — and it is worth knowing that this course opens a much larger set of offerings.
⚠ Software access — check it before the term starts
ArcGIS Pro is commercially expensive and Windows-only, and this affects students concretely.
What to check: whether your institution provides a student licence for home installation (most with a GIS programme do); whether there is a computer laboratory with it installed and what the hours are; whether you have a Windows machine — Mac users need a virtual machine, Boot Camp is unavailable on Apple silicon, or must rely on laboratory access, and this catches students out every term; and whether the course uses ArcGIS Online, which runs in a browser.
Esri sells a personal-use licence at modest cost, and QGIS is free, cross-platform and capable enough for nearly everything in an introductory course. Sort this out in week one, because a GIS course without reliable software access is unworkable.
Course format and workload
Taught as lecture plus a scheduled computer laboratory, typically two to three hours weekly, built around weekly laboratory exercises and culminating in an independent project — usually a suitability analysis or an applied study with a map series and a written report.
Expect eight to twelve hours a week including the laboratory. The laboratory exercises take longer than allocated, reliably, and students should plan for that rather than being surprised by it.
⚠ Four practical warnings, all of which come up every term.
- Do not leave the exercise until the night before. GIS work fails in ways that require troubleshooting — a projection mismatch, a corrupt file, a tool that errors without explanation — and troubleshooting cannot be compressed.
- Organise your files from day one and never move them casually. Projects reference data by path; moving a folder breaks the map document, and rebuilding it is tedious.
- Back up your work. Losing a project the night before submission is common and preventable.
- Start the final project early and choose a question you can get data for. The most common project failure is discovering in week eleven that the necessary data does not exist, at the resolution needed, for the area of interest. Find the data first, then design the analysis around it — which is also how the job works.
⚠ The errors that define the learning curve
These are near-universal, and recognising them saves hours:
- Layers not lining up. Almost always a projection or datum mismatch. Check the coordinate system of every layer before anything else — this is the first diagnostic question in GIS and it accounts for most beginner confusion.
- A join that produces nulls. The key fields do not match — different types, trailing spaces, leading zeros stripped from a numeric field, or different formats for the same county code.
- Mapping raw counts. A choropleth of totals maps population, not the phenomenon. Normalise — by area, by population, or by a relevant denominator.
- Classification chosen by default. The default breaks are a choice, and a different choice tells a different story. Choose deliberately and be able to justify it.
- Buffering in degrees. A buffer distance in an unprojected geographic coordinate system is meaningless; project first.
- Trusting a geocoding match rate. Unmatched and low-score matches need review, and a map built on 70 per cent matched addresses is a map of the addresses that happened to match.
- Maps without a scale, source or projection note. These are required elements, they are graded, and they matter professionally.
Articulation and transfer
GIS4043C carries the same SCNS number at institutions using the integrated form, and SCNS equivalency governs transfer of the credit. As an upper-division course it does not appear in A.A. programmes, though some Florida state colleges offer lower-division GIS coursework and certificates.
The split above is the transfer issue. Beyond it, keep the maps and the project report — in this field, as in the other applied disciplines in this repository, the portfolio answers the substitution question faster than the transcript and is simultaneously the thing an employer wants to see.
AI Integration
GIS has been computational since its origin, so automation here is not new — what is new is the kind, and the field is being affected substantially.
Where the tools help. Writing Python and ArcPy scripts, which is the highest-value use: automation is the boundary between technician and analyst work, and a tool that lowers the barrier to writing a script genuinely raises what a student can do. Explaining projections and datums, which are conceptually difficult and where a patient explanation helps. Debugging a tool error whose message is unhelpful, which describes many of them. Writing spatial SQL. And drafting metadata and documentation, which is real professional work that is chronically neglected.
⚠ Where they fail, and the failures are specific.
Coordinate system and projection advice must be verified. Recommendations about which projection to use, or which transformation between datums applies, come back plausible and sometimes wrong — and a datum transformation error shifts every feature by metres without producing any error message. EPSG codes and the official projection documentation are authoritative.
Generated workflows do not know your data. Advice about an analysis depends on the resolution, extent, projection and quality of the actual layers. A methodologically sound-looking workflow applied to unsuitable data produces a confident wrong answer, which is the characteristic GIS failure mode.
Software instructions drift out of date. ArcGIS Pro changes between versions, tools are renamed and moved, and generated step-by-step instructions frequently describe an older interface or ArcMap, which is retired. The Esri and QGIS documentation are current; a generated menu path may not exist.
Data availability claims need checking. Confident statements that a particular dataset exists for a particular county at a particular resolution are frequently wrong. Go to FGDL, the county portal or the agency.
What is genuinely changing in the field, and it is substantial. Deep learning is now embedded in mainstream GIS software — ArcGIS Pro ships with tools for feature extraction from imagery (building footprints, roads, land cover), image classification, and change detection, and these are used in production. Automated damage assessment from post-storm imagery is a real operational capability, and one with obvious Florida relevance. Lidar point cloud classification is largely automated. Natural-language querying of spatial databases is emerging. And foundation models for earth observation are an active research area.
The implication for what to learn, and it is encouraging rather than otherwise. Automated feature extraction removes the most tedious work in the field — digitising building footprints by hand was a job, and it is largely gone. What it does not remove is the judgement: whether the training data represents the area being classified, what the accuracy assessment actually shows, whether the classification is reliable in the land cover type that matters for this question, and whether the analysis answers the question that was asked. Accuracy assessment is a required, human, statistical exercise, and a classified raster without one is not a result.
The more durable point: this course's conceptual content is exactly what does not automate. Choosing a projection, deciding how to normalise, selecting a classification, recognising the modifiable areal unit problem, judging whether data is fit for purpose, and knowing that a map is an argument — these are the parts that determine whether an analysis is right, and they are the parts a student is tempted to treat as the theory to be endured before the software. They are the course.
Academic integrity. Read your instructor's policy. The point specific to this course: the laboratory exercises build the troubleshooting instinct that constitutes GIS competence — knowing, when layers do not align, to check the coordinate system first. That instinct is built by having been confused and having worked it out, and a student who has not been confused has not learned it.