This issue applies to both new observations (#209) and historical observations (#208).
The GBIF API returns at most 300 observations at a time. We need to implement a loop to get all the obs. It will be a while loop which ends when endOfRecords is TRUE.
This issue applies to both new observations (#209) and historical observations (#208).
The GBIF API returns at most 300 observations at a time. We need to implement a loop to get all the obs. It will be a while loop which ends when
endOfRecords
is TRUE.