Jens Wiesehahn
Jens Wiesehahn
After long time I wanted to test this, but I am struggling with the installation. After `remotes::install_github("brownag/whiteboxR@wbtTool")` WhiteboxTools can not be found by `library(whitebox)` and maunally pointing towards the recently...
I experience the same issue. ``` 0...10..ERROR 1: ZSTDDecode:Error in ZSTD_decompressStream(): Corrupted block detected ERROR 1: TIFFReadEncodedTile() failed. ERROR 1: file.tif.ovr.tmp, band 1: IReadBlock failed at X offset 27, Y...
gdalinfos results seem to be fine at first glance. here are two tiles and also the corresponding VRT [testfiles.zip](https://github.com/OSGeo/gdal/files/8876604/testfiles.zip)
I experience the same issue with e.g. ``` const map= new maplibregl.Map({ container: "map", style: 'https://api.maptiler.com/maps/hybrid/style.json?key=XXX ', center: [10.61,51.78], pitch: 65, zoom: 13 }); map.on('load', () => { map.addSource("terrain", {...
To me it looks more like tile coverage is calculated before exaggeration, and then if lifted too heavy it does not fit the viewport anymore. In my basic understanding additional...
it's not implemented in sf, is it?
BTW: `gdalinfo` for the image returns: ``` Size is 10000, 10000 Coordinate System is: PROJCRS["ETRS89 / UTM zone 32N", BASEGEOGCRS["ETRS89", ENSEMBLE["European Terrestrial Reference System 1989 ensemble", MEMBER["European Terrestrial Reference Frame...
Thanks for your quick reply. I got invalid data when running my code and thought it was related to the warning, but the actual reason was that the extent was...
I am getting only the first messages when reading with terra (doesnt matter if I pull the data locally or not) ``` > t1 t1 t2
I am really just starting package development in R, so forgive me if the question does not fit here, but this seems to be the most related resource I found....