<div dir='auto'><div dir="auto">Hi QGIS community,</div><div dir="auto"><br></div><div dir="auto">I am currently working with a custom file format that contains geometry information. The format contains mixed geometry types and some style and meta information.</div><div dir="auto"><br></div><div dir="auto">The geometry is simple to map onto WKT and I have a parser for Python. I would like to integrate this into a QGIS plugin. It seems however that writing drivers for file formats is not really documented in the PyQGIS Developer Cookbook.</div><div dir="auto"><br></div><div dir="auto">My questions are therefore:</div><div dir="auto"><br></div><div dir="auto">Is it possible to introduce support for a custom file format through a plugin?</div><div dir="auto">At what level should I integrate this? It seems that most formats are handled through GDAL, which has its own plugin system. I would rather have it installable through the QGIS interface</div><div dir="auto"><br></div><div dir="auto">Are there any examples of similar formats (KML/GML) that are handled this way?</div><div dir="auto"><br></div><div dir="auto">Kind regards,</div><div dir="auto"><br></div><div dir="auto">Martijn Reening</div></div>