Import and Export
- Data agnostic
- In standard formats
- Optimized point clouds and 3D models
- Catalog and metadata capabilities
Import
- Enabling Field-to-Cloud workflows
- Autonomous devices, including in-development sensors
- Direct from field-to-cloud via Cyclone FIELD 360 and BLK LIVE apps
For uploading an asset :
Export and Stream
- Export files in multiple formats, stream data according standards
- Enabling a workflow from cloud to desktop software
- Stream point clouds to Cyclone 3DR
- Export results of auto registration & auto meshing
Related Pages
GraphQL API reference
This section lists a few examples. Please refer to HxDR GraphQL Playground (opens in a new tab) to explore complete schema.
In order to understand how to use pre-sign functionality have a look at url (opens in a new tab) Whenever you upload a part, amazon S3 returns an ETag header in its response. For each part upload, you must record the part number and the ETag value. You must include these values in the subsequent request to complete the multipart upload.
Given a fileId, this method will give back a list of all its multipart parts with the Amazon ETag, part number and their size, if the file exists.
This method allows the front end to flag all the multiparts of the given file to be flagged as confirmed. The method will return a boolean to flag if the operation was carried out successfully.
How to create and upload an asset on HxDR using GraphQL API ?→
To successfully execute a request on HxDR GraphQL playground, See following :
JS-SDK reference
Upload
Upload SDK