Closed ErickChacon closed 3 years ago
Is it desired that the boundingbox function swaps the coordinates X and Y?
using ArchGDAL; const AG = ArchGDAL using Plots poly = ArchGDAL.createpolygon([(5.,0.), (0.,1.), (5.,1.)]) box = AG.boundingbox(poly) plot(poly, label = "geom") plot!(box, label = "boundingbox", alpha = 0.4, legend = true)
Thanks for the report!
Is it desired that the boundingbox function swaps the coordinates X and Y?