Overview
A project stores workflows and their corresponding job runs.
Create a project
- Go to
Projects.
- Click Start a Project.
- Name the project and give it a description.
- Click Save.
Find project credentials
If you want to use UP42 API or Python SDK, find your project credentials to generate an access token.
- Go to
Projects and select a project.
- Go to the Developers tab to find the values of Project API Key and Project ID.
Generate a new API key
You can revoke the existing project API key and generate a new one.
- Go to
Projects and select a project.
- Go to the Developers tab.
- Click Generate New Project API Key and confirm it.
Change threshold limits
Threshold limits are maximum values you can apply to this project. They prevent jobs from consuming too many credits unintentionally.
- Go to
Projects and select a project.
- Go to the Settings tab.
- Adjust limits and click Update Limits.
Threshold limits | Description | From | To |
---|---|---|---|
Area of interest (AOI) size | The largest area of interest that can be specified. | 1 | 180,000 |
Returned images | The maximum number of images that can be returned. | 1 | 5,000 |
Concurrent jobs | The maximum number of jobs that can be running simultaneously. | 1 | 1,000 |
Change project name and description
- Go to
Projects and select a project.
- Go to the Settings tab.
- Make the necessary changes and click Update Settings.
Delete a project
When you delete a project, you also delete all workflows, jobs, and outputs associated with this project.
- Go to
Projects and select a project.
- Go to the Settings tab.
- Scroll down and click Delete Project → Delete.