Skip to main content

Posts

Featured

Creating txt file

For our final module, we had to create a txt file for a list of coordinates. Despite being the final assignment, I found this to be oddly easy, primarily because the data was already given and the coding was easy.  The only error I came across that wasn't spelling related was on the line  with open(output_file, "w") as txt_file: As I completely forgot to add the "w" and it took me quite a bit to realize what was missing. I also had some issues creating the txt file as it kept disappearing. Funny enough I was accidentally saving it to Module 5! Here is a picture of some of the coordinates from the txt I created:

Latest Posts

Create, copying, and listing data with Python

Using Model Builder

Debugging and Errors

Programming with Luck

GIS Programming - My First Week

Lab 5 : Supervised and Unsupervised Classification

Remote Sensing Lab 3: Working with ERDAS IMAGINE

Lab 2 : Land use using Remote sensing

Remote Sensing Lab 1

The Final Project: FPL analysis