You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK does not have the same functionality as the Python SDK when it comes to fetching large number of datapoints.
When working directly with the REST api, or when developing an SDK, you will likely come across the need for paginating datapoints.
In our application we the analysts are working with datasets for typically the last 10 years, and are frequently wanting to export the full dataset to a CSV file for further processing.
Needs:
Export >100k datapoints from a time series (>10 years of data)
Export of synthetic time series (same requirement for time frame)
Calculate a custom graph, not supported in CDF, like a duration curve
The requirement for export of single time series has been implemented in Gearbox. For other requirements we need to have complex paging logic in our frontend react application, it would be much better to have it in the SDK.
The text was updated successfully, but these errors were encountered:
This SDK does not have the same functionality as the Python SDK when it comes to fetching large number of datapoints.
When working directly with the REST api, or when developing an SDK, you will likely come across the need for paginating datapoints.
In our application we the analysts are working with datasets for typically the last 10 years, and are frequently wanting to export the full dataset to a CSV file for further processing.
Needs:
The requirement for export of single time series has been implemented in Gearbox. For other requirements we need to have complex paging logic in our frontend react application, it would be much better to have it in the SDK.
The text was updated successfully, but these errors were encountered: