Community of VE/MapPoint Users and Developers
This is a discussion on Drawing Radio Station Contours (ASCII lat/long list) within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; The FCC publishes radio station contours as 360 latitudes and longitudes (ie one every degree of a circle) and connects ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Drawing Radio Station Contours (ASCII lat/long list) Thanks !! |
| |||
|
Hi, I think you just have to calculate lat/long of center, then the severa radus and draw shape call to draw it on map. Did I understand right ?
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
|
The FCC also gives you the stations' coordinates (the center of the contour), but because the terrain is used in the actual contour calculation, (leave that part to the FCC) one cannot simply use the station location and draw a circle. The actual FCC contour is 360 points connected by a line from point to point. 0 degree pointA to 1 degree pointB to 2 degree pointC, etc. The result is close to a circle in most cases, but some stations use directional antennas so you cant really use a circle. I guess I am looking for a way to import their data (36 values in the form DDMMSS lat, DDMMSS long. )and connect each previous location in the table to form a circle. PS But as an approximation, how would I take for example, 20 stations in a market (ie 20 seperate locations of know lat/long) and draw a crude approximation of these 20 coverage areas using a circle (assume I know the radius for each one)? Thanks again. |
| ||||
|
It should be easy enough to draw, but you'll need to do some custom programming. Read each pair. Parse and convert to decimal degrees. Add a point to a new shape. You could do this by hand, but it would take a very long time. Eg. one of your contours requires 360 points to be plotted. Richard
__________________ Winwaed Software Technology LLC http://www.winwaed.com See http://www.mapping-tools.com for MapPoint Tools Pre-Order MapPoint 2009 today: http://www.mapping-tools.com/mappoint2009 |
![]() |
| Tags |
| ascii, contours, drawing, lat or long, list, radio, station |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drawing route as I go. | z_darius | MapPoint 2006/2009 Discussion | 6 | 02-10-2006 09:57 AM |
| Drawing line on long Lat | Anonymous | MapPoint 2006/2009 Discussion | 0 | 11-18-2004 12:38 AM |
| Finding Nearest Gas Station based on brand names- shell | Anonymous | MapPoint 2006/2009 Discussion | 0 | 04-09-2003 02:09 PM |
| Wish List | CWoo | Wish List | 0 | 12-27-2002 05:29 PM |
| MapPoint Route Drawing through Lat/Long | Anonymous | MapPoint 2006/2009 Discussion | 1 | 11-04-2002 06:37 PM |