Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions statvar_imports/uae_bayanat/uae_population/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UAE_Population

- source: https://admin.bayanat.ae/Dataset/DownloadDatasetResource?fileId=26585eaf-9a9c-486d-b773-fc51ef0204c9&resourceID=11243,
- source: https://bayanat.ae/api/DatasetResources/DownloadSingle?resourceID=FT1CGOdcLYt6KdUJnFHWwOdTWpeao-LX539QkMLeAKA&fileName=UAE%20Population%20By%20Emirates%20Nationality%20and%20gender,
Comment thread
rohitkumarbhagat marked this conversation as resolved.
Outdated

- how to download data: Download script (uae_download.py).
To download the data, you'll need to use the provided download script, download_script/uae_download.py. This script will download a file to be processed. The script also requires a configuration file (config.ini) to function correctly.
Expand All @@ -23,5 +23,3 @@





2 changes: 1 addition & 1 deletion statvar_imports/uae_bayanat/uae_population/config.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[DEFAULT]
UAE_Population_URL = https://admin.bayanat.ae/Dataset/DownloadDatasetResource?fileId=26585eaf-9a9c-486d-b773-fc51ef0204c9&resourceID=11243
UAE_Population_URL = https://bayanat.ae/api/DatasetResources/DownloadSingle?resourceID=FT1CGOdcLYt6KdUJnFHWwOdTWpeao-LX539QkMLeAKA&fileName=UAE%%20Population%%20By%%20Emirates%%20Nationality%%20and%%20gender
4 changes: 2 additions & 2 deletions statvar_imports/uae_bayanat/uae_population/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"curator_emails": [
"support@datacommons.org"
],
"provenance_url": "https://admin.bayanat.ae/Dataset/DownloadDatasetResource?fileId=26585eaf-9a9c-486d-b773-fc51ef0204c9&resourceID=11243",
"provenance_url": "https://bayanat.ae/api/DatasetResources/DownloadSingle?resourceID=FT1CGOdcLYt6KdUJnFHWwOdTWpeao-LX539QkMLeAKA&fileName=UAE%20Population%20By%20Emirates%20Nationality%20and%20gender",
"provenance_description": "UAE_Population statical data",
"scripts": [
"uae_download.py",
Expand All @@ -23,4 +23,4 @@
"cron_schedule": "0 05 * * 1"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameter,value
url,https://admin.bayanat.ae/Dataset/DownloadDatasetResource?fileId=26585eaf-9a9c-486d-b773-fc51ef0204c9&resourceID=11243
url,https://bayanat.ae/api/DatasetResources/DownloadSingle?resourceID=FT1CGOdcLYt6KdUJnFHWwOdTWpeao-LX539QkMLeAKA&fileName=UAE%20Population%20By%20Emirates%20Nationality%20and%20gender
description,UAEPopulationByEmiratesNationalityandgender
#place_type,Country
#places_within,country/ARE
Expand Down
Loading