MCPcopy Create free account
hub / github.com/DiUS/java-faker / METAR

Method METAR

src/main/java/com/github/javafaker/Aviation.java:33–35  ·  view source on GitHub ↗

Provides a METAR weather report. Have a look at https://en.wikipedia.org/wiki/METAR

()

Source from the content-addressed store, hash-verified

31 * Have a look at https://en.wikipedia.org/wiki/METAR
32 */
33 public String METAR() {
34 return faker.fakeValuesService().fetchString("aviation.metar");
35 }
36}

Callers 1

metarMethod · 0.80

Calls 2

fetchStringMethod · 0.80
fakeValuesServiceMethod · 0.80

Tested by 1

metarMethod · 0.64