spatialthoughts / qgis-tutorials

Source files for sphinx-based website
http://www.qgistutorials.com
Apache License 2.0
66 stars 34 forks source link

Getting Started With Python Programming (QGIS3) — QGIS Tutorials and Tips #197

Closed utterances-bot closed 1 month ago

utterances-bot commented 1 month ago

Getting Started With Python Programming (QGIS3) — QGIS Tutorials and Tips

https://www.qgistutorials.com/en/docs/3/getting_started_with_pyqgis.html

DaanJG commented 1 month ago

Nice. Thanks for your short tutorial.

leoruizbes commented 2 weeks ago

Hi. Thanks. I could´nt open the file in the last excercise

spatialthoughts commented 2 weeks ago

@leoruizbes Make sure you have replaced the path with your own username and file system structure.

Replace

with open('/Users/ujaval/Desktop/airports.txt', 'w')

with

with open(r'C:\airports.txt', 'w')

and file will be in C: drive.