PDA

View Full Version : Question RTWP GRID using MapInfo



justdream
2017-01-29, 07:31 AM
Dears.

How we could use MapInfo to generate RTWP (Interference) Grid
as shown below

Shakeel_15
2017-01-29, 10:56 PM
Hello

By using MapInfo Thematic Map Option. Generate thematic via grid selection

BR

Dears.

How we could use MapInfo to generate RTWP (Interference) Grid
as shown below

justdream
2017-02-04, 07:52 AM
Hello

By using MapInfo Thematic Map Option. Generate thematic via grid selection

BR

Friend,do you mind sharing step by step guide
as I'm confused about it
first time to try Grid option
and it doesn't give me reasonable result as shown in above picture

Eddoublesixes
2017-03-28, 08:15 PM
HI, I cant see your attachement, but one method to display your RTWP on a map would be:

Export a coverage by dominance array from your planning tool with the Cell reference for each cell.
Export your RTWP report.

In mapinfo, import your cell domance and open the RTWP report.

In SQL query, choose both tables and under where condition "Cell domance.Cellid = RTWPReport.cellid" or whatever fields will allow you to match the two tables.
The results (saved as query1) will be cell dominance areas with RTWP value.
Now you can create a thematic map based on the RTWP value.

It wont be specifically a grid, rather a cell coverage footprint showing the measure overall RTWP.

justdream
2017-03-29, 03:08 AM
HI, I cant see your attachement, but one method to display your RTWP on a map would be:

Export a coverage by dominance array from your planning tool with the Cell reference for each cell.
Export your RTWP report.

In mapinfo, import your cell domance and open the RTWP report.

In SQL query, choose both tables and under where condition "Cell domance.Cellid = RTWPReport.cellid" or whatever fields will allow you to match the two tables.
The results (saved as query1) will be cell dominance areas with RTWP value.
Now you can create a thematic map based on the RTWP value.

It wont be specifically a grid, rather a cell coverage footprint showing the measure overall RTWP.

Hi Friend, I'm not using coverage array from Planning tools
I'm using RTWP counter measurement of Idle Hours for each cell

I can send the attachment to your email or Skype ID, if you don't mind to share it

justdream
2018-02-28, 04:49 AM
Export a coverage by dominance array from your planning tool with the Cell reference for each cell.
.

Friend, is it necessary to be exported from Planning tool?