diff --git a/misc/ExampleTests/Radartests.pdf b/misc/ExampleTests/Radartests.pdf
index 73ccae2..928f39a 100644
Binary files a/misc/ExampleTests/Radartests.pdf and b/misc/ExampleTests/Radartests.pdf differ
diff --git a/misc/ExampleTests/Radartests_Vign.pdf b/misc/ExampleTests/Radartests_Vign.pdf
index 089c185..9d60c57 100644
Binary files a/misc/ExampleTests/Radartests_Vign.pdf and b/misc/ExampleTests/Radartests_Vign.pdf differ
diff --git a/misc/ExampleTests/warnings.txt b/misc/ExampleTests/warnings.txt
index 4a3d51c..d95b637 100644
--- a/misc/ExampleTests/warnings.txt
+++ b/misc/ExampleTests/warnings.txt
@@ -1,7 +1,7 @@
-checkIndex results at 2020-07-22 01:16:24 for
+checkIndex results at 2020-07-29 18:01:58 for
ftp://opendata.dwd.de/climate_environment/CDC/observations_germany/climate
-File 'data/fileIndex.rda' was last modified 2020-07-06 13:46:53
+File 'data/fileIndex.rda' was last modified 2020-07-28 16:05:49
Call stack: runLocalTests -> checkIndex
-------
IDs with duplicate files:
@@ -17,3 +17,4 @@ Coordinates used for more than one station:
- 6.15_51.6: 16x ID=2798 (Laarbruch), 6x ID=5386 (Weeze-Hees)
+
diff --git a/misc/vign/index.Rmd b/misc/vign/index.Rmd
index 85808d3..4103740 100644
--- a/misc/vign/index.Rmd
+++ b/misc/vign/index.Rmd
@@ -203,7 +203,7 @@ To use the observational datasets, `rdwd` has been designed to mainly do 3 thing
As this is time consuming, the result is stored in the package dataset `r helplink("fileIndex")`.
From this, `r helplink("metaIndex")` and `r helplink("geoIndex")` are derived.
-
+
@@ -459,18 +459,14 @@ pp <- project_and_plot(rad$dat, ".radar RQ", rad$meta$date)
Binary files must be downloaded by `download.file` with wb=TRUE (at least on Windows, due to CRLF issues).
`download.file` will automatically do that for some file endings (like .gz, .zip).
For others (e.g. .tar files in [readDWD.asc](https://bookdown.org/brry/rdwd/raster-data.html#readdwd.asc)), `r helplink("dataDWD")` has a dbin=TRUE option.
-If you do not use this, your plots will look partially shifted like this (and have the wrong units):
-```{r wrong_binary, eval=-1}
-par(mar=c(2,2,1,1.6))
+If you do not use this, your plots may look partially shifted like this and have the wrong units (image from 2020-06-16 21:30 CEST):
+```{r wrong_binary, eval=FALSE}
url <- "ftp://ftp-cdc.dwd.de/weather/radar/radolan/rw/raa01-rw_10000-latest-dwd---bin"
rw_file <- dataDWD(url, dir=tempdir(), read=FALSE, dbin=FALSE)
rw_orig <- dwdradar::readRadarFile(rw_file)
raster::plot(raster::raster(rw_orig$dat))
```
-
-Fixed image at 2020-06-16 21:30 CEST (the latest file at website creation may sometimes seem to work correctly):
-
-
+
I'm considering to set the default dbin to TRUE but need to assess the implications yet.
@@ -958,7 +954,7 @@ Nowadays, I just need to trigger them by calling the two related functions.
More detailed (but still aggregated) changes can nicely be seen at https://github.com/brry/rdwd/releases
-# the future
+## the future
I plan to continue maintaining the package, even though its capabilities have long exceeded my personal needs.
Coding simply brings joy - and of course it's also very satisfactory to see my work actually used in many contexts.