In addition, the complete! method is removed (this can be done with a loop), and the next! method is now occurrences! applied to a GBIFRecords.
Some additional small issues with filters have been fixed, and the function to query occurrences based on taxon objects has been improved. All in all, this reduces the number of functions required to use the package (pretty much just taxon and occurrences now).
This pull request adds support for query options as pairs instead of a dictionary, so for example
should now be written as
In addition, the
complete!
method is removed (this can be done with a loop), and thenext!
method is nowoccurrences!
applied to aGBIFRecords
.Some additional small issues with filters have been fixed, and the function to query occurrences based on taxon objects has been improved. All in all, this reduces the number of functions required to use the package (pretty much just
taxon
andoccurrences
now).:arrow_right: when merged, this will close #16