-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Playbook Agisoft | ||
[back to index](../index.md#Playbooks) | ||
|
||
## Summary | ||
Installs Agisoft Metashape, a tool for a photogrammetry pipeline. | ||
|
||
## Requirements | ||
|
||
- Debian/Ubuntu workspace with Desktop | ||
|
||
## Description | ||
|
||
Downloads and extracts the Metashape package, and installs the license file (see below). | ||
|
||
## Parameters | ||
|
||
- `license`: the contents of the Metashape license. | ||
|
||
## See also | ||
[agisoft role](../roles/agisoft.md) | ||
|
||
## History | ||
2022-24 Written by Jelle Treep and Dawa Ometto (Utrecht University) | ||
|
||
[back to index](../index.md#Playbooks) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Role Agisoft | ||
[back to index](../index.md#Playbooks) | ||
|
||
## Summary | ||
Installs Agisoft Metashape, a tool for a photogrammetry pipeline. | ||
|
||
## Requirements | ||
|
||
- Debian/Ubuntu workspace with Desktop | ||
|
||
## Description | ||
|
||
Downloads and extracts the Metashape package, and installs the license file (see below). | ||
|
||
## Variable | ||
|
||
- `license`: String. The contents of the Metashape license. Required. | ||
|
||
## History | ||
2022-24 Written by Jelle Treep and Dawa Ometto (Utrecht University) | ||
|
||
[back to index](../index.md#Playbooks) |