Skip to content

Commit

Permalink
Don't reformat weather station comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nipafx authored and gunnarmorling committed Dec 29, 2023
1 parent 52ce423 commit d53b3aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/dev/morling/onebrc/CreateMeasurements.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public static void main(String[] args) throws Exception {
System.exit(1);
}

// @formatter:off
// data from https://en.wikipedia.org/wiki/List_of_cities_by_average_temperature;
// converted using https://wikitable2csv.ggor.de/
// brought to form using DuckDB:
Expand All @@ -74,6 +75,7 @@ public static void main(String[] args) throws Exception {
// from read_csv_auto('List_of_cities_by_average_temperature_5.csv', header = true)
// )
// ) TO 'output.csv' (HEADER, DELIMITER ',');
// @formatter:on
List<WeatherStation> stations = Arrays.asList(
new WeatherStation("Adelaide", 17.3),
new WeatherStation("Melbourne", 15.1),
Expand Down

0 comments on commit d53b3aa

Please sign in to comment.