This node reads a single geospatial file from the provided local file path or URL. The supported file formats are the popular data types such as Shapefile (.shp), zipped Shapefiles(.zip) with a single Shapefile, single-layer Geopackage (.gpkg), , GeoJSON (.geojson) , or GeoParquet files. In addition the node partially supports Keyhole Markup Language (.kml) files or single entry zipped .kmz files. For more details on the limitations when reading these files see here.
Examples of standard local file paths are C:\KNIMEworkspace\test.geojson for Windows and /KNIMEworkspace/test.shp for Linux. The node can also load resources directly from a web URL, for example to load a GeoJSON file from geojson.xyz you would enter http://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_110m_land.geojson .
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: