Skip to content

Commit

Permalink
Update. Refactored eg from other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushanand18 committed Jul 30, 2022
1 parent d1dff19 commit c5b1c45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,29 @@ Occurrence module
occurrences.search(geometry="POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1))", size=20)
Dataset module
================
===============

.. code-block:: python
from pyobis import dataset
dataset.search(scientificname = ['Mola', 'Abra', 'Lanice', 'Pectinaria'])
dataset.get(id = 'ec9df3b9-3b2b-4d83-881b-27bcbcd57b95')
dataset.search(scientificname = ["Mola", "Abra", "Lanice", "Pectinaria"])
dataset.get(id = "ec9df3b9-3b2b-4d83-881b-27bcbcd57b95")
Nodes module
===========
============

.. code-block:: python
from pyobis import nodes
nodes.search(scientificname = ['Mola', 'Abra'] )
nodes.search(scientificname = ["Mola", "Abra"] )
Checklist module
================

.. code-block:: python
from pyobis import checklist as ch
ch.list(year = 2005, scientificname = 'Cetacea')
ch.list(scientificname = "Cetacea")
Meta
====
Expand Down

0 comments on commit c5b1c45

Please sign in to comment.