aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-01 19:04:22 +0100
committerGitHub <noreply@github.com>2024-01-01 19:04:22 +0100
commit566a2ec25a2b415d9c57a976f3a7ac1610d80f5a (patch)
treebc7cba2dcac03d6a0b42702030c87beb23b13586
parent4a9f2fb3d439f8c925b6592afe4e039812226c14 (diff)
FAQ entry on genericity of station names
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccc3db5..06d1648 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,9 @@ A: No, this challenge is focussed on Java only. Feel free to inofficially share
_Q: Why_ 1️⃣🐝🏎️ _?_\
A: It's the abbreviation of the project name: **One** **B**illion **R**ow **C**hallenge.
+_Q: Can I make assumptions on the names of the weather stations showing up in the data set?_\
+A: No, while only a fixed set of station names is used by the data set generator, any solution should work with arbitrary UTF-8 station names.
+
## License
This code base is available under the Apache License, version 2.