search for: st_transform

Displaying 2 results from an estimated 2 matches for "st_transform".

Did you mean: sha_transform
2019 Jan 12
2
Error: corrupted double-linked list
Hello, Not sure if this is the right list of if this is a gdal/sf issue so I apologize but recently I've been seeing errors that crash R/3.5.1 and throw a double-linked list error (see below). Has anyone else come across this issue and if so is there a fix? > rwhole <- st_transform(rwhole,st_crs(ele.map)) *** Error in `/usr/local/lib64/R/bin/exec/R': corrupted double-linked list: 0x0000000082787a00 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x80aef)[0x7f774ceceaef] /lib64/libc.so.6(+0x8137e)[0x7f774cecf37e] /usr/local/lib/libproj.so.13(pj_dealloc+0xe)[0x7f773f13dd...
2019 Jan 14
0
Error: corrupted double-linked list
...1 and throw > a double-linked list error (see below). Has anyone else come across this > issue and if so is there a fix? R-sig-geo is probably a better place for this. Also, a reproducible example and/or the output from valgrind would be helpful. I?aki > > > > > rwhole <- st_transform(rwhole,st_crs(ele.map)) > *** Error in `/usr/local/lib64/R/bin/exec/R': corrupted double-linked list: > 0x0000000082787a00 *** > ======= Backtrace: ========= > /lib64/libc.so.6(+0x80aef)[0x7f774ceceaef] > /lib64/libc.so.6(+0x8137e)[0x7f774cecf37e] > /usr/local/lib/libproj.so.1...