OGC GeoPackage Tiles Feature Representation
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
GeoPackage Tiles features specify a grid of x and y. The following format attributes are returned for each raster table in the GeoPackage.
Attribute Name |
Contents |
---|---|
geopackage_type |
This will always be geopackage_raster. |
geopackage_raster_identifier |
Unique identifier for each raster that corresponds to the name of the tiles table in the GeoPackage file. |
geopackage_raster_zoom_level |
Indicates the zoom level that a given raster defines. This is expected to be a numeric value and contiguous with other zoom-level values. |