Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 2, 2024
1 parent 071eb50 commit 3bc2beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyobis/checklist/checklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def list(
either POINT, LINESTRING, LINEARRING
or POLYGON.
Example of a polygon: ((30.1 10.1, 20, 20 40, 40 40, 30.1 10.1)) would
be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON(%2830.1+10.1%2C+10+20%2C+20+40%2C+40+40%2C+30.1+10.1%29)
be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON((30.1%2010.1,%2010%2020,%2020%2040,%2040%2040,%2030.1%2010.1))
:param nodeid: [Fixnum] Node UUID.
:param startdate: [String] Start date YYYY-MM-DD
:param enddate: [String] End date YYYY-MM-DD
Expand Down

0 comments on commit 3bc2beb

Please sign in to comment.