QGIS is using OGR in the background to read vector data. So every format
supported by OGR is fine for QGIS. You can write geojson, geopackage,
sqlite, shapefile, it's fine for OGR API(write) and QGIS Desktop (read).
But are you sure you want to use the OGR API to write your file? IMHO, QGIS
API is easier.

Le lun. 21 janv. 2019 à 23:49, Nicolas Cadieux <nicolas.cadi...@archeotec.ca>
a écrit :

> QGIS can read wkt. This could help.
> https://en.m.wikipedia.org/wiki/Well-known_text
> Nicolas
>
> Le 21 janv. 2019 à 20:26, Lee Eddington <lee.w.edding...@gmail.com> a
> écrit :
>
> I’d like to write vector line data in lat/lon coordinates to a file that
> QGIS can read and display.  I have the osgeo ogr module, but can’t see to
> find the right documentation on how to use it for this simple task.
>
> Thanks,
> Lee
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to