How to import a GeoJSON of waterways: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Some {{software}} features, like [[Water Overlay]], require accurate waterway data regarding position, width, depth, and side incline. | |||
It's possible to load in your own waterway dataset as a GeoJSON, provided: | It's possible to load in your own waterway dataset as a GeoJSON, provided: | ||
* Your data consists of vector data, either: | * Your data consists of vector data, either: | ||
** polygons, indicating | ** polygons, indicating the exact location of the waterways, including the inclined sides. | ||
** lines, indicating the centre lines of the waterways, which can be uniformly buffered for all features. | ** 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}} | ||
| Line 22: | Line 22: | ||
* [[Water Overlay]] | * [[Water Overlay]] | ||
* [[Height Sector]] | * [[Height Sector]] | ||
* [[Elevation | * [[Elevation model]] | ||
* [[Terrain]] | * [[Terrain]] | ||
* [[Terrain Type]] | * [[Terrain Type]] | ||
Latest revision as of 10:54, 8 July 2026
Some Tygron Platform features, like Water Overlay, require accurate waterway data regarding position, width, depth, and side incline.
It's possible to load in your own waterway dataset as a GeoJSON, provided:
- Your data consists of vector data, either:
- polygons, indicating the exact location of the waterways, 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.
How to load in terrain height altering features:
- Prepare a GeoJSON file with polygon features with HEIGHT, ANGLE_OF_REPOSE, and TERRAIN_TYPE Attributes.
- Open the Geo Data Wizard via the Terrain dropdown.
- Opt to import a GeoJSON.
- In the feature location verification step, if you are importing line data (as opposed to polygon data), ensure you set an appropriate buffer.
- In the "Assign Terrain type" step, select the default Terrain Type to import the features as.
- If applicable, select "Terrain Type Mapping", and set up a mapping of Attribute values to Terrain Types.
- In the "Adjust heights" step, if applicable, opt to override the height and angle of the Terrain, and select the appropriate Attributes.
- Finalize and close the Geo Data Wizard.
- The elevation model is now modified with the height changes defined by the GeoJSON file.