Training Catalog

Browse our training resources and start learning now

Learn FME on your own terms and become an FME expert. Read through our catalog below for a variety of helpful courses, tutorials, and videos and start mastering your spatial data headaches. Browse:

Tutorials

Courses

Demos

FME Tutorials

FME Desktop 2012 Tutorial

Learn the basics about FME Desktop. Through detailed instruction and step-by-step exercises you'll explore the power of FME Desktop and learn how to accomplish several fundamental tasks.

Get Started
Download the FME Desktop 2012 Tutorial (PDF) and Sample Dataset (ensure that you place the sample dataset in C:\FMEData). Once downloaded, you can progress through the exercises in the PDF, using the companion videos below as a guide.

Loading data in SQL Server

Chapter 1 - Installation  and Licensing
This chapter explains how to install and license FME, from the point of view of a trial user. It includes information on where to download FME from, and how to get a trial license. It also covers what sample data is required for the FME Desktop Tutorial, and where to download it from.

   
Intro to FME Desktop Webinar

Chapter 2 - Format Translation
The first task for most new FME users is translation of spatial data from one format to another. This chapter shows how to quickly translate data between different formats, using both the FME Quick Translator, and FME Workbench.

   
Using FME with Smallworld Webinar

Chapter 3 - Data Restructuring
Format translations are much more effective when they can be customized to produce output data in a particular structure. This chapter explains how to use FME Workbench to go beyond quick translation, and produce data in a structure that can be used seamlessly by the end user.

   
Loading data into Geodatabase

Chapter 4 - Content Transformation
Data Transformation in FME can go further than simple restructuring, and include manipulating the actual content of data during a format translation. This chapter covers using FME Workbench to transform spatial and attribute components, demonstrating FME's ability to add significant value to translated data. It also covers how to translate more than one format of data simultaneously.

   
Loading data into Geodatabase

Chapter 5 - Data Reprojection
In order to be able to share spatial data it's often necessary to reproject that data into a more suitable coordinate system. This chapter shows how to reproject data within FME Workbench, and also demonstrates how to handle multiple source files using a Dynamic schema.

 

Past FME Desktop Tutorials

Three prior versions are available. Please ensure that the sample dataset is installed in C:\FMEData.

FME Server 2012 Tutorial

Get started with FME Server. By working through step-by-step exercises, you'll learn the basics of FME Server, with a special focus on authoring and publishing workspaces for FME Server. Even if you don't have an FME Server license, you can still take the FME Server 2012 Tutorial - an online installation is available for the purpose of this tutorial (details in the tutorial document).

[Note: this tutorial assumes that you have a basic understanding of FME Workbench. If you do not, please take the FME Desktop 2012 Tutorial before starting this tutorial.]

Get Started
Download the FME Server 2012 Tutorial (PDF). Once downloaded, you can progress through the exercises in the PDF, using the companion videos below as a guide.

Installing and licensing FME Server

Chapter 1 - Installation and Licensing
This chapter explains how to install and license FME Server. It covers the Quick Installer from the point of view of a trial user and includes information on what prerequisite items are also needed for FME Server. This section is not required if you plan to follow the tutorial using the trial setup at fmeserver.com.

   
FME Server Basics

Chapter 2 - FME Server Basics
This chapter describes the basic functionality of FME Server from a user's point of view, and explains the use of the Web User Interface.

   
How to Use Parameters with FME Server

Chapter 3 - Using Parameters with FME Server
This chapter explains how to give control of FME Server translations to the end-user, through FME Workbench functionality known as Published Parameters.

   
How to Deliver Data with FME Server

Chapter 4 - Delivering Data with FME Server
Often administrators need to provide data to both customers outside of their organization (end-users) and internal customers (co-workers). This chapter demonstrates how the FME Server Data Download service is used for this purpose.

   
How to Use the FME Server Upload Service

Chapter 5 - Using the FME Server Upload Service
This chapter provides instructions for enabling data uploads to FME Server. This capability makes possible services for data validation, quality assurance and data loading.

   

Past FME Server Tutorials

Two prior version is available. Please ensure that the sample dataset is installed in C:\FMEData.

FME Desktop 2011: Raster Tutorial

Find out how to effectively use FME with your raster data. By working through step-by-step exercises, you'll cover: raster basics, raster data inspection, raster format translations, basic raster transformation, and troubleshooting.

[Note: this tutorial assumes that you are familiar with the concepts and techniques described in the FME Desktop Tutorial - also available in the Training Catalog]

Eight chapters are included in the Raster Tutorial:

  • Chapter 1 - Introduction
  • Chapter 2 - Introduction to FME
  • Chapter 3 - Raster Basics
    • What is a Raster Dataset?
    • Types of Raster Dataset
    • Important Raster Terminology
    • Raster Representation in FME
  • Chapter 4 - Raster Data Inspection
    • Opening Raster Data
    • Querying Raster Data
    • Mixing Raster and Vector Data
  • Chapter 5 - Raster Format Translations
    • Raster to Raster
    • Raster to Vector
    • Vector to Raster
  • Chapter 6 - Basic Raster Transformation
    • Clipping
    • Mosaicking
    • Reprojection
  • Chapter 7 - Troubleshooting
    • Interpretation Problems
    • Band Problems
  • Chapter 8 - What's Next?

Download the FME Desktop 2011: Raster Tutorial and Sample Dataset (separate downloads)

Once downloaded, ensure that you place the sample dataset in C:\FMEData. Please ensure that you have the "Full Dataset", and not just the "Tutorials Dataset". See this page for more details.

FME Desktop 2011: Spatial Database Tutorial

Find out how to effectively use spatial databases with FME. Step-by-step exercises demonstrate how to read, write, and update data. The tutorial includes a troubleshooting section to help with connection and data problems. This tutorial has been tested with:

  • PostGIS 1.5 for PostGres 8.4
  • Oracle 10.2.0.1
  • SQL Server 2008
  • Enterprise Geodatabase

[Note: this tutorial assumes that you are familiar with the concepts and techniques described in the FME Desktop Tutorial - also available in the Training Catalog.]

Twelve chapters are included in the Spatial Database Tutorial:

  • Chapter 1 - Introduction
  • Chapter 2 - Introduction to FME
  • Chapter 3 - Spatial Database Basics
    • Spatial Database Operations
    • Supported Database Formats
    • Important Database Terminology
  • Chapter 4 - Connecting to a Spatial Database
    • Basic Connection Parameters
    • Connecting to PostGIS
    • Connecting to Oracle
    • Connecting to SQL Server
    • Connecting to an Enterprise Geodatabase
  • Chapter 5 - Writing to a Spatial Database
    • Writing Data
  • Chapter 6 - Controlling Database Writing
    • Writer Parameters
    • Feature Type Parameters
  • Chapter 7 - Importing Table Schemas
    • Import Feature Types
  • Chapter 8 - Reading from a Spatial Database
    • Reading Data
  • Chapter 9 - Controlling Database Reading
    • Reader Parameters
    • Feature Type Parameters
  • Chapter 10 - Basic Database Updates
    • FME Update Modes
  • Chapter 11 - Troubleshooting
    • Connection Problems
    • Reading Problems
    • Writing Problems
  • Chapter 12 - What's Next

Download the FME Desktop 2011: Spatial Database Tutorial and Sample Dataset (separate downloads)

Once downloaded, ensure that you place the sample dataset in C:\FMEData. Please ensure that you have the "Tutorials Dataset", and not the "Full Dataset". See this page for more details.

FME Courses

FME Desktop Training Course
Overview Learn from the experts on how to use the essential components and capabilities in our FME Desktop courses, which include extensive hands-on, problem-solving exercises.
Learning Objectives
  • Build complex translations using FME Workbench
  • View and inspect data using the FME Viewer
  • Apply best practices to large workspaces
  • Manipulate data geometry and attributes with transformers
  • Work with multiple datasets in a single workspace
  • Create low-maintenance, reusable workspaces
Length and Outline

Locate Upcoming Live FME Desktop Training Courses

(Or, access the FREE on-demand version of this course)

 

*Our FME Desktop Training Course is also available as a private training course. Please contact us for more information.

 
FME Server Training Course
Overview Find out how to elevate your spatial ETL processes to the server level. Various roles exist for FME Server scenarios and this two-day course covers the fundamentals from all points of view. The course gives the opportunity to cover a number of useful examples, from basic installation up to the end user's view.
Learning Objectives
  • Install and administer the components of FME Server
  • Author basic spatial ETL workflows for use in a Server environment
  • Make use of FME Server services
  • Explore some of the more exotic uses for server hosted workspaces
Length and Outline
Locate Upcoming FME Server Training Courses
 

*Our FME Server Training Course is also available as a private training course. Please contact us for more information.

 
Advanced FME Desktop Course: Raster (Online)
Description:

This course is a key step in learning how to use the full array of raster-data-related functionality available within FME. It covers the more advanced tasks a user might expect to carry out on raster data; particularly more complex transformations such as Resampling and Pyramiding, structural operations such as band management and bit-depth interpretation, and vector/raster interactions such as overlaying.

This course employs a "teach-try-practice" technique, where each concept is explained, attendees get to try the related functionality, and a final exercise reinforces use of the product.

By the end of the course all attendees should be competent users of raster data within FME, with the ability to understand what functionality is required for a particular scenario, and how to implement it.

Learning Objectives

Learn the advanced skills, knowledge and terminology necessary to make full use of raster-related functionality within FME Desktop.

Audience / Prerequisites:

This course is designed for proficient users of FME, intending to use FME with raster data on a daily basis. It assumes a basic familiarity with the concepts and practices of raster data and a proficiency in FME comparable with the FME Desktop Training Course.

Locate Upcoming Advanced FME Desktop Training Courses
 
Advanced FME Desktop Course: Spatial Databases (Online)
Description:

This course is a key step in learning how to use the full array of spatial database-related functionality available within FME. It covers the more advanced tasks a user might expect to carry out on a spatial database; particularly feature-level updates, database-related transformers, time and date attributes, and data distribution.

This course employs a "teach-try-practice" technique, where each concept is explained, attendees get to try the related functionality, and a final exercise reinforces use of the product.

By the end of the course all attendees should be competent users of spatial database functionality within FME, with the ability to understand what is required for a particular scenario, and how to implement it.

Learning Objectives

Learn the advanced skills, knowledge and terminology necessary to make full use of spatial database-related functionality within FME Desktop.

Audience / Prerequisites:

This course is designed for proficient users of FME, intending to use FME with spatial databases on a daily basis. It assumes a basic familiarity with the concepts and practices of spatial databases and a proficiency in FME comparable with the FME Desktop Training Course.

Locate Upcoming Advanced FME Desktop Training Courses
 
FME Server Authoring Course (Online)
Description:

This course is a key course for FME users intending to author workspaces for use on FME Server. It will focus on FME Desktop functionality with specific relevance for FME Server implementation. This includes sessions on the use of parameters, different FME Services and how to author for them, and advanced workflows designed for FME Server.

This course employs a "teach-try-practice" technique, where each concept is explained, attendees get to try the related functionality, and a final exercise reinforces use of the product.

By the end of the course all attendees will have a thorough grounding in the design and creation of FME Server-hosted workspaces, with the ability to understand what functionality is required for a particular scenario, and how to implement it.

Learning Objectives

Learn the advanced skills, knowledge and terminology that users of FME need to know in order to produce workspaces optimized for FME Server.

Audience / Prerequisites:

This course is designed for proficient users of FME, intending to create FME Server-based solutions. It is a key part of FME Server training for workspace authors. It assumes a good familiarity with the concepts and practices of FME; at least those covered by the FME Desktop and FME Server tutorials, and preferably the FME Desktop Basic Training Course.

Locate Upcoming Advanced FME Server Training Courses
 
Mastering FME Desktop 2012 (Online)
Description:

This half-day course is designed for FME 2011 users who are moving to FME 2012, and will take you through the new features, functionality, and usability enhancements in FME Desktop. The course outline is as follows:

  • Introduction
  • Course Focus
  • Training Pathway
  • Sample Data
  • Course Content
  • The 2012 Philosophy
  • Other Major Updates
  • Attribute Construction Updates
  • StringConcatenator
  • ExpressionEvaluator
  • Integrated Attribute Construction
  • Reducing Support Transformers
  • Attribute Handling Transformers
  • AttributeCreator
  • AttributeRenamer
  • Others
  • Integrated Parameter Handling
  • Attribute Handling Transformers
  • Integrated List Handling
  • Attribute Handling Transformers
  • General Transformer Updates
  • Universal Changes
  • Specific Transformer Updates
  • Miscellaneous GUI Updates
  • Dataset Folders
  • Object Toggle
  • Parallel Processing
  • What is Parallel-Processing?
  • Using Parallel Processing
  • Supported Transformers
  • Custom Transformers
  • Licensing and Parallel Processing
  • Parallel Processing Cautions
  • Updates to Workspace Parameters
  • Organization
  • Workspace Parameters
  • Workspace Properties
  • FME Store
  • Introducing the FME Store
  • Downloading Store Items
  • Creating Store Items
  • Licensing
  • Module Review
  • What You Should Have Learned from this Module
Learning Objectives

Learn the new features, functionality, and usability enhancements in FME Desktop.

Audience / Prerequisites:

This course is designed for FME 2011 users who are moving to FME 2012.

 
Locate upcoming Mastering FME Desktop 2012 courses
 

FME Demos

Watch demos and see how you can use FME to master your spatial data transformation challenges.

FME Features and Capabilities

 

Using FME with Popular Applications

FME Desktop Overview
See how quickly and easily you can translate, transform, and integrate spatial data.
Watch the Demo

  FME and Google Earth (KML)
See how FME can be used to easily create KML data for display in Google Earth (KML).
Watch the Demo
FME Workbench Windows
Learn about the seven windows within FME Workbench, what they are and how you can use them. 
Watch the Demo
  FME and MapInfo Professional
Explore how you can convert and transform data in 275+ formats within MapInfo Professional.
Watch the Demo
     
FME and KML Data
See how FME can be used to easily create KML data for display in Google Earth (KML).
Watch the Demo
  Load Vector, Raster & 3D Data into Oracle Spatial
Watch how FME can help you load different types of geospatial data into Oracle Spatial.
Watch the Demo
     
FME Server Complete Overview
Discover how you can use key capabilities of FME Server to quickly convert, load and distribute large volumes of spatial data so end users can access it where, when and how they need to.
Watch the Demo
  FME FDO Provider for AutoCAD Users
See how the FME FDO Provider helps AutoCAD Map 3D 2007 and 2008 users translate, transform and integrate data in hundreds of different formats.
Watch the Demo
     
Streaming Data with FME Server
Find out how you can automatically convert and stream data in people-friendly formats.
Watch the Demo
  Loading Data into SQL Server
Watch how you can use FME to load data into SQL Server.
Watch the Demo