File size: 3,080 Bytes
d6d64e1 8c8848e d6d64e1 8c8848e d6d64e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
{
"dataset_info": {
"name": "Australian Health and Geographic Data (AHGD)",
"version": "1.0.0",
"description": "Integrated health, demographic, and environmental data for Australian SA2 areas",
"license": "CC-BY-4.0",
"created": "2025-06-22T17:55:07.055552",
"geographic_coverage": "Australia",
"temporal_coverage": "2021",
"spatial_resolution": "SA2 (Statistical Area Level 2)"
},
"data_sources": {
"primary_sources": [
{
"name": "Australian Institute of Health and Welfare",
"abbreviation": "AIHW",
"url": "https://www.aihw.gov.au",
"data_types": [
"health_indicators",
"mortality",
"morbidity"
]
},
{
"name": "Australian Bureau of Statistics",
"abbreviation": "ABS",
"url": "https://www.abs.gov.au",
"data_types": [
"geographic_boundaries",
"census_data",
"demographic_indicators"
]
},
{
"name": "Bureau of Meteorology",
"abbreviation": "BOM",
"url": "http://www.bom.gov.au",
"data_types": [
"climate_data",
"weather_observations",
"environmental_indicators"
]
}
]
},
"export_formats": {
"parquet": {
"file_size_bytes": 19012,
"file_size_mb": 0.018131256103515625,
"records": 3,
"compression": null,
"recommended_for": [
"data_analytics",
"machine_learning",
"data_pipelines"
],
"description": "Primary format for analytical processing with optimal compression"
},
"csv": {
"file_size_bytes": 1919,
"file_size_mb": 0.0018301010131835938,
"records": 3,
"compression": null,
"recommended_for": [
"spreadsheet_import",
"data_sharing",
"manual_analysis"
],
"description": "Universal text format for maximum compatibility"
},
"json": {
"file_size_bytes": 3208,
"file_size_mb": 0.00305938720703125,
"records": 3,
"compression": null,
"recommended_for": [
"web_apis",
"javascript_applications",
"document_databases"
],
"description": "Structured data format for APIs and web applications"
},
"geojson": {
"file_size_bytes": 3654,
"file_size_mb": 0.0034847259521484375,
"records": 3,
"compression": null,
"recommended_for": [
"gis_applications",
"web_mapping",
"spatial_analysis"
],
"description": "Geographic data format with geometry information for GIS"
}
},
"quality_metrics": {
"completeness_score": 0.985,
"accuracy_score": 0.978,
"timeliness_score": 0.892,
"consistency_score": 0.934
},
"usage_statistics": {
"total_downloads": 0,
"popular_formats": [
"parquet",
"csv",
"json"
],
"common_use_cases": [
"health_geography_research",
"policy_analysis",
"machine_learning",
"spatial_epidemiology"
]
}
} |