ronnieaban commited on
Commit
3b2e062
·
verified ·
1 Parent(s): c5266b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
- - token-classification
5
  language:
6
  - en
7
  tags:
@@ -19,21 +19,24 @@ size_categories:
19
  A comprehensive dataset containing information about airports around the world, including location, airport codes, and other relevant details.
20
 
21
  ## Dataset Description
22
- This dataset includes detailed information about airports, such as:
23
- - Airport Name
24
- - Location (City, Country)
25
- - IATA and ICAO Codes
26
- - Latitude and Longitude
27
- - Elevation
28
 
29
  ### Data Fields
30
- - `airport_name`: The name of the airport.
31
- - `location`: The city and country where the airport is located.
32
- - `iata_code`: The International Air Transport Association (IATA) code.
33
- - `icao_code`: The International Civil Aviation Organization (ICAO) code.
34
- - `latitude`: The latitude coordinate of the airport.
35
- - `longitude`: The longitude coordinate of the airport.
36
- - `elevation`: The elevation of the airport in feet.
 
 
 
 
 
 
 
37
 
38
  ### Data Collection Process
39
  Data was collected from official aviation sources and verified for accuracy.
@@ -49,13 +52,10 @@ The dataset may not include the most recent changes to airport information.
49
  Ensure that the data is used responsibly and that privacy considerations are respected.
50
 
51
  ## Download and Access
52
- The dataset can be accessed and downloaded from [Hugging Face Datasets](https://huggingface.co/datasets).
53
 
54
  ### Dataset Size
55
  The dataset is approximately 10MB in size.
56
 
57
  ## Licensing
58
- The dataset is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
59
-
60
- ## Citation
61
- If you use this dataset, please cite it as follows:
 
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
+ - text-classification
5
  language:
6
  - en
7
  tags:
 
19
  A comprehensive dataset containing information about airports around the world, including location, airport codes, and other relevant details.
20
 
21
  ## Dataset Description
22
+
23
+ The World Airport Dataset is a comprehensive collection of information about airports worldwide. This dataset includes various attributes for each airport, such as unique identifiers, location details, airport codes, and geographical coordinates. The data has been meticulously collected and verified from official aviation sources to ensure accuracy.
 
 
 
 
24
 
25
  ### Data Fields
26
+
27
+ - `ident`: Unique identifier for the airport.
28
+ - `type`: Type of airport (e.g., small_airport, heliport).
29
+ - `name`: Name of the airport.
30
+ - `elevation_ft`: Elevation of the airport in feet.
31
+ - `continent`: Continent where the airport is located.
32
+ - `iso_country`: ISO code for the country where the airport is located.
33
+ - `iso_region`: ISO code for the region where the airport is located.
34
+ - `municipality`: Municipality where the airport is located.
35
+ - `gps_code`: GPS code for the airport.
36
+ - `iata_code`: IATA code for the airport.
37
+ - `local_code`: Local code for the airport.
38
+ - `coordinates`: Latitude and longitude coordinates of the airport.
39
+
40
 
41
  ### Data Collection Process
42
  Data was collected from official aviation sources and verified for accuracy.
 
52
  Ensure that the data is used responsibly and that privacy considerations are respected.
53
 
54
  ## Download and Access
55
+ The dataset can be accessed and downloaded from [Hugging Face Datasets](https://huggingface.co/datasets/ronnieaban/world-airports).
56
 
57
  ### Dataset Size
58
  The dataset is approximately 10MB in size.
59
 
60
  ## Licensing
61
+ The dataset is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.