Dimitri Falk

Results 11 comments of Dimitri Falk

Do I get this right that less stations are providing 5-min-values than 1-min-values (e.g. for recent, 964 vs. 943)? Making use of {xts}, to be precise `xts::period.apply()` to aggregate values...

I played around a little bit, testing of `rvest` and `reprex` included... 😏 ``` r ## get station ids, 1 min html % rvest::html_text2() %>% stringr::str_split("_") df % unlist() %>%...

Thank your for your fast reply! I was able to reproduce this behaviour with GDAL 3.0.4 - thanks for the hint using `gdalinfo` and `gdal_translate`! Let me know if you...

I was about to say it cannot be ruled out I messed up a bit in my last late-night-session considering `stars`, but seems like you're already some steps ahead of...

Ok, thank you very much for your efforts and all the explanations! > terra assigns an extent of (0, ncol, 0, nrow) when creating a SpatRaster from a matrix (https://github.com/rspatial/terra/issues/1);...

No idea if this is relevant but I was also able to display the data in QGIS 3.20.1-Odense using GDAL 3.3.1 without any problems - making it seem like this...

Yeah, sure. ``` r library(terra) #> Warning: Paket 'terra' wurde unter R Version 4.1.3 erstellt #> terra 1.5.34 terra::rast("hd2011010000.scu") #> Warning: [rast] unknown extent #> class : SpatRaster #> dimensions...

Guess I am not contributing anything significantly new to this discussion but since I found some time to mess around with Linux, I can at least confirm that reading the...

Thank you very much to everyone for digging into this!

Sorry, I missed that. Here you go: ``` r sessionInfo() #> R version 4.3.2 (2023-10-31 ucrt) #> Platform: x86_64-w64-mingw32/x64 (64-bit) #> Running under: Windows 10 x64 (build 19045) #> #>...