psconvert should ignore writing world file if geotiff output is requested#7865
psconvert should ignore writing world file if geotiff output is requested#7865PaulWessel merged 2 commits intomasterfrom
Conversation
|
Does it work? Because when it calls The Proj4 vs PROJ. There is only proj4 , the name, or PROJ (and don't pay attention to the capitalization. I don't know what is the correct way). No proj5,6,7,8,9. Functions variables, including in official PostGIS docs are still called |
You're right. It needs the world file to produce the GeoTIFF file. It means we need to delete the world file after calling gdal_translate. |
|
OK, I will fix that. Will leave proj4 of course. |
Keep old world_file name so it can be deleted.
|
How about this one? Had to duplicate world_file since you recycled it for something else and it got lost. |
See #7844 for discussion. Closes #7844. Note to @joa-quim : In messages that says
...the Proj4 command...should that be PROJ or are these things still called Proj4 even though we are at Proj9? Let me know if we should update such language in source and rst (separate from this PR). I just added an extra check that we only do the world_file output if Ctrl->W.warp (-W+g) is not set. See right, no?