Skip to content

Commit

Permalink
Fix typo, improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Sep 29, 2022
1 parent 68e6983 commit 8c21077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/extdata/validate-berlin-mask.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (FALSE)
# Compare two versions of reading data for Berlin ------------------------------
if (FALSE)
{
from <- "199106"
from <- "202105"
to <- "202107"

# Version 1: use Andreas Matzinger's Berlin mask matrix
Expand Down Expand Up @@ -51,7 +51,7 @@ if (FALSE)
# Read polygons of German cities and apply their masks to Germany --------------
if (FALSE)
{
# We need a target projection, take it from an example grid of Germany
# Read shape files for German regions, transformed to projection of DWD grids
shapes <- kwb.dwd:::get_shapes_of_germany(recreate = TRUE)

# Create a configuration interactively
Expand Down Expand Up @@ -96,7 +96,7 @@ if (FALSE)
raster::plot(munich <- extract("M\xfcnchen$")) # white hole???
}

# Validat Andreas Matzinger's Berlin mask --------------------------------------
# Validate Andreas Matzinger's Berlin mask -------------------------------------
if (FALSE)
{
# What is the difference between the Berlin "mask" of Andreas and the mask
Expand Down

0 comments on commit 8c21077

Please sign in to comment.