How to import a GeoJSON of waterways: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
For some applications and functionalities of the {{software}}, such as the [[Water Overlay]], an accurate representation of the waterways is essential, including where they lay, how wide they are, how deep they are, and how inclined their sides are.
For some applications and functionalities of the {{software}}, such as the [[Water Overlay]], an accurate representation of the waterways is essential, including where they lay, how wide they are, how deep they are, and how inclined their sides are.


It's possible to load in your own waterway dataset provided:
It's possible to load in your own waterway dataset as a GeoJSON, provided:
* Your data consists of polygons, or lines which can be uniformly buffered for all features.
* Your data consists of vector data, either:
** polygons, indicating where the waterways lie are exactly, including the inclined sides.
** lines, indicating the centre lines of the waterways, which can be uniformly buffered for all features.
* Your data has, per feature, a single [[Attribute]] indicating the desired depth of the waterway, in meters relative to {{datum}}
* Your data has, per feature, a single [[Attribute]] indicating the desired depth of the waterway, in meters relative to {{datum}}
* Your data has, per feature, a single [[Attribute]] indicating the incline of both sides of the waterway.
* Your data has, per feature, a single [[Attribute]] indicating the incline of both sides of the waterway.

Revision as of 12:02, 19 June 2020

For some applications and functionalities of the Tygron Platform, such as the Water Overlay, an accurate representation of the waterways is essential, including where they lay, how wide they are, how deep they are, and how inclined their sides are.

It's possible to load in your own waterway dataset as a GeoJSON, provided:

  • Your data consists of vector data, either:
    • polygons, indicating where the waterways lie are exactly, including the inclined sides.
    • lines, indicating the centre lines of the waterways, which can be uniformly buffered for all features.
  • Your data has, per feature, a single Attribute indicating the desired depth of the waterway, in meters relative to datum
  • Your data has, per feature, a single Attribute indicating the incline of both sides of the waterway.

If your data is prepared, you can follow the generic steps on how to import a GeoJSON to change the elevation model, selecting the appropriate type of water to import your features as.

See also