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

1

In the FME top ribbon, click the Add Reader button

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

A dialog box will appear.

2

Select OGC GeoPackage in the Format dropdown and click the three dots button next to the Dataset box 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.
3

Click Parameters in the Add Reader dialog box

Another dialog box will appear to specify OGC GeoPackage Parameters.

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

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.

4

Select the layers to be added into the workbench

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

Click OK when the required themes / layers have been selected.

Last updated

Was this helpful?