Sample Apps
Learn about the Uplift API Sample Repo and its tools for working with APIs and transforming 3D data.
The Uplift API Sample Repo is a developer-friendly demo for interacting with the Uplift API. It provides sample implementations in both Node.js and Python, along with a specialized script for 3D data transformations. These resources are designed to streamline common workflows such as making API requests, handling pagination, exporting data, and transforming 3D datasets.
Key Components
-
Node.js and Python Sample Applications
Two sample apps—one built with Node.js and the other with Python—demonstrate how to interact with the Uplift API. Both provide examples of making API calls, handling pagination, and exporting data to organized files. -
3D Data Transformation Demo Script
A demo script that showcases how to process 3D data by applying rotations and translations to coordinate points, providing a practical example for developers working with spatial datasets.
→ Learn More About 3D Data Transformation
Learn More
- Review Retrieving Data in Batches to paginate and control API responses.
- For the complete code and additional details, visit the Uplift Sample API App Repo.