|
|
|
TRAINING COURSES
|
|
|
|
|
ArcGIS software provides many tools for solving complex spatial problems. This course
examines modeling techniques used in spatial analysis and introduces processes and
tools that can be used to perform a variety of GIS analysis tasks. The ArcGIS geoprocessing
framework, which includes ArcToolbox, ModelBuilder, the command line, and scripts,
is emphasized. Project-based exercises draw from a range of interesting real-world
GIS applications. The course concludes with an exciting final project in which you
are challenged to implement many of the tools taught throughout the course. This
course is taught using an ArcInfo license of ArcGIS because some of the advanced
analysis tools used in exercises require an ArcInfo license.
|
|
|
|
|
Those completing this course will be able to
- Understand the analytical process and reasons for performing analysis.
- Describe various types of models.
- Understand the ArcGIS geoprocessing framework including ModelBuilder, the command
line, tools, and scripts.
- Find and apply a variety of geoprocessing tools.
- Create models and document workflows with ModelBuilder.
|
|
|
|
|
- Introduction to analysis: What is spatial analysis?; Simple types of analysis; Common
issues in analysis; Documenting workflow.
- Modeling techniques: Spatial modeling concepts and issues; Types of models for analysis.
- Geoprocessing in ArcGIS: Overview of the geoprocessing framework in ArcGIS; Toolboxes
and tools; Executing tools; Creating toolboxes and updating documentation; Executing
tools from the command line.
- Using the Analysis toolbox: Overlay operations; Proximity analysis; Extracting features
for analysis; Frequency and summary statistics of attributes.
- Building models in ModelBuilder: Why use models?; Creating a model; Executing models;
Changing model properties; Validating a model; Distributing models; Advanced modeling
techniques.
- Introduction to the Spatial Statistics toolbox: Introduction to spatial statistics;
Analyzing patterns and measuring geographic distributions.
|
|
|
|
|
Students should have completed ArcGIS Desktop II: Tools and Functionality or Learning
ArcGIS Desktop and ArcGIS Desktop III: GIS Workflows and Analysis or have equivalent
knowledge.
|
|
|
|
|
|
ArcGIS Desktop
|
Version
|
|
ArcInfo |
9.3 |
|
ArcGIS Extensions
|
Version
|
|
Spatial Analyst |
9.3 |
|
|
|
|
|
Coming soon
|
|
|
|
|
3 Days
November 17, 18 & 21
|
|
|
|
|
$1150.00 Register Now
|
|
|
|
|
8:30 - 4:30
|
|
|
|
|
Coming soon
|
|
|
|
This course provides an overview of the structure and capabilities of the geodatabase.
You learn how to create a geodatabase, migrate existing GIS data to a geodatabase,
and edit and maintain data stored in a geodatabase. The course covers some advanced
geodatabase topics including how to build a geodatabase topology; maintain data
integrity using subtypes, attribute domains, and relationship classes; and create
a geodatabase schema. In course exercises, you work with the file geodatabase and
learn how to migrate personal geodatabase data to a file geodatabase and create
various geodatabase components.
|
|
|
|
|
Those completing this course will be able to
- Understand the geodatabase structure.
- Explain advantages of a file geodatabase.
- Understand advantages of geodatabase validation rules.
- Load vector and raster data into a geodatabase.
- Create and apply attribute domains, subtypes, and relationship classes.
- Edit data using attribute domains, subtypes, and relationship classes.
- Create and edit geodatabase annotation.
- Create geodatabase topology and apply topology rules.
- Edit topological data.
- Perform geometric network editing and tracing.
|
|
|
|
|
- Introduction to the geodatabase: Advantages of the geodatabase; Focusing on the
file geodatabase; Overview of elements within the geodatabase; Geodatabase tables
in a database management system (DBMS).
- Attribute validation rules: Subtypes and domains; Creating subtypes; Editing subtypes
in ArcMap; Creating domains; Editing with domains in ArcMap; Coded value vs. range
domains; Subtypes and relationship rules.
- Relationship classes: Creating relationship classes; Setting relationship class
properties; Using relationships in ArcMap; Relationship rules; Validation; Simple
vs. composite relationships.
- Annotation: Creating, editing, and managing annotation features in the geodatabase.
- Geodatabase topology: Topology management in the geodatabase; Building a topology;
Setting the properties of a topology; Setting appropriate topological rules; Fixing
topological errors; Editing topological data.
- Geometric networks: Creating and editing geometric networks; Performing analysis;
Setting and using connectivity rules.
- Building geodatabase schema: Different ways to define geodatabase schema; Creating
tables, feature classes, and feature datasets.
- XML data interchange: Understanding XML schemas of the geodatabase; Exporting the
contents of a geodatabase to XML; Importing an XML file into a geodatabase to define
its schema.
- Vector data in the geodatabase: Loading data from shapefiles, CAD files, coverages,
and Excel spreadsheets; Using ArcGIS vector data loading tools.
- Raster data in the geodatabase: Storing raster datasets, raster catalogs, and raster
attributes in the geodatabase.
|
|
|
|
|
Students should have completed ArcGIS Desktop II: Tools and Functionality or Learning
ArcGIS Desktop or have equivalent knowledge.
|
|
|
|
|
|
ArcGIS Desktop
|
Version
|
|
ArcEditor |
9.3 |
|
ArcInfo |
9.3 |
|
|
|
|
|
Coming soon
|
|
|
|
|
3 Days
November 17, 18 & 21
|
|
|
|
|
$1150.00 Register Now
|
|
|
|
|
8:30 - 4:30
|
|
|
|
|
City of Tallahassee - ISS Training Facility
2631 Municipal Way, 32304
Google Maps
 |
|
|
|
The ArcGIS geoprocessing framework includes a scripting environment, and Python®
is the scripting language included with ArcGIS. This course introduces the Python
scripting language and shows how it can be used to access and automate geoprocessing
functionality. You learn Python scripting syntax, then begin writing scripts to
automate geoprocessing operations. You also learn how to incorporate Python scripts
as custom tools in ArcToolbox.
|
|
|
|
|
Those completing this course will be able to
- Understand the basics of the Python scripting language.
- Understand how scripts can be used in the ArcGIS geoprocessing framework.
- Incorporate tools and environment settings into scripts.
- Incorporate cursors, describe objects, and enumerations into scripts.
- Work with scripts in ArcToolbox.
- Access resources for debugging Python code.
|
|
|
|
|
- The geoprocessing framework: ArcToolbox; Dialogs; Models; Command line; Scripts.
- The basics of Python: Variables; Commenting code; String concatenation; Looping;
Conditional statements; Modules.
- Accessing tools and environment settings in scripts: The Geoprocessor ArcObject;
Accessing the Geoprocessor from Python; Accessing tools and environment settings
from Python.
- The Geoprocessor object: The Geoprocessor Programming Model, the Geoprocessor (GpDispatch)
object.
- The describe objects: Access various properties for different data types (e.g.,
feature classes, workspaces, datasets, raster datasets, etc.).
- The enumeration objects: Create lists of data (e.g., tables, rasters, feature classes,
workspaces, fields, feature datasets, etc.).
- The cursor objects: Search cursors; Insert cursors; Update cursors.
- Incorporating scripts into the geoprocessing framework: Scripts as tools; Scripts
in models.
- Finding and fixing errors: Python error handling; Identifying syntax and logical
errors.
|
|
|
|
|
Students should have completed ArcGIS Desktop II: Tools and Functionality or Learning
ArcGIS Desktop and ArcGIS Desktop III: GIS Workflows and Analysis or have equivalent
knowledge. Basic programming skills, such as using loops and conditional statements,
are also required.
|
|
|
|
|
|
ArcGIS Desktop
|
Version
|
|
ArcInfo |
9.3 |
|
Other
|
Version
|
|
PythonWin |
2.5 |
|
|
|
|
|
Coming soon
|
|
|
|
|
2 Days
November 17 & 18
|
|
|
|
|
$775.00 Register Now
|
|
|
|
|
8:30 - 4:30
|
|
|
|
|
FDEP - Twin Towers Office Building, 6th Floor Training Room
2600 S Blair Stone Rd, 32399
Google Maps
|
|
|
|
ArcGIS Server provides an integrated solution for managing, disseminating and analysis GIS data. ArcGIS Server’s tiered structure which includes three editions (basic, standard, and advanced) and two levels (workgroup and enterprise) allows users to tailor a solution to best meet their needs. This class, developed by Keck & Wood, Inc., teaches students the difference between the various ArcGIS server editions and levels along with the basics of installing ArcGIS Server, ArcGIS Server architecture, and some tweaks to help improve performance. Students will also learn how to publish a website using out-of-the-box ArcGIS Server. In addition, this class will expose students to some lessons learned during some real world implementations and some suggestions on how to avoid those.
|
|
|
|
|
Students completing this course should be able to:
- Explain the various editions and levels of ArcGIS Server
- Understand the various components that makeup ArcGIS Server
- Perform a basic installation of ArcGIS server
- Create map services
- Creating an ArcGIS Server website using out of the box tools
- Tweaks to improve performance such as caching, optimized symbols and more
|
|
|
|
|
- ArcGIS Server Architecture
- ArcGIS Server Installation
- Create map services and websites
- Tweaks to improve performance
- Lessons learned from real world implementations
|
|
|
|
|
Students wishing to take this class should already have taken Introduction to ArcGIS I or ArcGIS Desktop II or have equivalent experience with ArcGIS software.
|
|
|
|
|
|
ArcGIS Software
|
Version
|
|
ArcInfo |
9.2 |
|
ArcGIS Server |
9.2 |
|
|
|
|
|
Randal Carlton, PMP
|
|
|
|
|
2 Days
November 17 & 18
|
|
|
|
|
$550.00 Register Now
|
|
|
|
|
8:30 - 4:30
|
|
|
|
|
TLCGIS Training Facility - Level P3
301 S Monroe St (Use Calhoun St Entrance)
Google Maps
Parking can be found along some streets and in a public garage on the corner of
College and Calhoun (entrance is on Calhoun).
 |
|
|
|
This course is part of the ArcGIS Desktop 9.3 Foundational Training Curriculum.
The ArcGIS 9.2 version of this course was titled Introduction to ArcGIS I.
ArcGIS Desktop software is an integrated system that includes all the tools needed
to get the most out of a GIS. This course teaches the range of functionality available
in the software and the essential tools for visualizing, creating, managing, and
analyzing geographic data. The hands-on course exercises emphasize practice with
ArcMap and ArcCatalog (the primary applications included with ArcGIS Desktop software)
to perform common GIS tasks and workflows. The tools for creating and managing geographic
data, displaying data on maps in different ways, and combining and analyzing data
to discover patterns and relationships are highlighted, and you learn how ArcGIS
Desktop provides a complete GIS software solution. By the end of the course, you
will be prepared to start working with the software on your own.
|
|
|
|
|
Those who complete this course will be able to
- List common GIS tasks and identify which ArcGIS Desktop application is used for
each task.
- Understand what the geodatabase offers for GIS data storage.
- Create and edit geodatabase features.
- Control the appearance and display of data layers in ArcMap.
- Classify and symbolize map data.
- Label map features.
- Change the coordinate system and map projection used to display a dataset.
- Access feature information in tables and control table display properties.
- Query and analyze GIS data.
- Create presentation-quality maps and graphs.
|
|
|
|
|
- Investigating geographic data: How geographic data is stored; Vector and raster
data; Geodatabase basics and advantages; Shapefiles; Coverages; CAD data; Managing
data in ArcCatalog; Displaying data in ArcMap; ArcMap basics; Data and layers.
- Managing map layers: Zooming to layers; Bookmarks; Display windows; Scale ranges;
Group layers; Selection layers; Layer files; Creating hyperlinks.
- Symbolizing categorical data: Symbology; Choosing symbology; Types of symbols (marker,
line, fill); Creating symbols.
- Symbolizing quantitative data: Symbology options (graduated colors, graduated symbols,
proportional symbols, dot density, charts); Classification methods (Natural Breaks,
Equal Interval, Quantile, Manual); Excluding data from a classification; Rendering
raster data.
- Labeling map features: Label placement for different feature types (points, lines,
polygons); Label symbology; Controlling label display using scale range and SQL
query; Label classes; Label expressions; Label ranks and weights; What is annotation?;
Geodatabase annotation; Map annotation.
- Using coordinate systems and map projections: What is a coordinate system?; Geographic
coordinate systems; Datums; Projected coordinate systems; Map projections; Feature
classes and coordinate systems; Data frames and coordinate systems; Geographic transformations;
Working with an unknown coordinate system; Projecting data; Defining a projection.
- Making a map layout: Working in layout view; Tools for arranging map elements; Data
frame properties for layouts; Adding legends, scale bars, and other map elements;
Exporting maps; Working with map templates.
- Managing tables: Table structure; Layer attribute tables; Nonspatial tables; Getting
information from tables; Field properties; Table appearance; Creating graphs and
reports; Connecting tables using joins and relates; Cardinality.
- Editing features and attributes: Reasons to edit data; Working with the Editor toolbar;
Edit sketches; Common editing tools; Edit tasks; Snapping to features while editing;
Editing attributes; Calculating values for geometry fields; Working with coincident
geometry in a map topology; Typical editing workflow.
- Creating geodatabases and feature classes: Types of geodatabases; Geodatabase organization;
Feature class organization; Feature class properties and attributes; Metadata; Creating,
viewing, and editing metadata; Importing and exporting metadata; Creating features
in a new feature class.
- Getting locations from attributes: Adding x,y coordinate data; Finding places and
addresses; Finding routes and nearby places; Geocoding; Geocoding components (address
table, address locator, reference data); Address matching overview; Geocoding workflow;
Reference data sources.
- Solving spatial problems with query and analysis: GIS analysis basics; Typical analysis
workflow; Common analysis operations (attribute and spatial queries, clipping data
from layers, buffering features, overlaying features); Overview of geoprocessing;
Analysis results.
- Customizing ArcGIS Desktop: Why customize the interface?; Customize dialog box;
Locating commands; Adding new toolbars, commands, and menus; Saving customizations;
Saving to a template; Storing templates.
|
|
|
|
|
Students should have completed ArcGIS Desktop I: Getting Started with
GIS or Getting
Started with GIS or have equivalent knowledge.
|
|
|
|
|
|
ArcGIS Desktop
|
Version
|
|
ArcEditor |
9.3 |
|
ArcInfo |
9.3 |
|
ArcView |
9.3 |
|
|
|
|
|
David Kelly
|
|
|
|
|
Three Days
November 17, 18 & 21
|
|
|
|
|
$500.00 Register Now
|
|
|
|
|
8:30 - 4:30
|
|
|
|
|
Coming soon
|
|
|
|
|
|
For more information about Training please contact
Jeannette Sanders
|
|
|
|