Skip to content

Commit

Permalink
add support for the repatriation filter when downloading records
Browse files Browse the repository at this point in the history
  • Loading branch information
gbifnorway committed Jul 1, 2016
1 parent f380c6d commit d5b8b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygbif/occurrences/download.py
Expand Up @@ -415,4 +415,5 @@ def download_get(key, path=".", **kwargs):
'collectionCode': 'COLLECTION_CODE',
'issue': 'ISSUE',
'mediatype': 'MEDIA_TYPE',
'recordedBy': 'RECORDED_BY'}
'recordedBy': 'RECORDED_BY',
'repatriated': 'REPATRIATED'}

0 comments on commit d5b8b9a

Please sign in to comment.