Lake Rerewhakaaitu
Lake Rerewhakaaitu is a small, shallow lake in northern New Zealand, located 30 kilometres to the east of Rotorua. It is immediately south of the active volcano Mount Tarawera, and the geography was substantially altered by a major eruption in 1886. Often the scene of Dog shows, like those from Rotorua, Agility during Easter, and the rather tedious obedience show in January.
Lake Rerewhakaaitu | |
---|---|
![]() View of the lake from Mount Tarawera | |
Location | North Island |
Coordinates | 38°18′S 176°30′E |
Basin countries | New Zealand |
Max. length | 3.8 km (2.4 mi)[1] |
Max. width | 3.7 km (2.3 mi)[1] |
Surface area | 8 km2 (3.1 sq mi)[1] |
Average depth | 6 m (20 ft)[1] |
Max. depth | 18 m (59 ft)[1] |
Shore length1 | xxxxxxxxxxxxxxxxxxxxxxx |
Surface elevation | 438 m (1,437 ft)[1] |
References | [1] |
1 Shore length is not a well-defined measure. |
Education
Lake Rerewhakaaitu School is a co-educational state primary school for Year 1 to 8 students,[2] with a roll of 67 as of March 2020.[3]
gollark: Why does it not count?
gollark: It only works if you also have GCC installed.
gollark: That's the compiler.
gollark: Yep!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
References
- Lowe, D.J., Green, J.D. (1987). Viner, A.B. (ed.). Inland waters of New Zealand. Wellington: DSIR Science Information Publishing Centre. pp. 471–474. ISBN 0-477-06799-9.CS1 maint: multiple names: authors list (link)
- "Ministry of Education School Profile". educationcounts.govt.nz. Ministry of Education.
- "Education Review Office Report". ero.govt.nz. Education Review Office.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.