When working with GIS and statistical data there is an emerging need to know some scripting language. Python is one of the most widely used. It is not…
Today I want to share a Python script that I wrote to plot some lab data against the core depth it was taken from. I know its not…
Previous Posts in this series QGIS Plugin – RasterCalc QGIS Plugin – OpenLayers So, this will be a pretty quick post on one of my most used…
GDAL Geotransforms and World Files The last post in this series considered how to write a geospatially aware file, in that case a Geotiff. In the example the…
Writing Geospatial Files In the last post in this thread I began discussing basic syntax and how to open and read a geospatial raster file. This installment in…
Reading Geospatial Files In the last post in this thread I provided a bit of background and some simple instructions for installing python and the necessary modules for…
For my first post on digital-geography.com I wanted to begin a discussion on a topic I have strong feelings about, Python. A common question I get from students…
The work as a geographer with statistical and remote-sensing related focus arise the necessity of mastering a programming language sooner or later. Lets choose: C, C + +,…
Some days ago I’ve presented a way to load and monitor the content of a shapefile using pyshp. But since then I was remembering my work with shapefiles…
Python is a very common scripting language which seems like a swiss knife for programming. This is the reason to use it as a framework for the program…
In the context of “where are your customers” one main element is to monitor file changes: everytime your customer-file changes the new customer entry must be mapped to…