Tagged Questions
1
vote
1answer
95 views
Why ignores Google Earth the gx:altitudeOffset in KML files?
I am currently writing software that creates 3D polylines and outputs these in KML format. According to the official documentation it is possible to define an altitude offset via gx:altitudeOffset to ...
4
votes
1answer
71 views
Rasterise heights from a 3D linestring
I have a 3D network of streams represented using linestrings with Z-coordinates. I would like to rasterise this feature, where the raster values represent the linearly interpolated Z-values between 3D ...