You are here: FME Workbench > Coordinate Systems and FME > Changing the Default Coordinate System

Changing the Default Coordinate System

By default, FME either uses a default value or uses the coordinate system referenced in the input dataset. However, you may want to convert data to a different coordinate system.

For formats that know their coordinate system (such as MapInfo and DLG), the Coordinate System field in the Source Dataset dialog will display Same as source and FME will read the coordinate system from the source dataset. For most other input sources, the field will display <not set>, which means that FME will use default values.

For FME to perform a reprojection, you must specify different writer coordinate system parameters.

Converting to a Different Writer Coordinate System

  1. Create a workspace, and define your reader and writer.
  2. In the source dataset area in the Navigator pane, the Coordinate System parameter will be displayed as <not set>. This means that FME will either use default values, or will read the coordinate system from the source data.

You can explicitly set the source coordinate system (which will override any coordinate system read from the source) but in most cases, you will not need to change the default parameter.

  1. In the destination dataset area of the Navigator pane, double-click the Coordinate System parameter.
  2. In the dialog that appears, you can either click the Browse button to display the Coordinate System Gallery or enter a prefix or character string that will display a list of matching selections. For example, if you type the string "UTM" you will see these matches:

FME will reproject the data to the coordinate system that you enter in this field, and the Navigator pane will display something similar to this:

Tip: If you add source or destination datasets to a workspace (by choosing Add Reader or Add Writer from the Readers or Writers menus), you can define coordinate systems at the same time.

Grid Shift Files

FME supports conversions between coordinate systems using different datums. See the topics under Coordinate Systems > Datums.