Re: [R-sig-Geo] Not perfect match between the bounding box for a EPSG when projected (st_bbox from sf)

2021-03-26 Thread Manuel Spínola
Thank you very much Roger. Manuel El vie, 26 mar 2021 a las 8:47, Roger Bivand () escribió: > On Thu, 25 Mar 2021, Manuel Spínola wrote: > > > Dear list members, > > > > I am working with the epsg 5367. > > > > The information for this epsg according to this website ( > > https://epsg.io/5367) i

Re: [R-sig-Geo] Not perfect match between the bounding box for a EPSG when projected (st_bbox from sf)

2021-03-26 Thread Roger Bivand
On Thu, 25 Mar 2021, Manuel Spínola wrote: Dear list members, I am working with the epsg 5367. The information for this epsg according to this website ( https://epsg.io/5367) is: WGS84 bounds: -90.45 2.15 -81.43 11.77 Projected bounds: -218963.01 239235.14 780173.56 1302793.77 When I create

[R-sig-Geo] Not perfect match between the bounding box for a EPSG when projected (st_bbox from sf)

2021-03-25 Thread Manuel Spínola
Dear list members, I am working with the epsg 5367. The information for this epsg according to this website ( https://epsg.io/5367) is: WGS84 bounds: -90.45 2.15 -81.43 11.77 Projected bounds: -218963.01 239235.14 780173.56 1302793.77 When I create a box with st_bbox from the package sf and tr