Skip to content

Commit

Permalink
updating REAMDME
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Oct 29, 2024
1 parent c52a279 commit a38e4c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Example usage:
Occurrences module
==================

registry module API:
occurrences module API:

* `search`
* `get`
Expand All @@ -102,6 +102,9 @@ registry module API:
* `download_meta`
* `download_list`
* `download_get`
* `download_citation`
* `download_describe`
* `download_sql`

Example usage:

Expand All @@ -117,6 +120,9 @@ Example usage:
occ.download_list(user = "sckott", limit = 5)
occ.download_meta(key = "0000099-140929101555934")
occ.download_get("0000066-140928181241064")
occ.download_citation("0000066-140928181241064")
occ.download_describe("simpleCsv")
occ.download_sql("SELECT gbifid,countryCode FROM occurrence WHERE genusKey = 2435098")
Maps module
===========
Expand All @@ -139,7 +145,6 @@ Example usage:
.. image:: https://github.com/gbif/pygbif/raw/master/gbif_map.png
:width: 25%
:scale: 25%

utils module
============
Expand Down

0 comments on commit a38e4c8

Please sign in to comment.