Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 19 new columns ({'month_name', 'week_of_year', 'year', 'day_of_year', 'equation_of_time_min', 'is_weekend', 'season_north', 'date_id', 'season_south', 'is_leap_year', 'full_date', 'quarter', 'decade', 'sin_day', 'month', 'cos_day', 'solar_declination_deg', 'day_name', 'day'}) and 18 missing columns ({'coastal_proximity', 'country_id', 'avg_elevation_m', 'continent', 'population_thousands', 'capital_lat', 'country_name', 'is_dst_applicable', 'climate_zone', 'iso_code', 'capital_lon', 'timezone', 'country_lon', 'country_lat', 'solar_irradiance_class', 'utc_offset', 'hemisphere', 'capital_city'}).
This happened while the csv dataset builder was generating data using
zip://02_date_dimension.csv::/tmp/hf-datasets-cache/medium/datasets/18862974319119-config-parquet-and-info-mahfuzmee-eng-Global-Sola-4b523e45/hub/datasets--mahfuzmee-eng--Global-Solar-Position-Dataset/snapshots/a36f974cd22bccb218a72853bf91a8cf5e0b3f9e/Global Solar Position Dataset.zip, [/tmp/hf-datasets-cache/medium/datasets/18862974319119-config-parquet-and-info-mahfuzmee-eng-Global-Sola-4b523e45/hub/datasets--mahfuzmee-eng--Global-Solar-Position-Dataset/snapshots/a36f974cd22bccb218a72853bf91a8cf5e0b3f9e/Global Solar Position Dataset.zip (origin=hf://datasets/mahfuzmee-eng/Global-Solar-Position-Dataset@a36f974cd22bccb218a72853bf91a8cf5e0b3f9e/Global Solar Position Dataset.zip)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
date_id: int64
full_date: string
day: int64
month: int64
year: int64
day_of_year: int64
week_of_year: int64
quarter: int64
day_name: string
month_name: string
is_weekend: int64
is_leap_year: int64
season_north: string
season_south: string
sin_day: double
cos_day: double
solar_declination_deg: double
equation_of_time_min: double
decade: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2503
to
{'country_id': Value('int64'), 'country_name': Value('string'), 'iso_code': Value('string'), 'capital_city': Value('string'), 'capital_lat': Value('float64'), 'capital_lon': Value('float64'), 'timezone': Value('string'), 'utc_offset': Value('float64'), 'continent': Value('string'), 'country_lat': Value('float64'), 'country_lon': Value('float64'), 'climate_zone': Value('string'), 'avg_elevation_m': Value('int64'), 'population_thousands': Value('int64'), 'hemisphere': Value('string'), 'is_dst_applicable': Value('int64'), 'coastal_proximity': Value('string'), 'solar_irradiance_class': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 19 new columns ({'month_name', 'week_of_year', 'year', 'day_of_year', 'equation_of_time_min', 'is_weekend', 'season_north', 'date_id', 'season_south', 'is_leap_year', 'full_date', 'quarter', 'decade', 'sin_day', 'month', 'cos_day', 'solar_declination_deg', 'day_name', 'day'}) and 18 missing columns ({'coastal_proximity', 'country_id', 'avg_elevation_m', 'continent', 'population_thousands', 'capital_lat', 'country_name', 'is_dst_applicable', 'climate_zone', 'iso_code', 'capital_lon', 'timezone', 'country_lon', 'country_lat', 'solar_irradiance_class', 'utc_offset', 'hemisphere', 'capital_city'}).
This happened while the csv dataset builder was generating data using
zip://02_date_dimension.csv::/tmp/hf-datasets-cache/medium/datasets/18862974319119-config-parquet-and-info-mahfuzmee-eng-Global-Sola-4b523e45/hub/datasets--mahfuzmee-eng--Global-Solar-Position-Dataset/snapshots/a36f974cd22bccb218a72853bf91a8cf5e0b3f9e/Global Solar Position Dataset.zip, [/tmp/hf-datasets-cache/medium/datasets/18862974319119-config-parquet-and-info-mahfuzmee-eng-Global-Sola-4b523e45/hub/datasets--mahfuzmee-eng--Global-Solar-Position-Dataset/snapshots/a36f974cd22bccb218a72853bf91a8cf5e0b3f9e/Global Solar Position Dataset.zip (origin=hf://datasets/mahfuzmee-eng/Global-Solar-Position-Dataset@a36f974cd22bccb218a72853bf91a8cf5e0b3f9e/Global Solar Position Dataset.zip)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
country_id int64 | country_name string | iso_code string | capital_city string | capital_lat float64 | capital_lon float64 | timezone string | utc_offset float64 | continent string | country_lat float64 | country_lon float64 | climate_zone string | avg_elevation_m int64 | population_thousands int64 | hemisphere string | is_dst_applicable int64 | coastal_proximity string | solar_irradiance_class string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Afghanistan | AF | Kabul | 34.52 | 69.18 | Asia/Kabul | 4.5 | Asia | 33.93 | 67.71 | BWh | 1,000 | 38,928 | N | 0 | Inland | Medium |
2 | Albania | AL | Tirana | 41.33 | 19.82 | Europe/Tirane | 1 | Europe | 41.15 | 20.17 | Csa | 350 | 2,878 | N | 1 | Mixed | Medium |
3 | Algeria | DZ | Algiers | 36.74 | 3.06 | Africa/Algiers | 1 | Africa | 28.03 | 1.66 | BWh | 900 | 43,851 | N | 0 | Inland | Medium |
4 | Angola | AO | Luanda | -8.84 | 13.23 | Africa/Luanda | 1 | Africa | -11.2 | 17.87 | Aw | 200 | 32,866 | S | 0 | Inland | High |
5 | Argentina | AR | Buenos Aires | -34.61 | -58.37 | America/Argentina/Buenos_Aires | -3 | Americas | -38.42 | -63.62 | BSk | 500 | 45,196 | S | 1 | Coastal | Medium |
6 | Armenia | AM | Yerevan | 40.18 | 44.51 | Asia/Yerevan | 4 | Asia | 40.07 | 45.04 | Dsa | 1,200 | 2,963 | N | 0 | Coastal | Medium |
7 | Australia | AU | Canberra | -35.28 | 149.13 | Australia/Sydney | 10 | Oceania | -25.27 | 133.78 | BWh | 600 | 25,500 | S | 1 | Coastal | Medium |
8 | Austria | AT | Vienna | 48.21 | 16.37 | Europe/Vienna | 1 | Europe | 47.52 | 14.55 | Cfb | 400 | 9,006 | N | 1 | Mixed | Low |
9 | Azerbaijan | AZ | Baku | 40.41 | 49.87 | Asia/Baku | 4 | Asia | 40.14 | 47.58 | BSk | 700 | 10,139 | N | 0 | Inland | Medium |
10 | Bahrain | BH | Manama | 26.21 | 50.58 | Asia/Bahrain | 3 | Asia | 26.07 | 50.56 | BWh | 80 | 1,701 | N | 0 | Inland | Medium |
11 | Bangladesh | BD | Dhaka | 23.81 | 90.41 | Asia/Dhaka | 6 | Asia | 23.68 | 90.36 | Am | 50 | 164,689 | N | 0 | Coastal | Medium |
12 | Belarus | BY | Minsk | 53.9 | 27.57 | Europe/Minsk | 3 | Europe | 53.71 | 27.95 | Dfb | 200 | 9,449 | N | 1 | Mixed | Low |
13 | Belgium | BE | Brussels | 50.85 | 4.35 | Europe/Brussels | 1 | Europe | 50.5 | 4.47 | Cfb | 100 | 11,590 | N | 1 | Mixed | Low |
14 | Benin | BJ | Porto-Novo | 6.37 | 2.42 | Africa/Porto-Novo | 1 | Africa | 9.31 | 2.32 | Aw | 100 | 12,123 | N | 0 | Coastal | High |
15 | Bolivia | BO | Sucre | -19.03 | -65.26 | America/La_Paz | -4 | Americas | -16.29 | -63.59 | BSk | 2,800 | 11,673 | S | 1 | Coastal | High |
16 | Bosnia | BA | Sarajevo | 43.85 | 18.39 | Europe/Sarajevo | 1 | Europe | 44.16 | 17.24 | Cfb | 550 | 3,281 | N | 1 | Coastal | Medium |
17 | Botswana | BW | Gaborone | -24.65 | 25.91 | Africa/Gaborone | 2 | Africa | -22.33 | 24.68 | BSh | 1,000 | 2,352 | S | 0 | Coastal | Medium |
18 | Brazil | BR | Brasilia | -15.78 | -47.93 | America/Sao_Paulo | -3 | Americas | -14.24 | -51.93 | Am | 350 | 212,559 | S | 1 | Inland | High |
19 | Bulgaria | BG | Sofia | 42.7 | 23.32 | Europe/Sofia | 2 | Europe | 42.73 | 25.49 | Cfb | 600 | 6,948 | N | 1 | Inland | Medium |
20 | Burkina Faso | BF | Ouagadougou | 12.37 | -1.53 | Africa/Ouagadougou | 0 | Africa | 12.36 | -1.56 | BSh | 300 | 20,903 | N | 0 | Coastal | High |
21 | Cambodia | KH | Phnom Penh | 11.56 | 104.92 | Asia/Phnom_Penh | 7 | Asia | 12.57 | 104.99 | Am | 50 | 16,719 | N | 0 | Inland | High |
22 | Cameroon | CM | Yaounde | 3.87 | 11.52 | Africa/Douala | 1 | Africa | 7.37 | 12.35 | Af | 900 | 26,546 | N | 0 | Coastal | High |
23 | Canada | CA | Ottawa | 45.42 | -75.7 | America/Toronto | -5 | Americas | 56.13 | -106.35 | Dfc | 100 | 37,742 | N | 1 | Coastal | Low |
24 | Central African Republic | CF | Bangui | 4.36 | 18.56 | Africa/Bangui | 1 | Africa | 6.61 | 20.94 | Aw | 500 | 4,745 | N | 0 | Inland | High |
25 | Chad | TD | N'Djamena | 12.11 | 15.04 | Africa/Ndjamena | 1 | Africa | 15.45 | 18.73 | BWh | 300 | 16,426 | N | 0 | Inland | High |
26 | Chile | CL | Santiago | -33.46 | -70.65 | America/Santiago | -4 | Americas | -35.68 | -71.54 | BSk | 520 | 19,116 | S | 1 | Mixed | Medium |
27 | China | CN | Beijing | 39.93 | 116.39 | Asia/Shanghai | 8 | Asia | 35.86 | 104.2 | BSk | 200 | 1,439,324 | N | 0 | Coastal | Medium |
28 | Colombia | CO | Bogota | 4.71 | -74.07 | America/Bogota | -5 | Americas | 4.57 | -74.3 | Cfb | 2,640 | 50,883 | N | 1 | Inland | High |
29 | Congo | CG | Brazzaville | -4.27 | 15.27 | Africa/Brazzaville | 1 | Africa | -0.23 | 15.83 | Af | 300 | 5,518 | S | 0 | Inland | High |
30 | Costa Rica | CR | San Jose | 9.93 | -84.08 | America/Costa_Rica | -6 | Americas | 9.75 | -83.75 | Af | 1,150 | 5,094 | N | 1 | Coastal | High |
31 | Croatia | HR | Zagreb | 45.81 | 15.98 | Europe/Zagreb | 1 | Europe | 45.1 | 15.2 | Cfb | 150 | 4,105 | N | 1 | Inland | Low |
32 | Cuba | CU | Havana | 23.13 | -82.38 | America/Havana | -5 | Americas | 21.52 | -79.92 | Am | 80 | 11,326 | N | 1 | Coastal | Medium |
33 | Cyprus | CY | Nicosia | 35.17 | 33.37 | Asia/Nicosia | 2 | Asia | 35.13 | 33.43 | Csa | 170 | 1,207 | N | 0 | Coastal | Medium |
34 | Czech Republic | CZ | Prague | 50.09 | 14.42 | Europe/Prague | 1 | Europe | 49.82 | 15.47 | Cfb | 300 | 10,709 | N | 1 | Mixed | Low |
35 | DR Congo | CD | Kinshasa | -4.32 | 15.32 | Africa/Kinshasa | 1 | Africa | -4.03 | 21.76 | Af | 350 | 89,561 | S | 0 | Mixed | High |
36 | Denmark | DK | Copenhagen | 55.68 | 12.57 | Europe/Copenhagen | 1 | Europe | 56.26 | 9.5 | Cfb | 50 | 5,792 | N | 1 | Mixed | Low |
37 | Dominican Republic | DO | Santo Domingo | 18.48 | -69.9 | America/Santo_Domingo | -4 | Americas | 18.74 | -70.16 | Am | 100 | 10,849 | N | 1 | Coastal | High |
38 | Ecuador | EC | Quito | -0.23 | -78.52 | America/Guayaquil | -5 | Americas | -1.83 | -78.18 | Cfb | 2,850 | 17,643 | S | 1 | Coastal | High |
39 | Egypt | EG | Cairo | 30.06 | 31.25 | Africa/Cairo | 2 | Africa | 26.82 | 30.8 | BWh | 50 | 102,334 | N | 0 | Inland | Medium |
40 | El Salvador | SV | San Salvador | 13.69 | -89.19 | America/El_Salvador | -6 | Americas | 13.79 | -88.9 | Am | 660 | 6,486 | N | 1 | Inland | High |
41 | Estonia | EE | Tallinn | 59.44 | 24.75 | Europe/Tallinn | 2 | Europe | 58.6 | 25.01 | Dfb | 50 | 1,327 | N | 1 | Coastal | Low |
42 | Ethiopia | ET | Addis Ababa | 9.02 | 38.75 | Africa/Addis_Ababa | 3 | Africa | 9.14 | 40.49 | Aw | 2,400 | 114,964 | N | 0 | Inland | High |
43 | Fiji | FJ | Suva | -18.14 | 178.44 | Pacific/Fiji | 12 | Oceania | -17.71 | 178.07 | Am | 50 | 896 | S | 0 | Coastal | High |
44 | Finland | FI | Helsinki | 60.17 | 24.94 | Europe/Helsinki | 2 | Europe | 64 | 26 | Dfc | 30 | 5,540 | N | 1 | Mixed | Low |
45 | France | FR | Paris | 48.86 | 2.35 | Europe/Paris | 1 | Europe | 46.23 | 2.21 | Cfb | 200 | 67,391 | N | 1 | Coastal | Low |
46 | Gabon | GA | Libreville | 0.39 | 9.45 | Africa/Libreville | 1 | Africa | -0.8 | 11.61 | Af | 50 | 2,226 | S | 0 | Inland | High |
47 | Georgia | GE | Tbilisi | 41.69 | 44.83 | Asia/Tbilisi | 4 | Asia | 42.31 | 43.36 | Cfa | 440 | 3,989 | N | 0 | Coastal | Medium |
48 | Germany | DE | Berlin | 52.52 | 13.4 | Europe/Berlin | 1 | Europe | 51.17 | 10.45 | Cfb | 200 | 83,784 | N | 1 | Inland | Low |
49 | Ghana | GH | Accra | 5.56 | -0.2 | Africa/Accra | 0 | Africa | 7.95 | -1.02 | Aw | 50 | 31,073 | N | 0 | Inland | High |
50 | Greece | GR | Athens | 37.98 | 23.72 | Europe/Athens | 2 | Europe | 39.07 | 21.82 | Csa | 300 | 10,724 | N | 1 | Coastal | Medium |
51 | Guatemala | GT | Guatemala City | 14.64 | -90.51 | America/Guatemala | -6 | Americas | 15.78 | -90.23 | Am | 1,500 | 17,916 | N | 1 | Mixed | High |
52 | Guinea | GN | Conakry | 9.54 | -13.68 | Africa/Conakry | 0 | Africa | 11.74 | -11.34 | Am | 50 | 13,133 | N | 0 | Mixed | High |
53 | Haiti | HT | Port-au-Prince | 18.54 | -72.34 | America/Port-au-Prince | -5 | Americas | 18.97 | -72.29 | Am | 100 | 11,403 | N | 1 | Mixed | High |
54 | Honduras | HN | Tegucigalpa | 14.1 | -87.21 | America/Tegucigalpa | -6 | Americas | 15.2 | -86.24 | Am | 1,000 | 9,905 | N | 1 | Mixed | High |
55 | Hungary | HU | Budapest | 47.5 | 19.04 | Europe/Budapest | 1 | Europe | 47.16 | 19.5 | Cfb | 150 | 9,660 | N | 1 | Inland | Low |
56 | Iceland | IS | Reykjavik | 64.14 | -21.9 | Atlantic/Reykjavik | 0 | Europe | 65 | -18 | ET | 50 | 341 | N | 0 | Mixed | Low |
57 | India | IN | New Delhi | 28.61 | 77.21 | Asia/Kolkata | 5.5 | Asia | 20.59 | 78.96 | BSh | 250 | 1,380,004 | N | 0 | Coastal | Medium |
58 | Indonesia | ID | Jakarta | -6.21 | 106.85 | Asia/Jakarta | 7 | Asia | -0.79 | 113.92 | Af | 10 | 273,524 | S | 0 | Coastal | High |
59 | Iran | IR | Tehran | 35.69 | 51.42 | Asia/Tehran | 3.5 | Asia | 32.43 | 53.69 | BWh | 1,200 | 83,993 | N | 0 | Coastal | Medium |
60 | Iraq | IQ | Baghdad | 33.34 | 44.4 | Asia/Baghdad | 3 | Asia | 33.22 | 43.68 | BWh | 34 | 40,222 | N | 0 | Coastal | Medium |
61 | Ireland | IE | Dublin | 53.33 | -6.25 | Europe/Dublin | 0 | Europe | 53.41 | -8.24 | Cfb | 70 | 4,938 | N | 1 | Inland | Low |
62 | Israel | IL | Jerusalem | 31.77 | 35.23 | Asia/Jerusalem | 2 | Asia | 31.05 | 34.85 | Csa | 800 | 8,656 | N | 0 | Coastal | Medium |
63 | Italy | IT | Rome | 41.9 | 12.49 | Europe/Rome | 1 | Europe | 41.87 | 12.57 | Csa | 300 | 60,462 | N | 1 | Mixed | Medium |
64 | Ivory Coast | CI | Yamoussoukro | 6.82 | -5.28 | Africa/Abidjan | 0 | Africa | 7.54 | -5.55 | Am | 250 | 26,378 | N | 0 | Inland | High |
65 | Jamaica | JM | Kingston | 17.99 | -76.79 | America/Jamaica | -5 | Americas | 18.11 | -77.3 | Am | 50 | 2,961 | N | 1 | Coastal | High |
66 | Japan | JP | Tokyo | 35.68 | 139.69 | Asia/Tokyo | 9 | Asia | 36.2 | 138.25 | Cfb | 40 | 126,476 | N | 0 | Inland | Medium |
67 | Jordan | JO | Amman | 31.96 | 35.95 | Asia/Amman | 2 | Asia | 30.59 | 36.24 | BSh | 1,000 | 10,203 | N | 0 | Coastal | Medium |
68 | Kazakhstan | KZ | Nur-Sultan | 51.18 | 71.45 | Asia/Almaty | 6 | Asia | 48.02 | 66.92 | BSk | 300 | 18,777 | N | 0 | Mixed | Low |
69 | Kenya | KE | Nairobi | -1.29 | 36.82 | Africa/Nairobi | 3 | Africa | -0.02 | 37.91 | Am | 1,700 | 53,771 | S | 0 | Coastal | High |
70 | Kuwait | KW | Kuwait City | 29.37 | 47.98 | Asia/Kuwait | 3 | Asia | 29.34 | 47.59 | BWh | 50 | 4,271 | N | 0 | Mixed | Medium |
71 | Kyrgyzstan | KG | Bishkek | 42.87 | 74.59 | Asia/Bishkek | 6 | Asia | 41.2 | 74.77 | BSk | 800 | 6,524 | N | 0 | Mixed | Medium |
72 | Laos | LA | Vientiane | 17.97 | 102.61 | Asia/Vientiane | 7 | Asia | 19.86 | 102.5 | Am | 200 | 7,276 | N | 0 | Coastal | High |
73 | Latvia | LV | Riga | 56.95 | 24.11 | Europe/Riga | 2 | Europe | 56.88 | 24.6 | Dfb | 10 | 1,886 | N | 1 | Coastal | Low |
74 | Lebanon | LB | Beirut | 33.89 | 35.5 | Asia/Beirut | 2 | Asia | 33.85 | 35.86 | Csa | 100 | 6,825 | N | 0 | Mixed | Medium |
75 | Libya | LY | Tripoli | 32.9 | 13.18 | Africa/Tripoli | 2 | Africa | 26.34 | 17.23 | BWh | 100 | 6,871 | N | 0 | Inland | Medium |
76 | Lithuania | LT | Vilnius | 54.69 | 25.28 | Europe/Vilnius | 2 | Europe | 55.17 | 23.88 | Dfb | 100 | 2,722 | N | 1 | Inland | Low |
77 | Luxembourg | LU | Luxembourg | 49.61 | 6.13 | Europe/Luxembourg | 1 | Europe | 49.82 | 6.13 | Cfb | 300 | 626 | N | 1 | Mixed | Low |
78 | Madagascar | MG | Antananarivo | -18.91 | 47.54 | Indian/Antananarivo | 3 | Africa | -18.77 | 46.87 | Am | 1,280 | 27,691 | S | 0 | Coastal | High |
79 | Malawi | MW | Lilongwe | -13.97 | 33.79 | Africa/Blantyre | 2 | Africa | -13.25 | 34.3 | Aw | 1,050 | 19,130 | S | 0 | Inland | High |
80 | Malaysia | MY | Kuala Lumpur | 3.15 | 101.71 | Asia/Kuala_Lumpur | 8 | Asia | 4.21 | 108.96 | Af | 80 | 32,366 | N | 0 | Coastal | High |
81 | Mali | ML | Bamako | 12.65 | -8 | Africa/Bamako | 0 | Africa | 17.57 | -3.99 | BWh | 350 | 20,251 | N | 0 | Mixed | High |
82 | Malta | MT | Valletta | 35.9 | 14.52 | Europe/Malta | 1 | Europe | 35.94 | 14.38 | Csa | 80 | 441 | N | 1 | Inland | Medium |
83 | Mauritania | MR | Nouakchott | 18.08 | -15.97 | Africa/Nouakchott | 0 | Africa | 21.01 | -10.94 | BWh | 10 | 4,650 | N | 0 | Coastal | Medium |
84 | Mauritius | MU | Port Louis | -20.16 | 57.5 | Indian/Mauritius | 4 | Africa | -20.35 | 57.55 | Am | 50 | 1,272 | S | 0 | Coastal | Medium |
85 | Mexico | MX | Mexico City | 19.43 | -99.13 | America/Mexico_City | -6 | Americas | 23.63 | -102.55 | BSh | 2,250 | 128,933 | N | 1 | Coastal | Medium |
86 | Moldova | MD | Chisinau | 47.01 | 28.86 | Europe/Chisinau | 2 | Europe | 47.41 | 28.37 | Dfb | 100 | 2,657 | N | 1 | Coastal | Low |
87 | Mongolia | MN | Ulaanbaatar | 47.91 | 106.92 | Asia/Ulaanbaatar | 8 | Asia | 46.86 | 103.85 | BSk | 1,350 | 3,278 | N | 0 | Inland | Low |
88 | Morocco | MA | Rabat | 33.99 | -6.85 | Africa/Casablanca | 1 | Africa | 31.79 | -7.09 | BSh | 75 | 36,911 | N | 0 | Inland | Medium |
89 | Mozambique | MZ | Maputo | -25.97 | 32.59 | Africa/Maputo | 2 | Africa | -18.67 | 35.53 | Am | 50 | 31,255 | S | 0 | Mixed | High |
90 | Myanmar | MM | Naypyidaw | 19.74 | 96.07 | Asia/Rangoon | 6.5 | Asia | 21.92 | 95.96 | Am | 100 | 54,410 | N | 0 | Inland | Medium |
91 | Namibia | null | Windhoek | -22.56 | 17.08 | Africa/Windhoek | 1 | Africa | -22.96 | 18.49 | BWh | 1,720 | 2,541 | S | 0 | Coastal | Medium |
92 | Nepal | NP | Kathmandu | 27.72 | 85.32 | Asia/Kathmandu | 5.75 | Asia | 28.39 | 84.12 | Cwa | 1,400 | 29,137 | N | 0 | Inland | Medium |
93 | Netherlands | NL | Amsterdam | 52.37 | 4.9 | Europe/Amsterdam | 1 | Europe | 52.13 | 5.29 | Cfb | 10 | 17,135 | N | 1 | Mixed | Low |
94 | New Zealand | NZ | Wellington | -41.29 | 174.78 | Pacific/Auckland | 12 | Oceania | -40.9 | 174.89 | Cfb | 200 | 4,822 | S | 0 | Inland | Medium |
95 | Nicaragua | NI | Managua | 12.13 | -86.28 | America/Managua | -6 | Americas | 12.87 | -85.21 | Am | 80 | 6,625 | N | 1 | Mixed | High |
96 | Niger | NE | Niamey | 13.51 | 2.12 | Africa/Niamey | 1 | Africa | 17.61 | 8.08 | BWh | 220 | 24,207 | N | 0 | Inland | High |
97 | Nigeria | NG | Abuja | 9.07 | 7.4 | Africa/Lagos | 1 | Africa | 9.08 | 8.68 | Aw | 780 | 206,140 | N | 0 | Inland | High |
98 | North Korea | KP | Pyongyang | 39.03 | 125.75 | Asia/Pyongyang | 9 | Asia | 40.34 | 127.51 | Dwa | 50 | 25,779 | N | 0 | Inland | Medium |
99 | Norway | NO | Oslo | 59.91 | 10.75 | Europe/Oslo | 1 | Europe | 60.47 | 8.47 | Dfb | 10 | 5,421 | N | 1 | Coastal | Low |
100 | Oman | OM | Muscat | 23.61 | 58.59 | Asia/Muscat | 4 | Asia | 21.51 | 55.92 | BWh | 50 | 5,107 | N | 0 | Coastal | Medium |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 7