I am trying to export polygon from raster.
I have 6 lat-lon coordinates. If I type in the CMD the following command I can export but in a square form:
gdalwarp -te x_min y_min x_max y_max input.tif output.tif
Is there a way to export a polygon using coordinates ?
Thanks