vince7lf / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
0 stars 0 forks source link

gdal_retile.py ERROR 1: The transformation is already "north up" or a transformation between pixel/line and georeferenced coordinates cannot be computed for TEMP. #61

Open vince7lf opened 1 year ago

vince7lf commented 1 year ago

When running command

+ gdal_retile.py -levels 1 -tileIndex 2019-Boucherville-13225474-13410695_tile.shp -tileIndexField Location -ps 128 128 -targetDir /tmp/test-jpg-2/test-jpg/2019-Boucherville-13225474-13410695_tile /tmp/test-jpg-2/test-jpg/2019-Boucherville-13225474-13410695_tile.jpg

There are error messages :

0...10...20...30...40...50...60...70...80...90...100 - done. Warning 1: Field Location of width 256 truncated to 254. ERROR 1: The transformation is already "north up" or a transformation between pixel/line and georeferenced coordinates cannot be computed for TEMP. There is no affine transformation and no GCPs. Specify transformation option SRC_METHOD=NO_GEOTRANSFORM to bypass this check. Reprojection failed for /tmp/test-jpg-2/test-jpg/2019-Boucherville-13225474-13410695_tile/1/2019-Boucherville-13225474-13410695_tile_1_1.tif, error 3

vince7lf commented 1 year ago

They can be ignored, that does not prevent the command to successfully create the tiles and shapefile.