Skip to content
Advertisement

Python skipping functions when ran in VS Code

I have written the following python code to read in XYZ data as CSV and then grid to a GTiff format.

When I run the code I am getting no errors.

However, after trying to debug, I added some print statements and noticed that the functions aren’t actually being called.

How can I run this script so that it all completes?

JavaScript

Advertisement

Answer

Use

JavaScript

or

JavaScript

Use thease codes at the end of your script.

And the solution is :

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement