Skip to content

Commit

Permalink
Finished metadata overhaul #50, #62, #78, #79, #97
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfullerton committed Jun 16, 2017
1 parent 1698f32 commit e8856ef
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 3 deletions.
7 changes: 4 additions & 3 deletions harvesters/rgi/scripts/get_pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def urlify(s):

with open('./datasets2.json', 'w') as f:
json.dump(datasets, f, indent=4, separators=(',', ': '))

with open('./complete.json', 'w') as f:
json.dump(complete_metadata, f, indent=4)

#Optional feature!
#with open('./complete.json', 'w') as f:
# json.dump(complete_metadata, f, indent=4)
Loading

0 comments on commit e8856ef

Please sign in to comment.