Skip to content

Commit

Permalink
Addresses #50 on the import side - make all RGI documents dataset typ…
Browse files Browse the repository at this point in the history
…e "document"
  • Loading branch information
mattfullerton committed May 29, 2017
1 parent f9bbe98 commit be08b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harvesters/rgi/scripts/get_pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def urlify(s):
assessment_type = "Unknown"

datasets[urlify(d['title'])] = {
'type': 'document',
'title': d['title'] + " (" + assessment_type + ", " + iso3[assessment[0:3]] + ", " + assessment[4:8] + ")",
'name': urlify(d['title']),
'owner_org': 'rgi',
Expand Down

0 comments on commit be08b90

Please sign in to comment.