Add metadata.json
Browse files- metadata.json +27 -0
metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hdx_name": "ourairports-lby",
|
| 3 |
+
"slug": "africa-ourairports-lby",
|
| 4 |
+
"source_url": "https://ourairports.com/countries/LY/airports.hxl",
|
| 5 |
+
"license": "cc-by-igo",
|
| 6 |
+
"organization": "OurAirports",
|
| 7 |
+
"prep_report": {
|
| 8 |
+
"original_rows": 82,
|
| 9 |
+
"original_cols": 24,
|
| 10 |
+
"dropped_cols": [
|
| 11 |
+
"home_link"
|
| 12 |
+
],
|
| 13 |
+
"duplicates_removed": 0,
|
| 14 |
+
"type_casts": {
|
| 15 |
+
"id": "numeric",
|
| 16 |
+
"latitude_deg": "numeric",
|
| 17 |
+
"longitude_deg": "numeric",
|
| 18 |
+
"elevation_ft": "numeric",
|
| 19 |
+
"scheduled_service": "numeric",
|
| 20 |
+
"score": "numeric",
|
| 21 |
+
"last_updated": "datetime"
|
| 22 |
+
},
|
| 23 |
+
"final_rows": 82,
|
| 24 |
+
"final_cols": 25
|
| 25 |
+
},
|
| 26 |
+
"processed_at": "2026-04-06T00:00:31.112183"
|
| 27 |
+
}
|