Export Geo data: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Vector data===
==Vector data==
The components that make up the 3D world can be exported as 2D vector data in [[GeoJSON]] format. With this data, further/other calculations or analysis can be done in for example GIS software.  
The objects that make up the [[project area]] can be exported as 2D vector data in different formats/methods.  
In the Current Situation tab, each of the following menus has an export GeoJSON option:
In the Current Situation tab, each of the following menus has an export Geo data option:
*[[Buildings]]
*[[Building]]s; Optionally export only Buildings of a particular [[Category]] or with a particular [[Attribute]] (value).
*[[Terrains]]
*[[Terrain]]s; Optionally export only Terrains of a particular [[Layer]] or with a particular [[Attribute]] (value).
*[[Neighborhoods]]
*[[Neighborhood]]s; Optionally export only Neighborhoods with a particular [[Attribute]] (value).
*[[Zoning]]
*[[Zone]]s; Optionally export only Zones with a particular [[Attribute]] (value).
*[[Plots]]
*[[Plot]]s; Optionally export only Plots of a particular [[Stakeholder]] or with a particular [[Attribute]] (value).
*[[Areas]]
*[[Area]]s; Optionally export only Areas of a particular [[Area#Group filter|Area group filter]] or with a particular [[Attribute]] (value).
*[[Network]]
*[[Measurement]]s; Optionally export only Measurement of a particular [[Grid Overlay]].
<br>
{{Editor steps|title=export components of the 3D world|Hover over the desired menu you want to export objects from.|Select Export GeoJSON file|Choose additional options to make a selection of the to be exported data or for export all, click on the Export button.}}


<gallery>
With this data, further calculations or other analysis can be done in for example GIS software. See below for the steps.  
File:Export_geojson_file.JPG|Export GeoJSON button in the Buildings menu.
File:Export_options.JPG|Make a selection based on category and/or attribute or export all objects by clicking on the Export button.
</gallery>


In the Export Item File panel that will show up, different options for exporting are available:
====How-to's====
* Objects from a certain category/type (only for the [[Buildings]] and [[Terrain|Terrains]]) can be exported by selecting the desired category/type.
* [[How to export objects in a project to a GeoJSON]]
* Only objects that have a certain attribute can be exported by checking the ''With Attribute'' option and selecting the desired attribute. For example if you only want [[Culvert_(Water_Overlay)|culverts]], you can select the category ''Underground'' (since the function culverts belongs to the category Underground) and check the ''With Attribute'' option and select the attribute name ''CULVERT_DIAMETER'' for example. This will export culverts, since only these objects have this attribute in common.
* [[How to export objects in a project to a CSV]]
<br clear=all>
* [[WFS#How-to.27s|How to access via WFS]]


===Raster data===
==Raster data==
[[Grid Overlay]]s can be exported as raster data or as vector data. With the exported data, calculations from for example the [[Water_Overlay|Water overlay]] can be exported to be further processed for analysis in GIS software.
See below for the export options for [[Grid Overlay]]s.


[[File:Polygons_exporteren_wiki.png|link=https://www.tygron.com/nl/2020/04/23/naast-geotiff-ook-polygons-exporteren-2/]]
====How-to's====
*[[How_to_export_a_Grid_Overlay_as_GeoTIFF|How to export as GeoTIFF]]
*[[How_to_export_a_Grid_Overlay_as_ASCII|How to export as ASCII]]
*[[WMS#View_Overlays_as_WMS_in_other_software|How to access via WMS]]
*[[How_to_export_a_Grid_Overlay_as_GeoJSON|How to export as GeoJSON]]
*[[How to export a Grid Overlay as png]]


(In Dutch)
{{GeoDataOverview}}
 
[[Grid_Overlay|Grid overlays]] can be exported as raster data or as vector data. With the exported data, calculations from for example the [[Water_Overlay|Water overlay]] can be exported to be further processed for analysis in GIS software. For exporting the grid overlays, take also note of the [[Grid_Overlay#Grid_size|grid size]]. The smaller the grid size, the more accurate the exported GeoTIFF is. <br>
The export options for raster are:
*GeoTIFF
*ASCII
*[[WMS|WMS]]
The export options for vector are:
*[[GeoJSON|GeoJSON]]
*[[WFS|WFS]]
Note that the corresponding option in the Export panel is named ''Legend polygons''. Based on the legend colors of the [[Grid_Overlay|Grid overlay]], a vectorisation of the raster data is created and can be exported as a [[GeoJSON|GeoJSON]]. See also [[How-to_edit_an_overlay_legend|this page]] for more information on how to change the legend and this video tutorial: https://www.tygron.com/nl/2020/04/23/naast-geotiff-ook-polygons-exporteren-2/
<br>
<br>
{{Editor steps|title=export grid overlay calculation results |Select any grid overlay in the editor.|On the [[right panel]], select "Export Grid File".|Choose the overlay, format and click on the Export button.}}
<gallery>
File:Select_grid_overlay.jpg|Select a grid overlay
File:Geotiff_export.jpg|Select "Export Grid File"
File:Export_grid_options.JPG|Choose the desired overlay to export, if applicable the difference overlay and/or timeframe and the desired format.
</gallery>
 
In the Export Grid File panel that will show up, different options for exporting are available:
*If in a [[Test_Run|test run]] the option ''Difference (current - maquette)'' is selected, the difference in results between the maquette state and the current state will be exported. If you checked this option outside of the test run, or did not do any [[Action|Actions]] yet, the exported dataset will consist no difference.
* For [[grid overlay]]s which produce multiple [[Timeframes_(Water_Overlay)|timeframes]] as results, it is possible to export a dataset at a certain [[Timeframes_(Water_Overlay)|timeframe]], by selecting the ID of the timeframe. It is also possible to export all timeframes at once by checking the All frames box.
{{clear}}
 
{{Template:GeoDataOverview}}

Latest revision as of 11:02, 23 February 2023

Vector data

The objects that make up the project area can be exported as 2D vector data in different formats/methods. In the Current Situation tab, each of the following menus has an export Geo data option:

With this data, further calculations or other analysis can be done in for example GIS software. See below for the steps.

How-to's

Raster data

Grid Overlays can be exported as raster data or as vector data. With the exported data, calculations from for example the Water overlay can be exported to be further processed for analysis in GIS software. See below for the export options for Grid Overlays.

How-to's