Geo Data: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


==What GEO Data sources are used?==
==What GEO Data sources are used?==
Add pic of loading.


 
{| class="wikitable"
There are a number of more technical tasks which do require the API to be used, and which expand the usability of the Tygron Engine greatly. Tasks for which the API can be used include:
|-
* Automated data analysis, such as building density analysis during a session.
! Name
* Automated interactions, such as measures activated under specific circumstances.
! File Type
* (Automated) data entry from a database or program into the Tygron Engine, such as possible function types.
! Source
* Automated data extraction, such as taking the spatial results from a session to use as input for other data analysis programs.
! Description
* [[indicators#API indicators|API indicators]], which allow showing the results of a complex calculation as an indicator score.
|-
| BGT
| GML-File
| PDOK
| Information about street objects, roads, parks, trees, water surface, etc.
|-
| BAG
| OGC-service
| PDOK
| Information about building contours, building type definitions, construction year, etc.
|-
| BAG
| OGC-service
| PDOK
| Information about building contours, building type definitions, construction year, etc.
|-
| <code>LANDSIZE</code>
| Amount of surface area.
| <code>SELECT_LANDSIZE_WHERE_BEHAVIOR_IS_GRASSLAND</code>
|-
| <code>DIKES</code>
| Surface space of constructed dikes or levees.
| <code>SELECT_DIKES_WHERE_ZONE_IS_1</code>
|-
| <code>ACTIVE</code>
| whether something is relevant in the project.
| <code>SELECT_ACTIVE_WHERE_ZONE_IS_1</code>
|-
| <code>NAME</code>*
| Name of selection as query result
| <code>SELECT_NAME_WHERE_CATEGORYMULT_IS_SELL_PRICE_M2</code>
|-
| <code>COLOR</code>*
| Color of selection as query result
| <code>SELECT_COLOR_WHERE_FUNCTION_IS_816</code>
|-
| <code>GRID_AVG</code>
| Average grid value per grid point
| <code>SELECT_GRIDAVG_WHERE_GRIDTYPE_IS_TRAFFIC_NOISE</code>
|}


==When to use GEO Data?==
==When to use GEO Data?==
When a project is created outside of The Netherlands only ESRI data is connected and will load automatically. Beside water and elovation of land, this does not contain any information about constructions and/or environmental characteristics.
When a project is created outside of The Netherlands only ESRI data is connected and will load automatically. Beside water and elovation of land, this does not contain any information about constructions and/or environmental characteristics.

Revision as of 13:41, 31 January 2017

This article is a stub.

Template:Learned

What is the GEO Data

How does GEO Data relate to the Tygron Engine?

What GEO Data sources are used?

Add pic of loading.

Name File Type Source Description
BGT GML-File PDOK Information about street objects, roads, parks, trees, water surface, etc.
BAG OGC-service PDOK Information about building contours, building type definitions, construction year, etc.
BAG OGC-service PDOK Information about building contours, building type definitions, construction year, etc.
LANDSIZE Amount of surface area. SELECT_LANDSIZE_WHERE_BEHAVIOR_IS_GRASSLAND
DIKES Surface space of constructed dikes or levees. SELECT_DIKES_WHERE_ZONE_IS_1
ACTIVE whether something is relevant in the project. SELECT_ACTIVE_WHERE_ZONE_IS_1
NAME* Name of selection as query result SELECT_NAME_WHERE_CATEGORYMULT_IS_SELL_PRICE_M2
COLOR* Color of selection as query result SELECT_COLOR_WHERE_FUNCTION_IS_816
GRID_AVG Average grid value per grid point SELECT_GRIDAVG_WHERE_GRIDTYPE_IS_TRAFFIC_NOISE

When to use GEO Data?

When a project is created outside of The Netherlands only ESRI data is connected and will load automatically. Beside water and elovation of land, this does not contain any information about constructions and/or environmental characteristics.