I started out wondering how to attach videos to kml maps and wound up working on elevation profiles. There's always something new to learn on this project. It's pretty cool!
There's something I've often wondered about with respect to QRP on twenty meters with low antennas: how much help is the rig getting from the slope of the hillsides I transmit from? Using Google Earth elevation profiles, It looks like I'll be able to get quantitative answers!
The Goal
Map the elevation profile of the terrain Project TouCans is situated on in the direction of the transmit path to the other station in a give QSO (radio contact.) The idea is to wind up with something like this.
The Steps to Get it Done (First Prototype)
Issue:
The elevation profile from station to station tends to be very long. I'd like to only look at the profile over a few twenty meter wavelenghts. I don't see any zoom controls in Google Earth for the elevation pofile, so I'll plot a shorter line on the map in the same direction, and then display the elevation profile for the shorter line. In the picture above, I've done this, the shorter line is a portion of the path from Albuquerque to Costa Rica.
Steps:
- Calculate the distance from station to station using Datasette, specifically, the haversine plugin
- From there, find the endpoint of a line segment starting at the transmitter and ending 200 meters away, (or however long you're interested in.)
- Use the earthmid functions, earthmid.partial_path_lat, earthmid.partial_path_lng, passing in the total distance divided by the distance you're interested in (200 meters for example), as the last argument
And then you hit the kludge. Add a line segment, (linestring), from the tx station to the segment coordinates returned above to the QSO map you're interested in. View that segment in Google Earth Pro, right click the line and select 'Show Elevation Profile'.
Here are the results using a path from a
US-0955 Petroglyph National Monument POTA outing I've been interested in for a while:
Rise over run data:
I was especially surprised to learn that Google Earth had even modeled the boulders on the side of the mesa:
Steps to Create the gif above from a screen capture using ffmpeg
ffmpeg -i elevgif.mp4 -ss 00:00:16 -t 00:00:29 -c:v copy -c:a copy elev_sh.mp4
ffmpeg -i elev_sh.mp4 -loop 0 -vf "fps=10, scale=640:-1" elev_sh.gif
References
From
As more and more digital elevation data are available with better resolutions, it is getting more convenient to extract terrain features important for radio propagation modeling such as the mountain peaks and ridges. In [105], a simple method is used to extract 3D ridges from digital elevation data. The extracted ridges then serve as diffraction wedges in simulating the radio wave propagation. It is shown that 3D features of ridges, e.g., the orientation and elevation parameters, are necessary for accurate calculation of diffracted field. These 3D features are commonly ignored in widely used propagation modeling methods such as the knife edge diffraction. For multiple diffractions, the 3D features of ridges and their effect on the diffraction are investigated in [106].
and:
Comments
Post a Comment
Please leave your comments on this topic: