Thanks Thanks:  161
Page 4 of 12 FirstFirst ... 23456 ... LastLast
Showing results 31 to 40 of 114

Thread: Tool for analysis coverage on Google Earth

  1. #31
    Member Reputation: 28
    Join Date
    2010-05-12
    Posts
    61


    Default Re: Tool for analysis coverage on Google Earth

    i think this is because he forgets the earth is round, and the distance between two points should be converted to great-circle distance.
    Quote Originally Posted by dabreulima View Post
    About the distance, this happened after the changes on Kml sources from google earth.
    I still do not have time to check the problem that caused this error in the distance.
    ps: i need one more rep to become a member, help please.
    Last edited by jackkarpar; 2012-03-03 at 02:12 AM

  2. #32
    Member Reputation: 90
    Join Date
    2011-10-07
    Location
    Brazil
    Posts
    61


    Default Re: Tool for analysis coverage on Google Earth

    Quote Originally Posted by jackkarpar View Post
    i think this is because he forgets the earth is round, and the distance between two points should be converted to great-circle distance.


    ps: i need one more rep to become a member, help please.
    Hi,

    Please, correct me if I'm wrong in the formula.

    y = (Math.Sin(((Azimuth / 180) * 3.14159265358979))) * (Distance)
    x = (Math.Cos(((Azimuth / 180) * 3.14159265358979))) * (Distance)


    DeltaArcoLatitude = (y / 1852) * 60
    DeltaArcoLongitude = (x / 1852) * 60

  3. #33
    Member Reputation: 419
    Join Date
    2010-04-21
    Posts
    536


    Default Re: Tool for analysis coverage on Google Earth

    Hi,
    thanks ,good job

    legend is not visible!!

  4. #34
    Member Reputation: 28
    Join Date
    2010-05-12
    Posts
    61


    1 out of 1 members found this post helpful.

    Default Re: Tool for analysis coverage on Google Earth

    Hi, it seems that kml display polygon by lat/lon track, so we can draw from the start point (site location) to the next, and so on:
    Formula: lat2 = asin(sin(lat1)*cos(d/R) + cos(lat1)*sin(d/R)*cos(θ))
    lon2 = lon1 + atan2(sin(θ)*sin(d/R)*cos(lat1), cos(d/R)−sin(lat1)*sin(lat2))
    θ is the bearing (in radians, clockwise from north);
    d/R is the angular distance (in radians), where
    d is the distance travelled and R is the earth’s radius
    Quote Originally Posted by dabreulima View Post
    Hi,

    Please, correct me if I'm wrong in the formula.

    y = (Math.Sin(((Azimuth / 180) * 3.14159265358979))) * (Distance)
    x = (Math.Cos(((Azimuth / 180) * 3.14159265358979))) * (Distance)


    DeltaArcoLatitude = (y / 1852) * 60
    DeltaArcoLongitude = (x / 1852) * 60

  5. #35
    Member Reputation: 90
    Join Date
    2011-10-07
    Location
    Brazil
    Posts
    61


    Default Re: Tool for analysis coverage on Google Earth

    Quote Originally Posted by beniy View Post
    Hi,
    thanks ,good job

    legend is not visible!!
    Hi,

    I'll fix this problem soon.

    Tks,

  6. #36
    Member Reputation: 21
    Join Date
    2011-05-03
    Posts
    86


    Default Re: Tool for analysis coverage on Google Earth

    Nice tool. Do you have sample files for WCDMA that I can test with?

  7. #37
    Member Reputation: 90
    Join Date
    2011-10-07
    Location
    Brazil
    Posts
    61


    Default Re: Tool for analysis coverage on Google Earth

    Quote Originally Posted by brianm View Post
    Nice tool. Do you have sample files for WCDMA that I can test with?
    Hi,

    File attached.

    PS: File from PCHR logs.
    Attached Files Attached Files

  8. #38
    Member Reputation: 21
    Join Date
    2011-05-03
    Posts
    86


    Default Re: Tool for analysis coverage on Google Earth

    Not sure if I have done this correctly.

    I used your files & managed to plot the sites & I can see the Legend.

    So how to I display the coverage profile for a particular site or sector????

  9. #39
    Member Reputation: 90
    Join Date
    2011-10-07
    Location
    Brazil
    Posts
    61


    1 out of 1 members found this post helpful.

    Default Re: Tool for analysis coverage on Google Earth

    Quote Originally Posted by brianm View Post
    Not sure if I have done this correctly.

    I used your files & managed to plot the sites & I can see the Legend.

    So how to I display the coverage profile for a particular site or sector????
    Hi,

    It's very simple, see the figure below.
    If the sectors don't not appear into the google it's because the tool does not find them in the database. This case, check the statitics in propagation analyser.

    figura.jpg

  10. #40
    Member Reputation: 88
    Join Date
    2009-07-24
    Location
    Istanbul/TURKEY
    Posts
    56


    Default Re: Tool for analysis coverage on Google Earth

    Dear all,
    I checked this tool on Huawei RAN12 (3G) and it's working fine. Here is the analyze result;
    PropDelay.jpg

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •