Geo Data: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Line 25: Line 25:
This means that also [[Spatial plans|spatial plans]] can be imported in the {{software}}.
This means that also [[Spatial plans|spatial plans]] can be imported in the {{software}}.


==Requirements on Geo Data==
==Requirements on Geo data==
There are several requirements for loading in Geo data. The Data Wizard helps you to transform your data to the proper format for importing.
There are several requirements for loading in Geo data. The Data Wizard helps you to transform your data to the proper format for importing.
# Geo Data in the {{software}} are always polygons. Line and point features are not allowed by the {{software}}. The wizards helps you by buffering the line and point features to polygons.
# Geo Data in the {{software}} are always polygons. Line and point features are not allowed by the {{software}}. The wizards helps you by buffering the line and point features to polygons.
# All desired attributes must be numerical, so that they can be loaded as valid [[attribute]] values. Non-numeric attributes are ignored when attempting to load them as attributes.
# All desired attributes must be numerical, so that they can be loaded as valid [[attribute]] values. Non-numeric attributes are ignored when attempting to load them as attributes.


==How to import Geo Data==
==How to import Geo data==
There are different methods for importing Geo Data with the [[Geo_Data_Wizard|Geo data wizard]]. These methods can be divided into two: uploading data from a file to the {{software}} and the other is downloading data through an URL to the {{software}}.
There are different methods for importing Geo Data with the [[Geo_Data_Wizard|Geo data wizard]]. These methods can be divided into two: uploading data from a file to the {{software}} and the other is downloading data through an URL to the {{software}}.
====Vector====
====Vector====
Line 42: Line 42:


The method to choose is based on how you have your data available, as vector or raster
The method to choose is based on how you have your data available, as vector or raster
==How to export Geo data==

Revision as of 13:46, 30 April 2019

Please note: This page is currently being updated.

Template:Learned

What is Geo data

Geographical data or geo data are data which have a location component. Almost all data are linked to a location or a place and are, therefore, geo data. Geo data can be, for example, a paper map, a digital web map or just a simple text file with coordinates. Geo datasets are either vectors (that is, features which are points, lines or polygons) or raster data (that is, data in grid cells). The features in vector data can have multiple attributes with values. Raster data mostly consist of a value and a color.

How do Geo datasets relate to the Tygron Platform

Load data from databases

The Tygron Platform uses geo data (vectors and raster) for creating the 3D-model world. For this, the Tygron Platform automatically connects to (Open) Datasets, such as the Base Registers in the Netherlands and Open Street Maps worldwide. A principle that generally applies: if your 3D World lacks certain information, then it is not available in the used dataset.
To add missing Geo data you can either update the information in the database and regenerate the 3D world, or you can add additional Geo data manually. More information on how to import additional data is provided on the Geo Data Wizard page.

When to use your own data

You need the Data Wizard when you want to import data in the Tygron Platform. This may be for a number of reasons:

  • The project takes place in a location for which there are no data sources available to create the project
  • The default data sources are not accurate or up-to-date enough
  • The default datasets are not detailed enough
  • To do a more extendend analysis in the Tygron Platform
  • To use in combination with an Excel Indicator or Panel
  • For creating more overview in your project, for example by highlighting areas

In these situations, data in the Tygron Platform can be overwritten or supplemented by the user.

Which data can be uploaded to the Tygron Platform

Almost all data can be imported in the Tygron Platform, as long as the data is about a specific location and has a geometry. Thus basically when the data is geo data. This means that also spatial plans can be imported in the Tygron Platform.

Requirements on Geo data

There are several requirements for loading in Geo data. The Data Wizard helps you to transform your data to the proper format for importing.

  1. Geo Data in the Tygron Platform are always polygons. Line and point features are not allowed by the Tygron Platform. The wizards helps you by buffering the line and point features to polygons.
  2. All desired attributes must be numerical, so that they can be loaded as valid attribute values. Non-numeric attributes are ignored when attempting to load them as attributes.

How to import Geo data

There are different methods for importing Geo Data with the Geo data wizard. These methods can be divided into two: uploading data from a file to the Tygron Platform and the other is downloading data through an URL to the Tygron Platform.

Vector

  1. with a GeoJSON file
  2. through a Web Feature Service (WFS)
  3. through a Catalogue Service for the Web (CSW)

Raster

  1. through a Web Map Service (WMS).
  2. as a Geotiff overlay

The method to choose is based on how you have your data available, as vector or raster

How to export Geo data