SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
RADIOWEB: WEB APPLICATION TO PERFORM
               PRACTICES OF SUBJECTS RELATED TO THE
                   RADIOCOMMUNICATION SYSTEMS

                                          Radiatio: *M. Martínez Quinto*
                                                     F. Navarro Fuentes
                                                     R. Mármol González
                                          UPCT:     C. García Pardo
                                                     M. Martínez Inglés
                                                     J. V. Rodríguez Rodríguez
                                                     J. Pascual García
                                                     J. M. Molina García-Pardo
                                                     L. Juan LLácer


 ESRI EUROPEAN USER CONFERENCE                                                   October 2011
Esri European User Conference | Madrid, Spain                                             1/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             2/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             3/26
1. About Us
      • Universidad Politécnica de Cartagena: (www.upct.es)
            – Research group of mobile communication systems (SiCoMo).
      • Radiatio: (www.radiatio.com)
            – Spin-off created from the research group of mobile
              communication systems of the Universidad Politécnica de
              Cartagena.




Esri European User Conference | Madrid, Spain                            4/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             5/26
2. Project Objectives

        1) Develop a Web tool for the calculation of radioelectric
           coverage on ArcGIS Server (ESRI).

        2) Facilitate radiocommunication systems planification in lab
           student practices online   e-learning




Esri European User Conference | Madrid, Spain                        6/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             7/26
3. Introduction
      • Worldwide increase in mobile communication services

                     need for planning tools.
      • Any radiocommunication system consist of:
            – Transmitters
            – Receivers                                           Receiving Antenna
            – Channels




               Transmitting Antenna

Esri European User Conference | Madrid, Spain                                         8/26
3. Introduction
   Radiocommunication Problem                             Digital Spatial Problem


                                                    GIS




Esri European User Conference | Madrid, Spain                                       9/26
3. Introduction
                                                                  propagation model
      • Solution:                                                   executable file




                               Required Radioelectric
                                    Paremeters



      • It is possible to develop a specific tool for
        radiocommunication systems         RADIOGIS


Esri European User Conference | Madrid, Spain                                         10/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             11/26
4. RADIOGIS
      • RADIOGIS is integrated in ArcView as an additional toolbar.




      • Software Requirements:
            – Windows PC.
            – ArcGIS Desktop Basic license            ArcView 8 or 9 with the extension
              Spatial Analyst.


Esri European User Conference | Madrid, Spain                                      12/26
4. RADIOGIS
      • Basic Functionalities:
            – Power, electric field or power density coverage.
            – Propagation models:
                   • Rural environment: UITR-1546 and UITR-526.
                   • Urban environment: Hata, COST231 and Xia-Bertoni.
                   • Indoor: Ray tracing and UTD.
                   • Other: programmable by the user, only for urban and rural environments.




            – Percentage over threshold: using a vectorial layer which includes
              municipal areas, provincial areas, roads, districts, etc. or with reference
              to a polygon, a line or a rectangle.
Esri European User Conference | Madrid, Spain                                                  13/26
4. RADIOGIS
      • Limitation                  RadioGIS works in a local mode.
            – It is necessary to install ArcGIS Desktop in each PC to use
              RadioGIS.




      • Need                 A tool that works in a remote mode.
            – Students will be able to perform their lab practices anywhere.
      • Solution                 ArcGIS Server.



Esri European User Conference | Madrid, Spain                                  14/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             15/26
5. ArcGIS Server
      • Ability to create, manage, and distribute GIS services over the Web
        to support desktop, mobile and Web mapping applications.
      • Allow us to transform the maps, data, and GIS tools used in ArcGIS
        for Desktop into fast, reliable Web services that you can use
        anywhere       It fulfills our needs.




                                                ArcGIS Server Architecture
Esri European User Conference | Madrid, Spain                                 16/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             17/26
6. RadioWeb
   • Development Environment
         – Programming Language: Java, thanks to ArcGIS Server provides
           capacity to create customized applications in this language.
         – IDE: Eclipse + ArcGIS plug-ins.
         – Web Server: Apache Tomcat.
         – Supported Web Browsers: (Javascript must be enabled)
                • Mozilla Firefox.
                • Internet Explorer.
                • Chrome.
         – Map
            1) Create the map in ArcMap.
            2) Published it in ArcCatalog as an ArcGIS service. It will be served
           by a GIS Server.



Esri European User Conference | Madrid, Spain                                 18/26
6. RadioWeb
      •     RADIOWEB Overview
                                       TOOLBAR                MENU




                                                       MAP
               CONSOLE




Esri European User Conference | Madrid, Spain                        19/26
6. RadioWeb
      • Functionalities:
                     TASK                                      DESCRIPTION
          Identify Features                     Get more info about a feature on the map
          Measure                               Measure distances or areas
                                                Allow to create new BTS just selecting a point from
          Create New BTS
                                                the map.
                                                Add/delete to/from the map the BTS selected by
          Add/Delete BTS
                                                the user.
                                                Perform the Power Coverage Calculation in an
                                                area selected by the user. Before the calculation,
          Calculate Coverage
                                                the user has to fill in all the radioelectric
                                                parameters.
                                                Add/delete to/from the map the coverage selected
          Add/Delete Coverage
                                                by the user.


Esri European User Conference | Madrid, Spain                                                        20/26
6. RadioWeb
      • Power Coverage Calculation Example
            – Create a base station on the map




Esri European User Conference | Madrid, Spain                 21/26
6. RadioWeb
      • Power Coverage Calculation Example
            – Fill in the “Radioelectric Parameters” form


                                                              EIRP = 50 dBm




                                                              Sensibility = -82 dBm
            Ht=10m




            Hr=1.5m


Esri European User Conference | Madrid, Spain                                    22/26
6. RadioWeb
      • Power Coverage Calculation Example
            – Coverage calculation




                                                Coverage
                                                 Details




Esri European User Conference | Madrid, Spain                 23/26
CONTENT
           1. About Us
           2. Project Objectives
           3. Introduction
           4. RadioGIS
                   - Software Requirements
                   - Basic Funcionalities
           5. ArcGIS Server
           6. RadioWeb
                   - Development Environment
                   - RadioWeb Overview
                   - Basic Funcionalities
                   - Power Coverage Calculation Example
           7. Conclusions and Future Research Lines
Esri European User Conference | Madrid, Spain             24/26
7. Conclusions y Future Lines
      • Conclusions
            – A tool able to perform radioelectric calculations via Web has been
              introduced.
            – RadioWeb is based on ArcGIS Server (ESRI) and is implemented
              in Java.
            – Thanks to RadioWeb, students will be able to perform their
              practices anywhere.
      • Future Research Lines
            – Add other propagation models (urban and indoor env.).
            – Include other RadioGIS funcionalities (percentage over threshold,
                power density and electric field calculation and profiles calculation).




Esri European User Conference | Madrid, Spain                                      25/26
Acknowledgements: This project has been funded by the Consejería de Universidades,
       Empresa e Investigación (Ref.:2I09IE0013).
Esri European User Conference | Madrid, Spain                                          26/26

Weitere ähnliche Inhalte

Was ist angesagt?

Inria Tech Talk : Améliorez vos applications de robotique & réalité augmentée
Inria Tech Talk : Améliorez vos applications de robotique & réalité augmentéeInria Tech Talk : Améliorez vos applications de robotique & réalité augmentée
Inria Tech Talk : Améliorez vos applications de robotique & réalité augmentéeStéphanie Roger
 
Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822Kurata Takeshi
 
CINECA for HCP and e-infrastructures infrastructures
CINECA for HCP and e-infrastructures infrastructuresCINECA for HCP and e-infrastructures infrastructures
CINECA for HCP and e-infrastructures infrastructuresCineca
 
D space magazin_2019_2_iupui_english
D space magazin_2019_2_iupui_englishD space magazin_2019_2_iupui_english
D space magazin_2019_2_iupui_englishSree Shruthi
 

Was ist angesagt? (6)

FIBRE & beyond
FIBRE & beyondFIBRE & beyond
FIBRE & beyond
 
Inria Tech Talk : Améliorez vos applications de robotique & réalité augmentée
Inria Tech Talk : Améliorez vos applications de robotique & réalité augmentéeInria Tech Talk : Améliorez vos applications de robotique & réalité augmentée
Inria Tech Talk : Améliorez vos applications de robotique & réalité augmentée
 
Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822
 
CINECA for HCP and e-infrastructures infrastructures
CINECA for HCP and e-infrastructures infrastructuresCINECA for HCP and e-infrastructures infrastructures
CINECA for HCP and e-infrastructures infrastructures
 
Low-cost infrared camera arrays for enhanced capabilities
Low-cost infrared camera arrays for enhanced capabilitiesLow-cost infrared camera arrays for enhanced capabilities
Low-cost infrared camera arrays for enhanced capabilities
 
D space magazin_2019_2_iupui_english
D space magazin_2019_2_iupui_englishD space magazin_2019_2_iupui_english
D space magazin_2019_2_iupui_english
 

Andere mochten auch

Augmented Reality Using Mobile Mapping
Augmented Reality Using Mobile MappingAugmented Reality Using Mobile Mapping
Augmented Reality Using Mobile MappingEsri
 
Esri News for Petroleum—Spring 2012
Esri News for Petroleum—Spring 2012Esri News for Petroleum—Spring 2012
Esri News for Petroleum—Spring 2012Esri
 
Eurovignette Impacts on Access to Markets
Eurovignette Impacts on Access to MarketsEurovignette Impacts on Access to Markets
Eurovignette Impacts on Access to MarketsEsri
 
Right People, Right Process, Right Technology
Right People, Right Process, Right TechnologyRight People, Right Process, Right Technology
Right People, Right Process, Right TechnologyEsri
 
Isovist Analyst 2.0
Isovist Analyst 2.0Isovist Analyst 2.0
Isovist Analyst 2.0Esri
 
MediaPost on EUC11
MediaPost on EUC11MediaPost on EUC11
MediaPost on EUC11Esri
 
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Esri
 
INIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreINIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreEsri
 

Andere mochten auch (8)

Augmented Reality Using Mobile Mapping
Augmented Reality Using Mobile MappingAugmented Reality Using Mobile Mapping
Augmented Reality Using Mobile Mapping
 
Esri News for Petroleum—Spring 2012
Esri News for Petroleum—Spring 2012Esri News for Petroleum—Spring 2012
Esri News for Petroleum—Spring 2012
 
Eurovignette Impacts on Access to Markets
Eurovignette Impacts on Access to MarketsEurovignette Impacts on Access to Markets
Eurovignette Impacts on Access to Markets
 
Right People, Right Process, Right Technology
Right People, Right Process, Right TechnologyRight People, Right Process, Right Technology
Right People, Right Process, Right Technology
 
Isovist Analyst 2.0
Isovist Analyst 2.0Isovist Analyst 2.0
Isovist Analyst 2.0
 
MediaPost on EUC11
MediaPost on EUC11MediaPost on EUC11
MediaPost on EUC11
 
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
 
INIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreINIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestre
 

Ähnlich wie Web App for Radio Communication Practices

RECAP at ETSI Experiential Network Intelligence (ENI) Meeting
RECAP at ETSI Experiential Network Intelligence (ENI) MeetingRECAP at ETSI Experiential Network Intelligence (ENI) Meeting
RECAP at ETSI Experiential Network Intelligence (ENI) MeetingRECAP Project
 
5G Technology Presentation
5G Technology Presentation5G Technology Presentation
5G Technology PresentationAndrew Mounir
 
Mobile Robotics Teaching Using Arduino and ROS
Mobile Robotics Teaching Using Arduino and ROSMobile Robotics Teaching Using Arduino and ROS
Mobile Robotics Teaching Using Arduino and ROSAliHorasan
 
Azure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataAzure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataMicrosoft Technet France
 
Technical Seminar ppt.pptx
Technical Seminar ppt.pptxTechnical Seminar ppt.pptx
Technical Seminar ppt.pptxKarunGowda3
 
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...Wolfgang Ksoll
 
IRJET- Design and Analysis of Passive Multi-Static Radar System
IRJET-  	  Design and Analysis of Passive Multi-Static Radar SystemIRJET-  	  Design and Analysis of Passive Multi-Static Radar System
IRJET- Design and Analysis of Passive Multi-Static Radar SystemIRJET Journal
 
PRLSAMP PP Presentation
PRLSAMP PP PresentationPRLSAMP PP Presentation
PRLSAMP PP Presentationkotorr
 
Wireless Sensor Network for AgriTech Applications
Wireless Sensor Network for AgriTech Applications Wireless Sensor Network for AgriTech Applications
Wireless Sensor Network for AgriTech Applications IoTForum | TiE Bangalore
 
Towards application development for the internet of things updated
Towards application development for the internet of things  updatedTowards application development for the internet of things  updated
Towards application development for the internet of things updatedPankesh Patel
 
Servitization Daniel Vander Vorst
Servitization Daniel Vander VorstServitization Daniel Vander Vorst
Servitization Daniel Vander VorstOrkestra
 
OpenNaaS @ GLIF Singapoure 2013
OpenNaaS @ GLIF Singapoure 2013OpenNaaS @ GLIF Singapoure 2013
OpenNaaS @ GLIF Singapoure 2013i2CAT Foundation
 
One GeoNode, many GeoNodes
One GeoNode, many GeoNodesOne GeoNode, many GeoNodes
One GeoNode, many GeoNodesGeoSolutions
 
Interoperable provision of geodata and services according to the INSPIRE Dire...
Interoperable provision of geodata and services according to the INSPIRE Dire...Interoperable provision of geodata and services according to the INSPIRE Dire...
Interoperable provision of geodata and services according to the INSPIRE Dire...Franz-Josef Behr
 
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...Manuel Castro
 
OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...
OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...
OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...OpenNebula Project
 
Opening the Path to Technical Excellence
Opening the Path to Technical ExcellenceOpening the Path to Technical Excellence
Opening the Path to Technical ExcellenceNETWAYS
 

Ähnlich wie Web App for Radio Communication Practices (20)

RECAP at ETSI Experiential Network Intelligence (ENI) Meeting
RECAP at ETSI Experiential Network Intelligence (ENI) MeetingRECAP at ETSI Experiential Network Intelligence (ENI) Meeting
RECAP at ETSI Experiential Network Intelligence (ENI) Meeting
 
5G Technology Presentation
5G Technology Presentation5G Technology Presentation
5G Technology Presentation
 
Mobile Robotics Teaching Using Arduino and ROS
Mobile Robotics Teaching Using Arduino and ROSMobile Robotics Teaching Using Arduino and ROS
Mobile Robotics Teaching Using Arduino and ROS
 
Azure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataAzure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big data
 
Technical Seminar ppt.pptx
Technical Seminar ppt.pptxTechnical Seminar ppt.pptx
Technical Seminar ppt.pptx
 
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
 
IRJET- Design and Analysis of Passive Multi-Static Radar System
IRJET-  	  Design and Analysis of Passive Multi-Static Radar SystemIRJET-  	  Design and Analysis of Passive Multi-Static Radar System
IRJET- Design and Analysis of Passive Multi-Static Radar System
 
5G work programme
5G work programme 5G work programme
5G work programme
 
PRLSAMP PP Presentation
PRLSAMP PP PresentationPRLSAMP PP Presentation
PRLSAMP PP Presentation
 
Ppt (1)
Ppt (1)Ppt (1)
Ppt (1)
 
Wireless Sensor Network for AgriTech Applications
Wireless Sensor Network for AgriTech Applications Wireless Sensor Network for AgriTech Applications
Wireless Sensor Network for AgriTech Applications
 
Towards application development for the internet of things updated
Towards application development for the internet of things  updatedTowards application development for the internet of things  updated
Towards application development for the internet of things updated
 
Servitization Daniel Vander Vorst
Servitization Daniel Vander VorstServitization Daniel Vander Vorst
Servitization Daniel Vander Vorst
 
Vol3no2 22 (1)
Vol3no2 22 (1)Vol3no2 22 (1)
Vol3no2 22 (1)
 
OpenNaaS @ GLIF Singapoure 2013
OpenNaaS @ GLIF Singapoure 2013OpenNaaS @ GLIF Singapoure 2013
OpenNaaS @ GLIF Singapoure 2013
 
One GeoNode, many GeoNodes
One GeoNode, many GeoNodesOne GeoNode, many GeoNodes
One GeoNode, many GeoNodes
 
Interoperable provision of geodata and services according to the INSPIRE Dire...
Interoperable provision of geodata and services according to the INSPIRE Dire...Interoperable provision of geodata and services according to the INSPIRE Dire...
Interoperable provision of geodata and services according to the INSPIRE Dire...
 
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
 
OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...
OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...
OpenNebulaConf 2013 - Keynote: Opening the Path to Technical Excellence by Jo...
 
Opening the Path to Technical Excellence
Opening the Path to Technical ExcellenceOpening the Path to Technical Excellence
Opening the Path to Technical Excellence
 

Mehr von Esri

Plataforma Smart City de Móstoles
Plataforma Smart City de MóstolesPlataforma Smart City de Móstoles
Plataforma Smart City de MóstolesEsri
 
ArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesEsri
 
Molina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityMolina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityEsri
 
Portal for ArcGIS
Portal for ArcGISPortal for ArcGIS
Portal for ArcGISEsri
 
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataGIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataEsri
 
An Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionAn Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionEsri
 
GeoCollector for ArcPad
GeoCollector for ArcPadGeoCollector for ArcPad
GeoCollector for ArcPadEsri
 
GeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileGeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileEsri
 
Data Appliance for ArcGIS
Data Appliance for ArcGISData Appliance for ArcGIS
Data Appliance for ArcGISEsri
 
Esri and BlackBridge
Esri and BlackBridgeEsri and BlackBridge
Esri and BlackBridgeEsri
 
GeoPlanner for ArcGIS
GeoPlanner for ArcGISGeoPlanner for ArcGIS
GeoPlanner for ArcGISEsri
 
Esri and AccuWeather
Esri and AccuWeatherEsri and AccuWeather
Esri and AccuWeatherEsri
 
Esri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri
 
Esri US Data Fact Sheet
Esri US Data Fact SheetEsri US Data Fact Sheet
Esri US Data Fact SheetEsri
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartEsri
 
ArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsEsri
 
Esri Geoportal Server
Esri Geoportal ServerEsri Geoportal Server
Esri Geoportal ServerEsri
 
ArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerEsri
 
The NATO Core Geographic Services System
The NATO Core Geographic Services SystemThe NATO Core Geographic Services System
The NATO Core Geographic Services SystemEsri
 
ArcGIS for Desktop Tips and Shortcuts
ArcGIS for Desktop Tips and ShortcutsArcGIS for Desktop Tips and Shortcuts
ArcGIS for Desktop Tips and ShortcutsEsri
 

Mehr von Esri (20)

Plataforma Smart City de Móstoles
Plataforma Smart City de MóstolesPlataforma Smart City de Móstoles
Plataforma Smart City de Móstoles
 
ArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesArcGIS Online para Organizaciones
ArcGIS Online para Organizaciones
 
Molina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityMolina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart city
 
Portal for ArcGIS
Portal for ArcGISPortal for ArcGIS
Portal for ArcGIS
 
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataGIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
 
An Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionAn Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water Protection
 
GeoCollector for ArcPad
GeoCollector for ArcPadGeoCollector for ArcPad
GeoCollector for ArcPad
 
GeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileGeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows Mobile
 
Data Appliance for ArcGIS
Data Appliance for ArcGISData Appliance for ArcGIS
Data Appliance for ArcGIS
 
Esri and BlackBridge
Esri and BlackBridgeEsri and BlackBridge
Esri and BlackBridge
 
GeoPlanner for ArcGIS
GeoPlanner for ArcGISGeoPlanner for ArcGIS
GeoPlanner for ArcGIS
 
Esri and AccuWeather
Esri and AccuWeatherEsri and AccuWeather
Esri and AccuWeather
 
Esri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri and Airbus Defense & Space
Esri and Airbus Defense & Space
 
Esri US Data Fact Sheet
Esri US Data Fact SheetEsri US Data Fact Sheet
Esri US Data Fact Sheet
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure Jumpstart
 
ArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime Operations
 
Esri Geoportal Server
Esri Geoportal ServerEsri Geoportal Server
Esri Geoportal Server
 
ArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for Server
 
The NATO Core Geographic Services System
The NATO Core Geographic Services SystemThe NATO Core Geographic Services System
The NATO Core Geographic Services System
 
ArcGIS for Desktop Tips and Shortcuts
ArcGIS for Desktop Tips and ShortcutsArcGIS for Desktop Tips and Shortcuts
ArcGIS for Desktop Tips and Shortcuts
 

Kürzlich hochgeladen

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Web App for Radio Communication Practices

  • 1. RADIOWEB: WEB APPLICATION TO PERFORM PRACTICES OF SUBJECTS RELATED TO THE RADIOCOMMUNICATION SYSTEMS Radiatio: *M. Martínez Quinto* F. Navarro Fuentes R. Mármol González UPCT: C. García Pardo M. Martínez Inglés J. V. Rodríguez Rodríguez J. Pascual García J. M. Molina García-Pardo L. Juan LLácer ESRI EUROPEAN USER CONFERENCE October 2011 Esri European User Conference | Madrid, Spain 1/26
  • 2. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 2/26
  • 3. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 3/26
  • 4. 1. About Us • Universidad Politécnica de Cartagena: (www.upct.es) – Research group of mobile communication systems (SiCoMo). • Radiatio: (www.radiatio.com) – Spin-off created from the research group of mobile communication systems of the Universidad Politécnica de Cartagena. Esri European User Conference | Madrid, Spain 4/26
  • 5. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 5/26
  • 6. 2. Project Objectives 1) Develop a Web tool for the calculation of radioelectric coverage on ArcGIS Server (ESRI). 2) Facilitate radiocommunication systems planification in lab student practices online e-learning Esri European User Conference | Madrid, Spain 6/26
  • 7. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 7/26
  • 8. 3. Introduction • Worldwide increase in mobile communication services need for planning tools. • Any radiocommunication system consist of: – Transmitters – Receivers Receiving Antenna – Channels Transmitting Antenna Esri European User Conference | Madrid, Spain 8/26
  • 9. 3. Introduction Radiocommunication Problem Digital Spatial Problem GIS Esri European User Conference | Madrid, Spain 9/26
  • 10. 3. Introduction propagation model • Solution: executable file Required Radioelectric Paremeters • It is possible to develop a specific tool for radiocommunication systems RADIOGIS Esri European User Conference | Madrid, Spain 10/26
  • 11. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 11/26
  • 12. 4. RADIOGIS • RADIOGIS is integrated in ArcView as an additional toolbar. • Software Requirements: – Windows PC. – ArcGIS Desktop Basic license ArcView 8 or 9 with the extension Spatial Analyst. Esri European User Conference | Madrid, Spain 12/26
  • 13. 4. RADIOGIS • Basic Functionalities: – Power, electric field or power density coverage. – Propagation models: • Rural environment: UITR-1546 and UITR-526. • Urban environment: Hata, COST231 and Xia-Bertoni. • Indoor: Ray tracing and UTD. • Other: programmable by the user, only for urban and rural environments. – Percentage over threshold: using a vectorial layer which includes municipal areas, provincial areas, roads, districts, etc. or with reference to a polygon, a line or a rectangle. Esri European User Conference | Madrid, Spain 13/26
  • 14. 4. RADIOGIS • Limitation RadioGIS works in a local mode. – It is necessary to install ArcGIS Desktop in each PC to use RadioGIS. • Need A tool that works in a remote mode. – Students will be able to perform their lab practices anywhere. • Solution ArcGIS Server. Esri European User Conference | Madrid, Spain 14/26
  • 15. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 15/26
  • 16. 5. ArcGIS Server • Ability to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications. • Allow us to transform the maps, data, and GIS tools used in ArcGIS for Desktop into fast, reliable Web services that you can use anywhere It fulfills our needs. ArcGIS Server Architecture Esri European User Conference | Madrid, Spain 16/26
  • 17. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 17/26
  • 18. 6. RadioWeb • Development Environment – Programming Language: Java, thanks to ArcGIS Server provides capacity to create customized applications in this language. – IDE: Eclipse + ArcGIS plug-ins. – Web Server: Apache Tomcat. – Supported Web Browsers: (Javascript must be enabled) • Mozilla Firefox. • Internet Explorer. • Chrome. – Map 1) Create the map in ArcMap. 2) Published it in ArcCatalog as an ArcGIS service. It will be served by a GIS Server. Esri European User Conference | Madrid, Spain 18/26
  • 19. 6. RadioWeb • RADIOWEB Overview TOOLBAR MENU MAP CONSOLE Esri European User Conference | Madrid, Spain 19/26
  • 20. 6. RadioWeb • Functionalities: TASK DESCRIPTION Identify Features Get more info about a feature on the map Measure Measure distances or areas Allow to create new BTS just selecting a point from Create New BTS the map. Add/delete to/from the map the BTS selected by Add/Delete BTS the user. Perform the Power Coverage Calculation in an area selected by the user. Before the calculation, Calculate Coverage the user has to fill in all the radioelectric parameters. Add/delete to/from the map the coverage selected Add/Delete Coverage by the user. Esri European User Conference | Madrid, Spain 20/26
  • 21. 6. RadioWeb • Power Coverage Calculation Example – Create a base station on the map Esri European User Conference | Madrid, Spain 21/26
  • 22. 6. RadioWeb • Power Coverage Calculation Example – Fill in the “Radioelectric Parameters” form EIRP = 50 dBm Sensibility = -82 dBm Ht=10m Hr=1.5m Esri European User Conference | Madrid, Spain 22/26
  • 23. 6. RadioWeb • Power Coverage Calculation Example – Coverage calculation Coverage Details Esri European User Conference | Madrid, Spain 23/26
  • 24. CONTENT 1. About Us 2. Project Objectives 3. Introduction 4. RadioGIS - Software Requirements - Basic Funcionalities 5. ArcGIS Server 6. RadioWeb - Development Environment - RadioWeb Overview - Basic Funcionalities - Power Coverage Calculation Example 7. Conclusions and Future Research Lines Esri European User Conference | Madrid, Spain 24/26
  • 25. 7. Conclusions y Future Lines • Conclusions – A tool able to perform radioelectric calculations via Web has been introduced. – RadioWeb is based on ArcGIS Server (ESRI) and is implemented in Java. – Thanks to RadioWeb, students will be able to perform their practices anywhere. • Future Research Lines – Add other propagation models (urban and indoor env.). – Include other RadioGIS funcionalities (percentage over threshold, power density and electric field calculation and profiles calculation). Esri European User Conference | Madrid, Spain 25/26
  • 26. Acknowledgements: This project has been funded by the Consejería de Universidades, Empresa e Investigación (Ref.:2I09IE0013). Esri European User Conference | Madrid, Spain 26/26