Add files using upload-large-folder tool
Browse files- README.md +87 -0
- flightaware.jsonl.zst +3 -0
- photos_00.zip +3 -0
- photos_01.zip +3 -0
- photos_02.zip +3 -0
- photos_03.zip +3 -0
- photos_04.zip +3 -0
- photos_05.zip +3 -0
- photos_06.zip +3 -0
- photos_07.zip +3 -0
- photos_08.zip +3 -0
- photos_09.zip +3 -0
- photos_10.zip +3 -0
- photos_11.zip +3 -0
- photos_12.zip +3 -0
- photos_13.zip +3 -0
- photos_14.zip +3 -0
- photos_15.zip +3 -0
- photos_16.zip +3 -0
- photos_17.zip +3 -0
- photos_18.zip +3 -0
- photos_19.zip +3 -0
- photos_20.zip +3 -0
- photos_21.zip +3 -0
- photos_22.zip +3 -0
- photos_23.zip +3 -0
- photos_24.zip +3 -0
- photos_25.zip +3 -0
- photos_26.zip +3 -0
- photos_27.zip +3 -0
- photos_28.zip +3 -0
- photos_29.zip +3 -0
- photos_30.zip +3 -0
- photos_31.zip +3 -0
- photos_32.zip +3 -0
- photos_33.zip +3 -0
- photos_34.zip +3 -0
- photos_35.zip +3 -0
- photos_36.zip +3 -0
- photos_37.zip +3 -0
- photos_38.zip +3 -0
- photos_39.zip +3 -0
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: FlightAware Photos
|
3 |
+
size_categories:
|
4 |
+
- 100K<n<1M
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
- image-to-text
|
8 |
+
annotations_creators:
|
9 |
+
- found
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
license: cc-by-nc-sa-3.0
|
13 |
+
multilinguality:
|
14 |
+
- monolingual
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
configs:
|
18 |
+
- config_name: metadata
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: flightaware.jsonl.zst
|
22 |
+
default: true
|
23 |
+
- config_name: images
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: photos_*.zip
|
27 |
+
tags:
|
28 |
+
- image
|
29 |
+
---
|
30 |
+
|
31 |
+
# Dataset Card for FlightAware Photos
|
32 |
+
|
33 |
+
### Dataset Summary
|
34 |
+
This dataset contains aviation and aircraft-related photographs collected from FlightAware.com, along with associated metadata such as aircraft registration numbers, aircraft types, image titles, ratings, view counts, and photographer information.
|
35 |
+
|
36 |
+
### Languages
|
37 |
+
The dataset is monolingual:
|
38 |
+
- English (en): All image descriptions and metadata are primarily in English
|
39 |
+
|
40 |
+
## Dataset Structure
|
41 |
+
|
42 |
+
### Data Files
|
43 |
+
The dataset consists of:
|
44 |
+
- Image files (stored across multiple ZIP files: photos_00.zip through photos_20.zip, with approximately 5,000 images in each archive)
|
45 |
+
- Corresponding metadata in JSONL format containing URLs, image titles, aircraft information, ratings, view counts, and photographer details
|
46 |
+
|
47 |
+
### Data Fields
|
48 |
+
- `url`: Original URL of the photo on FlightAware
|
49 |
+
- `votes`: Number of votes/ratings received
|
50 |
+
- `average_rating`: Average user rating (scale appears to be out of 5)
|
51 |
+
- `views`: Number of views the photo has received
|
52 |
+
- `available_sizes`: List of available image sizes with dimensions and source URLs
|
53 |
+
- `size_name`: Name of the size variant (e.g., "fullsize", "vga", "xga")
|
54 |
+
- `width`: Width of the image in pixels
|
55 |
+
- `height`: Height of the image in pixels
|
56 |
+
- `src`: Source URL for the specific image size
|
57 |
+
- `label`: Display label for the size (e.g., "fullsize", "medium", "large")
|
58 |
+
- `image_title`: Title of the image, typically including aircraft type and registration
|
59 |
+
- `aircraft_registration`: Aircraft registration number (e.g., "N900LH")
|
60 |
+
- `aircraft_type`: Type/model of aircraft (e.g., "Fairchild Dornier 328")
|
61 |
+
- `submitted_datetime_utc`: Submission timestamp in UTC
|
62 |
+
- `description`: Additional description provided by the photographer (may be empty)
|
63 |
+
- `photographer_name`: Name of the photographer (may be empty)
|
64 |
+
- `photographer_profile_url`: URL to the photographer's profile on FlightAware
|
65 |
+
- `photographer_badges`: List of badges/achievements earned by the photographer
|
66 |
+
|
67 |
+
### Data Splits
|
68 |
+
All images and metadata are in a single split with 197,718 entries.
|
69 |
+
|
70 |
+
## Additional Information
|
71 |
+
|
72 |
+
### License
|
73 |
+
This dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License (CC BY-NC-SA 3.0). This means you can:
|
74 |
+
* Share — copy and redistribute the material in any medium or format
|
75 |
+
* Adapt — remix, transform, and build upon the material
|
76 |
+
|
77 |
+
Under the following terms:
|
78 |
+
* Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made
|
79 |
+
* NonCommercial — You may not use the material for commercial purposes
|
80 |
+
* ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original
|
81 |
+
|
82 |
+
CC BY-NC-SA 3.0 license: https://creativecommons.org/licenses/by-nc-sa/3.0/
|
83 |
+
|
84 |
+
Note that this license is the same as used for the original posted images on FlightAware.com. For more details on the original terms, see: https://www.flightaware.com/about/termsofuse/
|
85 |
+
|
86 |
+
### Dataset Curators
|
87 |
+
- [nyuuzyou](https://ducks.party)
|
flightaware.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af3fc87416e5f06c9d823bfb54710568a82312348ea8dca91f1a4f1da97992b2
|
3 |
+
size 25146329
|
photos_00.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:196f736d91ac7c54d5717b0728c96716944e599a00622b19124ee85ca60b5d97
|
3 |
+
size 2887458290
|
photos_01.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:451be5439a98b32487e028de73f17afd9c89e111e3ebbb168f40a3ab67f4dd38
|
3 |
+
size 2865322304
|
photos_02.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:619338c9814524718db288181452008e1b2e2dd203b024f1529856542fcd7e88
|
3 |
+
size 2928416736
|
photos_03.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9464bc6c522f290c7e0f006718968c5bb7018e372c2ed8530235c7faba6062df
|
3 |
+
size 2969697310
|
photos_04.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b189c6c8baab7c020f93c0fe27a28e0555063c621044b5a3a3d34690dd647485
|
3 |
+
size 2916837091
|
photos_05.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5e7ed3c8a8fe68f26041950ddd032001ce1eb85dcc9911b9078fbf72507eeff
|
3 |
+
size 2979321503
|
photos_06.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac9441760c12fc5926d2c3a6d80d9ffdd6aa9d1865ecbfd237a55136ce00effc
|
3 |
+
size 2974408570
|
photos_07.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eea28afc7753c6a476a60c6945bd392668ca9c2a6da2bacbbc190994181940f
|
3 |
+
size 2826815974
|
photos_08.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb58e65a5bb8fc03626877bcaeadfdf60aef76cc5536d3f6a32451f27ed96537
|
3 |
+
size 2896131916
|
photos_09.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:197df072925c44b0ed6d5a96005b5863e706ccb374afce2f2dda21abed44a515
|
3 |
+
size 2906199918
|
photos_10.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb0498321df031887e337fe222d6241b622cbd878ec4b3def8a30786aa48d045
|
3 |
+
size 2862271995
|
photos_11.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12199fb087183813e6f38f8d22a9ee9c1676e07fae4d44a187dda5e841c91141
|
3 |
+
size 2839050920
|
photos_12.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12bb495b22997515a0543be070a57758eb8232e37ed801767afe2801172b473
|
3 |
+
size 2927225901
|
photos_13.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6c40f9a29162ae713026ed26bae74fa28aec99498d134bfb791435fe05b8109
|
3 |
+
size 2928593464
|
photos_14.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9f705bbf9bd02b748208ea90dec0e909bd1b9dfe507bf32456c460488b1b109
|
3 |
+
size 2784409255
|
photos_15.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6191fa56ef9c825f654e8572c7bf201861cb6cbc5ac10a54a86af5379c3bb53b
|
3 |
+
size 2943298514
|
photos_16.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ea4875a8611d1b3bde2b036afd1716856c591cc218969c9924e68d5bd732d25
|
3 |
+
size 2884992581
|
photos_17.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc574d25912bbb03f466e8f4b7bd4a878a4784abf6347d4fc14042f61cdafc6f
|
3 |
+
size 2821681310
|
photos_18.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61f13d81e255f65b777b978953cd30d5ae6df2cb20283f3094de5ce18eba82f0
|
3 |
+
size 2819386580
|
photos_19.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b91dbc7682d369d66189014dbca2e74dbfe785c090d55e7038f74ae8f56fd11
|
3 |
+
size 2913837877
|
photos_20.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61efd056d643fd194363276aa0f836929fbf2dfe0ed50e5248019cb9732d9633
|
3 |
+
size 2940206918
|
photos_21.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb042a3e707a051ecbae013c5252a3ced2c2b8d878d3444c68e0f1e18a45f4cd
|
3 |
+
size 2849524163
|
photos_22.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d314623de9000fc1d4574e5bcc69d39dfa051ba22e85e9557c1049fa35f29f65
|
3 |
+
size 2771421370
|
photos_23.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3376148dd991cc13cae42f75c3433456241ed112f5d80f8e819a50355c6d5e05
|
3 |
+
size 2817277947
|
photos_24.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be509c8ccfc17a9252dc24068f3b6459d64612531b66b7a5f2c8e76e9a55a4f1
|
3 |
+
size 2840467609
|
photos_25.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96da4075ad5f47081b784a9a7b072eefbd63c1d5a2af395e8844d3ddcf094fd8
|
3 |
+
size 2903297774
|
photos_26.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df04faf39abd0157a7ee9f4aebabc98f30d877171fd64a00a72c912b81a31c7f
|
3 |
+
size 2884191438
|
photos_27.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53f7c4d904187939595061fd9167d4cbb442a12b1617799eaf2984b30f983f2a
|
3 |
+
size 2843263811
|
photos_28.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f19e4d0e31d603e23db2ff30766db66e8db1f836fd359e2e89e74f1b3dde8021
|
3 |
+
size 2933532186
|
photos_29.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a38c1e523afc6eb688ced60dae5cb28d6a14894b19fb69d30c599cc1294de5e0
|
3 |
+
size 2892532331
|
photos_30.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3b9fe37872a9e6eb308bb6e7faafc118c3b1a4bbf89c03944b2bafb57473521
|
3 |
+
size 2870857271
|
photos_31.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43c1ab14526db7b4f44eae3b076feacc4c3be6d341817b7dc33bd6695b0ab735
|
3 |
+
size 2863757816
|
photos_32.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9ddf41df5ff719cb953c977f21fecdb2f0b388fe4b9056d20a2714ee6a88fc3
|
3 |
+
size 2923246354
|
photos_33.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db366ce1a7f991a09cab9fd754a842bde83581dbac3fedb344568e99c1c08756
|
3 |
+
size 2856168927
|
photos_34.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a4bdc3fb86d1dfaf18b96368a2cfa2deb6d607cacd03889374d4e3320bec096
|
3 |
+
size 2938953014
|
photos_35.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b403474b2a781884a24baa4ab183aa35325b910c4c249d1b0b5acd2a6ba86d5f
|
3 |
+
size 2898651198
|
photos_36.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dd7aba5f72c816e19dc467958e2e6c96b8f090e6eab94abe74ff503fc1316aa
|
3 |
+
size 2981426158
|
photos_37.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b4d102282e40f21598c771730184e407f6931ec89b90ea2060cb81161615132
|
3 |
+
size 2841494072
|
photos_38.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c6c1e32bee40d67120d5efb02510d80060202355941b4a3c0c905bed62444f0
|
3 |
+
size 2873672545
|
photos_39.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2f62abf728bb7c0a8c68c68bbdd375868ac6e0fcd5208d025d709991fc8a636
|
3 |
+
size 977879311
|