<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr"></div><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div dir="ltr">You will find most of the information on this page. <a href="https://qgis.org/en/docs/index.html#testing">https://qgis.org/en/docs/index.html#testing</a>.   The documentation is good but must always keep up with the ever evolving QGIS.  This is not always the case as it is also maintained by a group of well meaning volunteers.  You will find some information in the cookbook but this concern the API and not necessary that file format. <a href="https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/geometry.html">https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/geometry.html</a>. There are so many files formats that QGIS does not document or give examples on every one.</div><div dir="ltr"><br></div><div dir="ltr">As for the file formats accepted in Qgis, you should probably refer to the GDAL library.   <a href="https://www.gdal.org/">https://www.gdal.org/</a>. There, you will see the various files formats that QGIS</div><div dir="ltr">can use as it relies on GDAL to read and write to files.  Documentation on that site is good but as an untrained programmer, I find it hard to navigate.  You might prefer The Gdal Cookbook.  It is outdated as it’s based on gdal 1.x and not 2.x but it contain easy code that can help you out.  <a href="https://pcjericks.github.io/py-gdalogr-cookbook/">https://pcjericks.github.io/py-gdalogr-cookbook/</a> It’s the best python gdal  tutorial <span style="background-color: rgba(255, 255, 255, 0);">for dummies </span>out there!  I mostly fall in the dummy category!</div><div dir="ltr"><br></div><div dir="ltr">Cheer!</div><div dir="ltr">Nicolas</div><div dir="ltr"><br>Le 22 janv. 2019 à 12:12, Lee Eddington <<a href="mailto:lee.w.eddington@gmail.com">lee.w.eddington@gmail.com</a>> a écrit :<br><br></div><blockquote type="cite"><div dir="ltr">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">Nicolas,<div class=""><br class=""></div><div class="">Thank you for the link.  I was able to use the info to create a wkt file that worked.  But I also had to use a blog post to help me to figure out how to add the proper header:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space: pre;">   </span><a href="https://gis.stackexchange.com/questions/107152/how-to-create-wkt-file-readable-by-qgis-2-4-0" class="">https://gis.stackexchange.com/questions/107152/how-to-create-wkt-file-readable-by-qgis-2-4-0</a></div><div class=""><br class=""><div>Do you know where the official documentation is that explains that?  I’m sure it’s out there, but I couldn’t find it.</div><div><br class=""></div><div>Thanks,</div><div>Lee</div><div><br class=""><blockquote type="cite" class=""></blockquote></div></div><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 21, 2019, at 8:48 PM, Nicolas Cadieux <<a href="mailto:nicolas.cadieux@archeotec.ca" class="">nicolas.cadieux@archeotec.ca</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class=""><div dir="ltr" class=""></div><div dir="ltr" class="">QGIS can read wkt. This could help. <a href="https://en.m.wikipedia.org/wiki/Well-known_text" class="">https://en.m.wikipedia.org/wiki/Well-known_text</a></div><div dir="ltr" class="">Nicolas</div><div dir="ltr" class=""><br class="">Le 21 janv. 2019 à 20:26, Lee Eddington <<a href="mailto:lee.w.eddington@gmail.com" class="">lee.w.eddington@gmail.com</a>> a écrit :<br class=""><br class=""></div><blockquote type="cite" class=""><div dir="ltr" class=""><span class="">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.</span><br class=""><span class=""></span><br class=""><span class="">Thanks,</span><br class=""><span class="">Lee</span><br class=""><span class=""></span><br class=""><span class="">_______________________________________________</span><br class=""><span class="">Qgis-user mailing list</span><br class=""><span class=""><a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a></span><br class=""><span class="">List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" class="">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></span><br class=""><span class="">Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" class="">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></span></div></blockquote></div></div></blockquote></div><br class=""></div></blockquote></body></html>