Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Filestore instead of urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Feb 19, 2020
1 parent 26e54e2 commit 8b01757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acled.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def generate_dataset_and_showcase(base_url, downloader, folder, country):
})
dataset.set_maintainer('8b84230c-e04a-43ec-99e5-41307a203a2f')
dataset.set_organization('b67e6c74-c185-4f43-b561-0e114a736f19')
dataset.set_expected_update_frequency('Live')
dataset.set_expected_update_frequency('Every day')
dataset.set_subnational(True)
dataset.add_country_location(countryiso)
tags = ['hxl', 'violence and conflict', 'protests', 'security incidents']
Expand Down
2 changes: 1 addition & 1 deletion tests/test_acled.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TestAcled():
dataset = {'maintainer': '8b84230c-e04a-43ec-99e5-41307a203a2f', 'name': 'acled-data-for-cameroon',
'dataset_date': '01/01/1997-12/31/2018', 'groups': [{'name': 'cmr'}],
'tags': [{'name': 'hxl', 'vocabulary_id': '4e61d464-4943-4e97-973a-84673c1aaa87'}, {'name': 'violence and conflict', 'vocabulary_id': '4e61d464-4943-4e97-973a-84673c1aaa87'}, {'name': 'protests', 'vocabulary_id': '4e61d464-4943-4e97-973a-84673c1aaa87'}, {'name': 'security incidents', 'vocabulary_id': '4e61d464-4943-4e97-973a-84673c1aaa87'}],
'owner_org': 'b67e6c74-c185-4f43-b561-0e114a736f19', 'data_update_frequency': '0',
'owner_org': 'b67e6c74-c185-4f43-b561-0e114a736f19', 'data_update_frequency': '1',
'title': 'Cameroon - Conflict Data', 'subnational': '1'}
resource = {'description': 'Conflict data with HXL tags', 'name': 'Conflict Data for Cameroon',
'format': 'csv', 'resource_type': 'file.upload', 'url_type': 'upload'}
Expand Down

0 comments on commit 8b01757

Please sign in to comment.