...
We have a powerful python SDK that allows for direct access to all of the data in the Oceanbolt Platform. Data is available as pandas.Dataframe(), allowing for further data processing. You can access the Python SKD here: https://python-sdk.oceanbolt.com/
Oceanbolt Excel Add-in
We integrate directly into Microsoft Excel through our Excel add-in. The Excel add-in allows users to quickly get started using our data for model building or other analysis. You can find more information about the Excel Add-in here: Oceanbolt Excel Add-in.
R package
We have an R package wrapper around our REST API that allows R users to directly ingest and use the data in R scripts to build models or visualizations.
REST API
If none of the previous options suit your needs, we also
We provide direct access to our backend through our modern REST API interface. You can find the REST API documentation at https://openapi.oceanbolt.com/ in OpenAPI format. This allows for integration in any programming language/tool.
...