Geo Data: Difference between revisions

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


==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.
====Vector====
====Vector====
There are several requirements for loading in Geo data. With the [[Geo_Data_Wizard|Geo data wizard]] you can easily import vector data. The wizard also helps you to transform your data to the proper format for importing. The following requirements for vector data apply:
With the [[Geo_Data_Wizard|Geo data wizard]] you can easily import vector data. The wizard also helps you to transform your data to the proper format for importing. The following requirements for vector data apply:
# Geo Data in the {{software}} are always polygons. Line and point features are not allowed by the {{software}}. The data 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 data 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.
There are different import methods. 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. The different methods are:
# with a [[GeoJSON]] file
# with a [[GeoJSON]] file
# through a [[WFS|Web Feature Service (WFS)]]
# through a [[WFS|Web Feature Service (WFS)]]

Revision as of 14:29, 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 is either vector data (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 (vector and raster data) for creating the 3D-model world. For this, the Tygron Platform automatically connects to (Open) Datasets (see image), based on the availability of the data for the chosen location of the project. For example the Base Registers in the Netherlands and Open Street Maps worldwide. For a whole overview of all the connected datasets, see this table. A principle that generally applies: if your 3D World lacks certain information, then it is not available in the used datasets.
For more information on which data is used for your generating your project, see the project sources page. To add missing Geo data you can add additional Geo data manually (see below for options).

When to use your own data

  • 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, it might be useful to overwrite or import data 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.

How to import Geo data

There are different methods for importing Geo Data.

Vector

With the Geo data wizard you can easily import vector data. The wizard also helps you to transform your data to the proper format for importing. The following requirements for vector data apply:

  1. Geo Data in the Tygron Platform are always polygons. Line and point features are not allowed by the Tygron Platform. The data 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.

There are different import methods. 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. The different methods are:

  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