Area: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(67 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{learned|what an area is|what an area is in the Tygron Engine|how areas can be used|how to create and edit areas}}
[[File:Api_current_situation_urban_subdiv.png|thumb|right|400px|[[Area]] in comparison to [[Neighborhood]]s, [[Zone]]s and [[Plot]]s]]
In the {{software}}, an area is comprised of a polygon, a name and a number of [[attribute]]s, which can be completely user-defined. Areas do not do much on their own, but can be used in conjunction with [[Overlay]]s, [[TQL]] and [[Excel]] to implement powerful and complex calculations for a project.


==Area==
Contrary to [[building]]s, [[neighborhood]]s, or [[terrain]]s, areas are allowed to overlap. They are also not bound to a [[layer]]. Because of this, they can be used for multiple purposes at the same time. By using attributes, it's possible to define and identify the purpose of an area.
An area is a surface or plane. It is a 2 dimensional indication of a location, more spread out than a single point.


==Areas in the Tygron Engine==
===Group filters===
In the Tygron Engine, an area is a generic form of data. An area is comprised of a polygon and a number of [[attribute]]s, which can be completely user-defined. They do not do much on their own, but can be used in conjuction with [[TQL]] and [[Excel]] to implement more complex and user-defined calculations for a project.
Areas can be grouped together using Attribute name filters. Group filters are added to the [[left panel]] of Areas in the [[editor]]. If an Area contains an attribute with that name, it is added under the group filter. Group filter names are stored in the Setting [[Setting#AREA_GROUPS|AREA_GROUPS]].
 
==How areas can be used==
A polygon is effectively just an polygon with a number of [[attribute]]s. It does not interact or interfere with other components of a project directly, such as [[construction]]s, [[neighborhood]]s, or [[terrain]]s. Areas also generally don't interact with each other directly. They can be drawn anywhere in the map, even overlapping one another.
 
Because areas can be drawn basically anywhere, they can be used for several of these purposes at the same time. Some areas may be drawn to indicate one thing, while other areas are drawn to calculate something else. By using attributes, it's possible to differentiate between areas for different purposes.
 
===Marking specific locations or buildings===
Its possible that, during a project, a specific location needs to be checked for the presence of something. For example, a specific type of construction, or a type of terrain. Using a [[TQL]] query, such locations can be checked. But to do this, a polygon must mark that location. Because [[zone]]s and [[neighborhood]]s have specific meanings, it may be undesirable to redraw those just to facilitate a query. Areas can be used to indicate a location instead.
 
===Providing spatial data===
Because areas can be given attributes, areas can be used to indicate spatial data not covered by other components of the Tygron Engine. The data can then be used in, and manipulated by, other parts of the engine or by calculation models implemented when editing the project. This allows the Engine to support projects beyond basic city planning.


===Overlays===
===Overlays===
: '' Main article: [[Areas (Overlay)]].''
Specific areas can be visualized using an [[Area Overlay]]. This [[overlay]] can be used to inform stakeholders about a specific concept or calculation. The overlay can also change during the session if, for example, the area is (de)activate or its color is changed.
Areas can be added to an areas overlay. This overlay can be used to present information to the user. By using areas, the information displayed by the overlay can be directly related to calculations based on those areas. The overlay can also be changed during the session, if the areas change their polygon or color.
 
==Changing areas==
{{Editor ribbon|header=Geo Data|bar=Areas}}
 
In the editor, you can add, remove, and edit areas in the project as desired. To do this, you can used the "Areas" panel from the "Geo data" menu in the editor.
 
===Adding and removing areas===
{{Editor ribbon|header=Geo Data|bar=Areas}}
To add an area to the world select "Add" at the bottom of the [[Editor#Left Panel|Left Panel]]. A new area will be added. To remove an area, select an area in the left panel, and select "Remove" at the bottom of the panel.
{{Editor steps|title=add an area|Select "Geo Data" in the ribbon header.|Select "Areas" in the ribbon bar.|Select "Add" in the [[Editor#Left_Panel|left panel]].}}
{{Editor steps|title=duplicate an area|Select "Geo Data" in the ribbon header.|Select "Areas" in the ribbon bar.|Select the area you wish to duplicate.|Select "Remove" in the [[Editor#Left_Panel|left panel]].}}
{{Editor steps|title=remove an area|Select "Geo Data" in the ribbon header.|Select "Areas" in the ribbon bar.|Select the area you wish to remove.|Select "Remove" in the [[Editor#Left_Panel|left panel]].}}
 
===Editing areas===
{{Editor ribbon|header=Geo Data|bar=Areas}}
Selecting an area in the left panel makes its properties adjustable in the right panel.
 
====Name====
The name of the area. This is used to differentiate between different areas. If the area is part of an overlay, the name is also used in the legend of the overlay. The name can be changed by changing the text in this field.


====Original Color====
==Attributes==
The color of the area. When the area is displayed in the 3D world, the area is displayed using this color. You can change this by selecting the color field. A panel will appear in which you can specify the desired color. The color will be available as an [[attribute]] as well.
Areas can have any number of [[Attribute]]s. Generally these values are used by either specific {{software}} calculation models (such as the [[Water Overlay]] to indicate regions with specific water policies), or user-assigned [[Attribute]]s for self-defined calculation models.


====Different Color for Maquette====
{{Area attributes|suppresscategory=true|
Whether a second color should be used for [[maquette]] displays of the area. This option an be toggled by checking the checkbox.
  {{:Interest area (Area Attribute)}}
}}


When checked, the option for selecting a maquette color will appear. You can change this by selecting the color field. A panel will appear in which you can specify the desired color. The color will be available as an [[attribute]] as well.
{{article end
|howtos=
<div style="column-count:2">
* [[How to add an Area]]
* [[How to duplicate an Area]]
* [[How to remove an Area]]
* [[How to remove areas with a filter]]
* [[How to edit the properties of an Area]]
* [[How to create an overlay for visualizing your own geographical vector information]]
* [[How to add an Area to a Measure]]
* [[How to automatically import WFS Areas for a new Project]]
}}


====Active in simulation====
{{Editor current situation nav}}
Whether the area should be considered active. When an area is not active, it is not displayed as part of overlays, and has no polygon in the 3D world. You can toggle this by checking the checkbox.


====Draw Area====
[[Category:Items]][[Category:Area]]
The "Draw Area" button is used to indicate which part of the 3D world will be part of an area. To do this, select the "Draw Area" button. This will open the [[brush panel]], which will allow you to indicate which part of the 3D world should be covered by the area.

Latest revision as of 15:06, 29 February 2024

Area in comparison to Neighborhoods, Zones and Plots

In the Tygron Platform, an area is comprised of a polygon, a name and a number of attributes, which can be completely user-defined. Areas do not do much on their own, but can be used in conjunction with Overlays, TQL and Excel to implement powerful and complex calculations for a project.

Contrary to buildings, neighborhoods, or terrains, areas are allowed to overlap. They are also not bound to a layer. Because of this, they can be used for multiple purposes at the same time. By using attributes, it's possible to define and identify the purpose of an area.

Group filters

Areas can be grouped together using Attribute name filters. Group filters are added to the left panel of Areas in the editor. If an Area contains an attribute with that name, it is added under the group filter. Group filter names are stored in the Setting AREA_GROUPS.

Overlays

Specific areas can be visualized using an Area Overlay. This overlay can be used to inform stakeholders about a specific concept or calculation. The overlay can also change during the session if, for example, the area is (de)activate or its color is changed.

Attributes

Areas can have any number of Attributes. Generally these values are used by either specific Tygron Platform calculation models (such as the Water Overlay to indicate regions with specific water policies), or user-assigned Attributes for self-defined calculation models.