Monday 21 September 2015

pyqgis - Creating sectors for telecom towers?


I work in the Mobile networks industry and i took up a task to create a plugin for QGIS using c++/python that does the following:





  • step 1: Create points corresponding to each mobile tower based on Lat/Long of each tower( this part i have accomplished )




  • step 2: Further: sectorise: each of these towers would have antennas oriented at different azimuths. so i need to create a symbol for each antenna direction (would in the end look like a flower petal in a flower or inward pointed triangles)




  • step 3: When i click on any sector, all nearby sectors facing the sector should be highlighted in some way( so i can find the neighbors)





What i have to start with is a big excel file containing the sector name , lattitude, longitude, antenna orientation , etc.


Does anyone have any opinion ?


enter image description here




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...