Category: NZTekonverse -> Scripting

  • Python Scripting [3B]: Layer Fractional Segments for NZ Rail Maps 2

    Yesterday we looked at how to collect command line parameters easily in a Python script. Today we need to turn the parameters into filenames and then read their contents to memory. First thing is to get the arguments into variables we can refer to and manipulate. This is pretty simple as the arguments are stored…

  • Python Scripting [3A]: Layer Fractional Segments for NZ Rail Maps 1

    This is a technical description of the scripting project which is for dividing a large layer into segments for NZ Rail Maps. As discussed in some previous posts I am taking for example a 0.4 metre resolution tile and scaling it to 0.1 metre resolution making it 16 times the area of the original. Then…

  • Python Scripting: Planned Scripting Projects

    I’ve written a few posts about different scripts I am planning to look at. At the moment the ones that are most important are: A script to do segmented layer fractions for NZ Rail Maps. I am doing this very slowly and laboriously with a spreadsheet and keep making mistakes and having to paste things…

  • NZ Rail Maps: Scaling up map mosaics & creating new tile grids

    One of the issues that comes up with doing the map mosaics for NZ Rail Maps is that the resolution of Retrolens aerial imagery can often be very high, when using the official NZR survey images at the scale that they appear on Retrolens. A typical scale is only 1:4300 which gives us a lot…

  • Python Scripting [2A]; Syncing a video and music directory tree

    Having completed our first scripting task involved XML extraction and copying files, the next task to be scripted in Python will be the process of extracting audio from our collection of music video tracks and syncing it into a directory tree. The actual steps needed are: Compare two directory tree, one for video and one…