Spatial plan: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 15: Line 15:


==How to import a spatial plan==
==How to import a spatial plan==
When you want a spatial plan to be implemented in your project, you basically have two options:
* Import the spatial plan directly into the current state of your project. You will be able to perform calculations for this project, but will not be able to revert back to the previous situation unless you revert back to a previously saved [[Project Version]].
* Place the spatial plan in one or more measures. When placing it in multiple measures you must make sure the measures are not overlapping spatially, because that will prevent you from activating the measures all at once.


===Import the GeoJSON in the {{software}}===
==Supported files for importing a spatial plan==
Depending on the use case of the spatial plan in your project, it might be usefull to import the spatial plan as a [[Measures|measure]].
* [[GeoJSON]]
By doing so, it is possible to carry out the constructing of the plan as one [[Action]], instead of multiple actions. This will also allow the user to compare the current situation of the area with the new situation, after the spatial plan is built.
* [[DXF]]
To import the spatial plan as a [[Measures|measure]], open the [[Geo Data Wizard]] and choose import as a measure. After completing the wizard, the newly created [[Measures|measure]] can be found in the [[Measures#Editing_general_measure_properties|measure left panel]].
** [[How to import a DXF]]
** [[How to set the geo-location of a AutoCAD DXF]]
** [[How to set the unit of measurement for a DXF]]
** [[How to create a Geo Plugin to import Buildings from a DXF]]
* [[CityGML]]
** [[How to import a CityGML/CityJSON file]]
** [[How to import 3D BAG data]]
* [[I3S| SLPK]]
** [[How to import an SLPK file]]


It is also possible to import the spatial plan directly into the 3D world, where the current [[Buildings]] will be overwritten with the new objects from the spatial plan. This will allow the user to see the effects of the new plan directly on the [[Indicators]] and [[Overlay]]s, but it is not possible to compare it with the original situation of how it was before the plan was built. Also, when this option is chosen and the new plan is built, it is not possible to go back to the original situation. It might be helpfull to save the project as a new version before trying this option. To import the plan directly, open the [[Geo Data Wizard]] and choose for importing as Buildings.  After completing the wizard, the plan is directly build.
{{article end
|seealso=
* [[Demo Dxf Import Project]]
}}


<gallery mode=nolines>
{{GeoDataOverview}}
File:Import_as.JPG|Choose how to import the GeoJSON file
</gallery>
 
==Visualization options==
Depending on the use case, it may be better to use placeholders for buildings to emphasize the design phase in the project.
Therefore it might be fitting to show the 3D world and the spatial plan in plain white colors with no windows, doors etc.
To do this, go in the Editor interface to Visuals and choose the Plain White option.
 
<gallery mode=nolines>
File:No_color.JPG|Texture options.
File:Plain_white.JPG|Plain white texture for buildings.
</gallery>
 
 
{{Template:GeoDataOverview}}

Latest revision as of 13:09, 22 December 2023

A spatial plan is a design of an area with focus on the landscape, environment, routing, the interaction between public and private space, buildings forms, materialization and more. This design can be made for an urban area as part of an urban planning project or for a more rural area for a landscape design or land art project. Spatial plans are created by urban designers or landscape architects and can have different scales and therefore different level of detail.

The Tygron Platform can be used for importing spatial plans to evaluate certain design measures in a plan, for example if the parking standard is feasible.

Requirements on a spatial plan

In principle every spatial plan can be imported, as long as the original format of the drawing can be converted to any of the supported file formats. Take into account that the level of detail in the Tygron Platform does not include interior designs.

There are some requirements on a the spatial plan before importing it into the Tygron Platform.

  • Geometries: Features from a spatial plan are required to have a geometry to define its spatial shape and location.
  • Coordinate system: Choose a coordinate reference system for your drawing and draw and scale the plan on the right location on the planet. The most used coordinate system in the Netherlands is Amersfoort/RD New (EPSG:28992). Without a correct location, the drawing could be anywhere on the planet and not possible to import in any spatial software on the right location.
  • Layer naming: Features can be grouped together in layers. For example: offices are drawn in the layer offices, while student houses are drawn in the layer student houses. The layer name can be used for classification.
  • Attributes: Attributes can also be assigned to Features, optionally with a specific value. These can be used for classification.

How to import a spatial plan

When you want a spatial plan to be implemented in your project, you basically have two options:

  • Import the spatial plan directly into the current state of your project. You will be able to perform calculations for this project, but will not be able to revert back to the previous situation unless you revert back to a previously saved Project Version.
  • Place the spatial plan in one or more measures. When placing it in multiple measures you must make sure the measures are not overlapping spatially, because that will prevent you from activating the measures all at once.

Supported files for importing a spatial plan