knime-geospatial-extension icon indicating copy to clipboard operation
knime-geospatial-extension copied to clipboard

Support reading of GML files

Open koettert opened this issue 2 years ago • 2 comments

GeoPandas seems to support GML if explicitly enabled: db = gpd.read_file('pth/to/5221132-NS7010', driver='GML', layer="my_layer_name")

GDAL has limited support to read GML files: https://gdal.org/drivers/vector/gml.html Example files can be downloaded from here: https://git.rwth-aachen.de/malhotra/teaserplus/-/tree/master/GML-Example-files

Reading GML is also supported by the KNIME Spatial Processing extension

koettert avatar Jul 25 '23 10:07 koettert