Terry Brown

Results 1 issues of Terry Brown

At [clip-a-geotiff-with-shapefile](https://pcjericks.github.io/py-gdalogr-cookbook/raster_layers.html#clip-a-geotiff-with-shapefile) ``` python pixel = int((x - ulX) / xDist) line = int((ulY - y) / xDist) ``` Shouldn't that second `xDist` be `yDist`? Of course they're almost always...