Project: Difference between revisions
mNo edit summary |
No edit summary |
||
| (31 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
In the {{software}}, a Project refers to the collection of data relevant to a specific area and use-case. Each project consists of data such as: | In the {{software}}, a Project refers to the collection of data relevant to a specific area and use-case. Each project consists of data such as: | ||
* [[Geographical location]] | * [[Geographical location]] | ||
* Spatial features, such as | * Spatial features, such as an [[elevation model]], [[Terrain Type]]s, and [[Building]]s. | ||
* Relevant [[stakeholder]]s, and their available [[Action]]s. | * Relevant [[stakeholder]]s, and their available [[Action]]s. | ||
* Calculation models such as [[Indicator]]s, as well as [[Overlay]]s, calculated or otherwise | * Calculation models such as [[Indicator]]s, as well as [[Overlay]]s, calculated or otherwise | ||
== | ==Interacting with a Project== | ||
All Projects are stored by the {{software}} as static data. As a user, it is possible to interact with a Project | All Projects are stored by the {{software}} as static data. As a user, it is possible to interact with a Project by starting a [[Session]]. When a [[Session#Session types|Session of any kind]] is started, the {{software}} reads the Project data and uses it to create a live session, accessible to the user and [[Project#Accessibility|optionally other users within his/her domain]]. In a Session, the user can interact with the data. When the Session is closed, all the data in the Session is discarded. If changes are not saved, the original Project remains unaffected; restarting a session restores the original data. | ||
==Accessibility== | |||
Access and adjustment rights to a project can be configured as followed: | |||
* '''Project owner''': The user who created the project and has full control over its settings and accessibility. | |||
* '''Domain users''': Whether users within your domain are allowed to access your project. | |||
* '''{{software}} Support''': whether you allow {{software}} support employees access your project to provide support or identify issues encountered in your project. | |||
These rights allow you to either start a new session or join an existing live session. | |||
There are three options for adjustment: | |||
* '''Write''': Write access to the project. These users are allowed to start and save during a project session. | |||
* '''Read''': Read access to the project. Users with this accessibility option are not allowed to save the project. They can adjust the project when in a live session that the owner started with write access. When the owner saves the project data, the adjustments made by read-access users will also be included in the project. | |||
* '''None''': No access to the project. Note that a project owner always has access to a project. | |||
Only one session can edit a project at a time. To have multiple editing sessions, save the project under a new name to create a separate entity. | |||
==Template Project== | |||
Projects can be designated as "Template". [[Template Project|Templates]] can be used as a blueprint to create new Projects. This is done by creating a copy of the Template Project, removing all geographical data from it, and allowing the user to select a new location for the new Project. | |||
{{article end | |||
|seealso= | |||
*[[New Project Wizard]] | |||
*[[Template Project]] | |||
|howtos= | |||
*[[How to create a new Project]] | |||
*[[How to start the editor with an Empty Project]] | |||
*[[How to create a Template Project]] | |||
*[[How to archive a Project]] | |||
*[[How to open the Project Sources table]] | |||
|api=*[[Api session event editor]] | |||
}} | |||
{{User rights nav}} | |||
Latest revision as of 07:08, 10 July 2026
In the Tygron Platform, a Project refers to the collection of data relevant to a specific area and use-case. Each project consists of data such as:
- Geographical location
- Spatial features, such as an elevation model, Terrain Types, and Buildings.
- Relevant stakeholders, and their available Actions.
- Calculation models such as Indicators, as well as Overlays, calculated or otherwise
Interacting with a Project
All Projects are stored by the Tygron Platform as static data. As a user, it is possible to interact with a Project by starting a Session. When a Session of any kind is started, the Tygron Platform reads the Project data and uses it to create a live session, accessible to the user and optionally other users within his/her domain. In a Session, the user can interact with the data. When the Session is closed, all the data in the Session is discarded. If changes are not saved, the original Project remains unaffected; restarting a session restores the original data.
Accessibility
Access and adjustment rights to a project can be configured as followed:
- Project owner: The user who created the project and has full control over its settings and accessibility.
- Domain users: Whether users within your domain are allowed to access your project.
- Tygron Platform Support: whether you allow Tygron Platform support employees access your project to provide support or identify issues encountered in your project.
These rights allow you to either start a new session or join an existing live session. There are three options for adjustment:
- Write: Write access to the project. These users are allowed to start and save during a project session.
- Read: Read access to the project. Users with this accessibility option are not allowed to save the project. They can adjust the project when in a live session that the owner started with write access. When the owner saves the project data, the adjustments made by read-access users will also be included in the project.
- None: No access to the project. Note that a project owner always has access to a project.
Only one session can edit a project at a time. To have multiple editing sessions, save the project under a new name to create a separate entity.
Template Project
Projects can be designated as "Template". Templates can be used as a blueprint to create new Projects. This is done by creating a copy of the Template Project, removing all geographical data from it, and allowing the user to select a new location for the new Project.
How-to's
- How to create a new Project
- How to start the editor with an Empty Project
- How to create a Template Project
- How to archive a Project
- How to open the Project Sources table
See also
API Endpoints