kostas

kostas

Why Tor is slow

I tried the Tor browser today, and was amazed at how slow it was. As Tor’s user base has grown, the performance of the Tor network has suffered. This document describes the current understanding of why Tor is slow, and…

GDAL and OGR Python tips

Online documentation for GDAL/OGR Python is sparse. Here I show some recommended ways of learning more about GDAL/OGR in Python. Using Python interpreter You can learn about GDAL and OGR from inside the Python interpreter. Start python interpreter: $ python…

Pointers for GDAL and Python

GDAL is not very well documented, and a complete Python API documentation site is not something I’ve found. So here are the best tutorials I’ve found so far for GDAL + Python. GDAL Python samples on osgeo.org