Rakefile in airports-1.4.0 vs Rakefile in airports-1.4.1
- old
+ new
@@ -43,9 +43,15 @@
dst: check_for_empty_data(row[10]),
tz_name: check_for_empty_data(row[11]),
}
end
+ # Istanbul (IST) is missing its time zone, so add it in
+ cleaned_data["IST"][:tz_name] = "Europe/Istanbul"
+
+ # `CPC` has an abbreviation in its name ("C. Campos"), so expand it
+ cleaned_data["CPC"][:name] = "Aviador Carlos Campos Airport"
+
# Hyderabad (HYD) is missing, so add it in
cleaned_data["HYD"] = {
name: "Rajiv Gandhi International Airport",
city: "Hyderabad",
country: "India",