I'm trying to rework an old notebook to use this package.
I have this piece of code:
from pyobis.occurrences import OccQuery
datasetid = '2ae2a2bd-8412-405b-8a9f-b71adc41d4c5'
occ = OccQuery()
dataset = occ.search(datasetid = datasetid)
but it didn't work - took to long.
Here are the expected details from my other process:
OBIS Dataset page: https://obis.org/dataset/2ae2a2bd-8412-405b-8a9f-b71adc41d4c5
API request: https://api.obis.org/v3/occurrence?datasetid=2ae2a2bd-8412-405b-8a9f-b71adc41d4c5
Found 698900 records.
I'm trying to rework an old notebook to use this package.
I have this piece of code:
but it didn't work - took to long.
Here are the expected details from my other process:
OBIS Dataset page: https://obis.org/dataset/2ae2a2bd-8412-405b-8a9f-b71adc41d4c5
API request: https://api.obis.org/v3/occurrence?datasetid=2ae2a2bd-8412-405b-8a9f-b71adc41d4c5
Found 698900 records.