[Qgis-user] Open-sky network

Nils Schneekloth n.schneekloth at k-fo.de
Tue Sep 14 13:10:31 PDT 2021


Hi Bernd, Kai and Johannes, thanks for the help. I have tried your advice, but unfortunately have not progressed. We do not need to pursue this further. 
Thanks!
Greetings Nils

-----Ursprüngliche Nachricht-----
Von: Qgis-user <qgis-user-bounces at lists.osgeo.org> Im Auftrag von Kai Borgolte
Gesendet: Dienstag, 14. September 2021 14:22
An: qgis-user at lists.osgeo.org
Betreff: Re: [Qgis-user] Open-sky network

Am 13.09.2021 um 17:12 schrieb Nils Schneekloth:

Adding to Bernd's answer:

> #CSV OUPUT PATH
> csv_data='C:\Users\nschn\Documents\geodaten\Qgis\Flightdata\data.csv'

Make it a raw string (r string):

#CSV OUPUT PATH
csv_data = r'C:\Users\nschn\Documents\geodaten\Qgis\Flightdata\data.csv'

Because in standard strings Python sees backslashes as escape char, especially \n means newline.

--
Kai Borgolte, Bonn
_______________________________________________
Qgis-user mailing list
Qgis-user at lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


More information about the Qgis-user mailing list