I have this image that I want to convert it to GeoJSON.
And I have this World File:
0.0388048118 0.0 0.0 -0.0387897595 697054.11331 4458020.56656 When I try to run the gdal_polygonize command from terminal, it pixelizes the json, but If I try to run it without the World File it works very well:
gdal_polygonize.py -f "GeoJSON" image.png out.json What can I do to make it work with the World File? I need the coordinates, so I can't run it without that file... Is there any alternative to gdal_polygonize?
أكثر...

And I have this World File:
0.0388048118 0.0 0.0 -0.0387897595 697054.11331 4458020.56656 When I try to run the gdal_polygonize command from terminal, it pixelizes the json, but If I try to run it without the World File it works very well:
gdal_polygonize.py -f "GeoJSON" image.png out.json What can I do to make it work with the World File? I need the coordinates, so I can't run it without that file... Is there any alternative to gdal_polygonize?
أكثر...