This node reads Geopackage, GeoDatabase(GDB) files.
You can specify the layer to read. If the layer is empty or wrong, the node will read the first layer. You can also enter the number of the layer to read starting at 0. The node will output the names of all layers as second output table, which can be used to revise the name of the target layer.
Examples of standard local file paths are C:\KNIMEworkspace\test.gpkg for Windows and /KNIMEworkspace/test.gpkg for Linux. The node can also load resources directly from a web URL.
Note: For larger files the node progress might not change for a time until the file is successfully read.
The node is based on the GeoPandas project and uses the following related information and functions: