FME

Reading GeoPackage data via FME

FME is a data integration platform which can read the GeoPackage format and be used to convert and transform the data into other formats or databases. The below example shows how to read a GeoPackage into an FME workbench.

Requirements

  • FME Desktop

  • An FME license

  • A GeoPackage dataset

Instructions

Start up FME. In the top ribbon, click the Add Reader button, which will look similar to the following image:

Screenshot of the FME Add Reader button.
FME Add Reader button.

A dialog box will appear. Here, the format (OGC GeoPackage in this instance) can be specified using the drop-down list. Select the three dots button next to Dataset to specify which GeoPackage you want to read. The Coordinate System should also be set appropriately.

Screenshot showing the FME Add Reader dialog.
FME Add Reader dialog.

Click Parameters…

Another dialog box will appear. Here, specific layers within the GeoPackage can be selected, rather than importing the entire file. Additionally, the Search Envelope can be used to clip the GeoPackage to an extent.

Screenshot showing the FME OGC GeoPackage Parameters dialog.
FME OGC GeoPackage Parameters dialog.

Click the three dots button next to the Tables drop-down menu.

The next dialog box to appear allows for the selection of specific layers. Here, it is possible to select which themes / layers should be added into the workbench.

Screenshot showing the FME GeoPackage Select Tables dialog.
FME GeoPackage Select Tables dialog.

Click OK.

An orange reader will appear which will display the name of the GeoPackage table that has been ‘read in’.

Screenshot of an FME orange reader which displays the name of the GeoPackage table that has been ‘read in’.
FME result showing dataset has been read in

Last updated

Was this helpful?