INOVA GIS Platform

Maksim Sestic
Maksim SesticManaging Director à Arkance Development - Member of the Group Arkance

INOVA GIS Platform represents centralized Enterprise GIS (Geographical Information System) that enables seamless data access for any number of different departments within business organization and beyond. Data can be accessed for viewing, analyzing, editing, etc. Apart from that, data can be presented to wider audience with the possibility to control what type of data and to what extent it will be presented.

1
INOVA GIS Platform
Keep documentation in one place and up to date
Generate schemas and analyze network with one click
Search your networks using different standard (third party) tools
(web browser, google earth and mobile devices)
TeleCAD-GIS&
IGS
INOVA GIS Platform Overview www.geoinova.com
2
INOVA GIS Platform
Contents
INOVA GIS Platform....................................................................................................................3
What is INOVA GIS Platform?.................................................................................................3
Whom is it for? .......................................................................................................................3
Some of our customers are:................................................................................................3
Benefits...................................................................................................................................3
Platform Architecture.............................................................................................................4
1. Database.............................................................................................................................4
2. Middle tier (INOVA GIS Server (IGS))..................................................................................5
Scalability ............................................................................................................................5
Long Transactions ...............................................................................................................5
Versioning, Object Locking..................................................................................................6
Project work flow................................................................................................................6
Offline file project synchronization ....................................................................................7
User Access rights ...............................................................................................................7
Middle tire application logic ...............................................................................................7
WMS/WFS MAP Server.......................................................................................................7
Service-oriented architecture (SOA)...................................................................................7
Linq2SQL custom data model .............................................................................................7
3. Presentation, planning and editing (Client) tier.................................................................9
TeleCAD-GIS ........................................................................................................................9
TCG Map-Optics ..................................................................................................................9
IPLAN Map.........................................................................................................................10
GIS portal...........................................................................................................................10
Viewing content using third party software (Google Earth).............................................11
Viewing and editing using mobile devices........................................................................11
INOVA GIS Platform Overview www.geoinova.com
3
INOVA GIS Platform
What is INOVA GIS Platform?
It’s a centralized Enterprise GIS (Geographical Information System) that enables seamless
data access for any number of different departments within business organization and
beyond.
Data can be accessed for viewing, analyzing, editing… Apart from that, data can be
presented to wider audience with the possibility to control: what type of data and to what
extent it will be presented.
Thanks to the IGS (INOVA GIS Server), platform enables virtually unlimited number of
concurrent users.
The platform is scalable so it can be adjusted to meet the needs of companies that vary in
sizes. This makes it affordable for companies ranging from small to very large. It also allows
gradual expansion of the system over a period of time.
It is open in its nature and as such can be easily integrated with other OSS/BSS
(operation/business support systems).
Whom is it for?
INOVA GIS Platform is made having specifically in mind telecommunications companies that
among their assets have networks of: fiber optic cables, copper cables, coaxial cables and
conduits.
Some of our customers are:
Telekom Srbija, m:tel (Telekom Srpske), Telenor…
Benefits
Any company that utilizes OSP/ISP (cables, conduits, manholes, distribution frames etc.) will
benefit from INOVA GIS Platform because it enables entire network to be documented in
one place. This is, no doubt, much better solution than having documentation scattered
around in different files or even paper documentation, not to mention that analyzing or
updating changes in such documentation is a daunting task.
On the other hand, when you have centralized Enterprise GIS, these actions are not just
faster and easier but they are absolutely accurate. There is no danger that you have missed
to update some document. Update is made in one place only (GIS database) and all
INOVA GIS Platform Overview www.geoinova.com
4
documentation and reports are generated from that single source. Also, various analyses can
be made over the up-to-date database.
Platform Architecture
Three tier architecture design pattern was applied for INOVA TCG Platform making it a
modular software package with clearly defined:
1. Data tier
2. Middle (Server) tier
3. Presentation and editing (Client) tier
1. Database
Platform is implemented with Oracle 11G Standard Edition.
No additional spatial cartridge is required!
Spatial capabilities are achieved through the use of INOVA GIS Server (IGS).
IGS is described further in text.
Data is stored in Oracle tables making it visible to various third party tools such as Crystal
Reports, ESRI ArcView…
INOVA GIS Platform Overview www.geoinova.com
5
2. Middle tier (INOVA GIS Server (IGS))
IGS is designed as a cluster of application servers coordinated by load balancing server. All
communication between clients and database goes through IGS.
Features:
Scalability
APP servers can be deployed into a cluster configuration, thus providing scalability by
adding more processors or more memory to cluster units and/or by adding more units to
a cluster configuration. This way it is possible to add required number of application
servers to meet the needs in case of increased demand. Scaling, as well as server update,
is performed live without any interruption to the system, thus reducing the downtime to
a zero.
Redundancy
Full time server availability is of paramount importance. IGS components can be
configured to provide server redundancy in order to insure safe failover in case of failure
caused by power shortage, natural disaster, fire... The downtime is reduced to a zero.
Long Transactions
Communication between a client user and the database is conducted over a long
transaction. A long transaction is a transaction that includes many database (short)
transactions while avoiding locks in the database. Long transactions are a necessity in
INOVA GIS Platform Overview www.geoinova.com
6
case of editing geographical data by multiple concurrent editors because locking
mechanisms of short transactions (that ensure data consistency) would prevent other
users from simultaneously accessing the data that is edited by another user until such
user completes the task. Since editing of geographical data can take up quite some time
it would significantly restrict other users from accessing the data. On the other hand,
long transactions allow the access to multiple simultaneous users to a same area without
locking while potential conflicts are handled by other means (see the next passage).
Versioning
Since long transactions avoid locks in the database, another method has to be in place in
order to detect and resolve potential conflicts between multiple concurrent client users
and to insure data consistency. This is achieved by implementing versioning and
optimistic concurrency control method.
Besides its main goal, versioning also enables engineers and technicians to create
different design options (versions) and test them against the database before selecting
the final design. Number of versions is not limited. Once the final design is chosen all
others designs (versions) are dropped.
Object Locking
Telecommunications infrastructure objects within GIS database can be locked in order to
prevent users from editing them. Furthermore, locking can be imposed from other
systems. This is especially important in case of integration with other systems because
those systems can prevent changes or removal of the objects that they themselves
depend on, thus ensuring the data consistency across the systems.
Project work flow
Another example of versioning implementation, this time with the goal to achieve the
project workflow:
An engineer or a technician (appointed with user rights to edit) creates a project,
downloads required telecommunications network elements and edits them. Upon
completion of the work he sends the data for audit. Data is sent to the database (version
is created) but they are only visible to the person appointed with user rights to audit. He
can either finally accept the project (commit) at which point the changes become visible
to all other users or he can choose to return the project for further editing. This sending
of project back and forth between the editor and the auditor goes on (effectively
creating version of a version of a version...) until the auditor is satisfied with the results
of editor's work. (Note: single user can play both roles. See: User Access rights).
.
INOVA GIS Platform Overview www.geoinova.com
7
Offline file project synchronization
IGS enables work in offline mode (another benefit from long transactions). This means
that user can download objects from database than edit them without being connected
to the database. After completion of work user once again connects to the database and
sends in the changes. At this point IGS detects and resolves all conflicts, if they occur,
making sure that the integrity of the database is maintained.
User Access rights
As previously said, users from various departments can access database. These users can
be assigned with different access rights based on:
1. Territory,
2. Type of infrastructure (optics, conduit, route),
3. Type of job (add new, edit existing, delete existing)
4. Type of project (new design, as-built…),
5. Role (edit, audit, admin)
Various combinations are possible.
Middle tire application logic
All application (business) logic is positioned on IGS. This has several advantages. For
example: any change (update) in business logic will immediately affect all client users
regardless of their own update status.
Also, this way IGS is in effect turned into a gate keeper who insures that all data that
goes into database is absolutely correct. Rollback is enabled. If there are any errors
during the process of sending data to database everything goes back to the state it was
in before sending. Message with errors is displayed to user. After resolving errors user
can one again send data to database.
WMS/WFS MAP Server
Data is presented in standard form making it available to third party applications.
INOVA GIS platform can be integrated with any internet mapping server that supports
OGC WMS and WFS standards.
Service-oriented architecture (SOA)
IGS is service oriented
Linq2SQL custom data model
Data model is easily extendable
Cluster architecture has made number of concurrent client users that connect to database
virtually unlimited.
INOVA GIS Platform Overview www.geoinova.com
8
This is true for users that are viewing database as well as for those who are editing it.
For Telecommunication Company this means that there are no limits in amount of workforce
that can be engaged on database editing while others are viewing that same database.
Limitation is only in number of purchased licenses.
INOVA GIS Platform Overview www.geoinova.com
9
3. Presentation, planning and editing (Client) tier
Data (infrastructure) stored in the GIS database can be accessed in many different ways.
What tools shall be used depends on the type of user (engeenier, manager...) as well as on
their intention (editing, viewing, presenting, analysing...). Tools can be:
1. TeleCAD-GIS (designing, editing, maintaining, viewing)
2. TCG Map Optics - Custom WEB and Desktop Client User control
3. IPAN Map – web application for planning and analysis
4. Viewing content using Web Browser (data is presented through GIS Portal)
5. Viewing content using third party software (Google Earth)
6. Viewing content using mobile devices
TeleCAD-GIS
TeleCAD-GIS is the main and most comprehensive tool for working with the
telecommunications infrastructure, generating reports and documentation etc. It comes as a
standalone product or as a part of INOVA GIS Platform. TeleCAD-GIS is what clients (mostly
engineers) see while they work with the telecommunications infrastructure including
working with GIS database (find more details in the “TeleCAD-GIS.pdf” document).
TCG Map-Optics
It is a component of TeleCAD-GIS. Nevertheless it is also available as a standalone
application. It is a tool intended for direct viewing, analyzing and downloading of data stored
in GIS database. It has similar functions when used as a standalone application as it does
when used within TeleCAD-GIS.
TCG MAP-Optics is primarily intended for engineers that analyze GIS database existing state
(as-built). This component gives easy to understand view of the GIS infrastructure, enables
better understanding and speeds up decision making process.
It has the Map view and the Schematic Diagram view.
Map view enables fast and easy navigation and spatial awareness while schematic view
enables viewing of selected infrastructure accompanied by a powerful set of analytic tools.
Map and schematic view are dynamically linked meaning that at any given point we can
locate object on the Map by selecting it on the Schema and vice versa. Map component can
be integrated with popular Internet mapping services (OpenStreet, Google Maps, Bing…)
which can be used as an underlying base maps. Other base maps of different type provided
by purchaser can also be used.
Basic functionalities of TCG MAP-Optics are:
 Ability to choose between different views: (actual view - depicting the true
geolocation of all elements; resolve overlapping mode (automatically generated) –
showing cables and node elements side by side making them easily accessible)
INOVA GIS Platform Overview www.geoinova.com
10
 Overview of splicing fiber names and general data quality
 Detailed splicing view within node elements
 Automatic generation of complex schemas (three different algorithms plus ability to
manually organize schemas; saving schemas as an external file (convenient for
collaboration between users))
 Filtering by various criteria (all the way down to the single fiber)
 Tracing the available path (on a fiber level) between two or more arbitrary locations.
 Direct access to OTDR trace option (ability to geolocate object or event and present it
on a Map accompanied with exact GPS coordinates).
IPLAN Map
It is interactive web application that supports planning and analysis of telecommunications
infrastructure capacity. Spatial analysis enables you to identify and quantify implications and
influence of your decisions. IPLAN Map can be accessed with any standard web browser (no
need for any additional plugins). Whenever you look at the map, you start to turn the image
into information, you evaluate and make decisions. However, more often than not, it is not
that obvious which solution is the best just by looking at the map. There can be
overwhelming quantity of displayed data. Data Analysis Tools enable you to perceive data
quantitatively as well as their relations, showing them on the map, in the tables and various
graphs. Based on these tools, decision you reach has more quality than the one based solely
on observing the map itself.
GIS portal
GIS portal can be accessed with any web browser (no need for any additional plugins). It is
used for viewing data stored in GIS database. This is very valuable to people without
required technical knowledge that is otherwise needed to operate tools such as TeleCAD-
GIS. It is possible to control what type of information will be presented. Information can be
presented internally within a company or publicly over the internet.
Engineers get a quick overview of existing infrastructure throughout the web, workers in the
sale get a quick overview of all the nearest available capacity and management gets a set of
reports implemented through thematic maps.
GIS Portal can be integrated with popular Internet services for maps (Google, Bing, Open
Street ...) which can be used as base maps to view GIS content.
GIS Portal allows searching of all elements of the infrastructure (distribution frames, optical
interconnections, leased cables, etc.) according to different criteria and their position on the
map.
It allows import of additional maps and GIS layers: an administrative division (municipality,
populated areas ...), infrastructure from other domains (water supply network, power
network, gas ...), cadastral maps, etc.
It contains a set of predefined tabular reports as well as reports in the form of thematic
maps. Reports are configurable; no additional programming is needed to add new reports.
INOVA GIS Platform Overview www.geoinova.com
11
Viewing content using third party software (Google Earth)
GIS data can be published as a KML stream. This makes it possible to view data using Google
Earth application.
All of the objects from the GIS database are presented as defined within Internet map
server. There is no need for additional activities in the form of exporting or the preparation
of objects. The data is distributed in the real time to the Google Earth clients in the KML
format. Conversion between different coordinate systems is performed automatically by
INOVA GIS Server (IGS).
Google Earth application enables remarkable presentation of the infrastructure overlying the
3D terrain. Access to the basic group of the description data is supported.
Viewing and editing using mobile devices
GIS database can be viewed on mobile devices using any standard web browser.
Also, object model is provided for Trimble GPS devices. This way, field workers can assign a
telecommunications infrastructure objects (defined in the model) to a surveyed location or
path during the field survey process itself. This way surveyed paths instantly become cables,
conduits etc. and locations become splice points, ODFs, telephone poles, Manholes etc.
Right there on the field, in an offline mode, infrastructure can be observed, properties can
be edited and new objects can be added.
Process is completed upon the return from the field to the office by exporting surveyed data
to TeleCAD-GIS. TeleCAD-GIS is then used to analyze data, fill in additional information (e.g.
splicing) and update the GIS database.

Recommandé

INOVA GIS Platform - TeleCAD-GIS & IGS (2018) par
INOVA GIS Platform - TeleCAD-GIS & IGS (2018)INOVA GIS Platform - TeleCAD-GIS & IGS (2018)
INOVA GIS Platform - TeleCAD-GIS & IGS (2018)Maksim Sestic
496 vues32 diapositives
DDS Best Practices par
DDS Best PracticesDDS Best Practices
DDS Best PracticesGerardo Pardo-Castellote
3K vues18 diapositives
Service oriented software engineering par
Service oriented software engineeringService oriented software engineering
Service oriented software engineeringSweta Kumari Barnwal
166 vues7 diapositives
An overview of grid monitoring par
An overview of grid monitoringAn overview of grid monitoring
An overview of grid monitoringManoj Prabhakar
3.9K vues10 diapositives
Underlying principles of parallel and distributed computing par
Underlying principles of parallel and distributed computingUnderlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computingGOVERNMENT COLLEGE OF ENGINEERING,TIRUNELVELI
4.7K vues29 diapositives
Week 1 lecture material cc par
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material ccAnkit Gupta
4.1K vues134 diapositives

Contenu connexe

Tendances

Cloud computing par
Cloud computingCloud computing
Cloud computingGovardhan Gottigalla
7.6K vues62 diapositives
Handling Big Data par
Handling Big DataHandling Big Data
Handling Big DataVikram Nandini
203 vues20 diapositives
Task programming par
Task programmingTask programming
Task programmingYogendra Tamang
9.8K vues34 diapositives
PETRUCCI_Andrea_Research_Projects_and_Publications par
PETRUCCI_Andrea_Research_Projects_and_PublicationsPETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_PublicationsAndrea PETRUCCI
434 vues13 diapositives
Geo-ITS par
Geo-ITSGeo-ITS
Geo-ITSLeo van den Berg
404 vues13 diapositives
Cloud computing it703 unit iii par
Cloud computing it703 unit iiiCloud computing it703 unit iii
Cloud computing it703 unit iiiJitendra s Rathore
2.8K vues42 diapositives

Tendances(20)

PETRUCCI_Andrea_Research_Projects_and_Publications par Andrea PETRUCCI
PETRUCCI_Andrea_Research_Projects_and_PublicationsPETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_Publications
Andrea PETRUCCI434 vues
Week 7 lecture material par Ankit Gupta
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
Ankit Gupta391 vues
CIDC - An East-West interface for distributed SDN control plane par Sina Ebrahimi
CIDC - An East-West interface for distributed SDN control planeCIDC - An East-West interface for distributed SDN control plane
CIDC - An East-West interface for distributed SDN control plane
Sina Ebrahimi144 vues
Grid Computing - Collection of computer resources from multiple locations par Dibyadip Das
Grid Computing - Collection of computer resources from multiple locationsGrid Computing - Collection of computer resources from multiple locations
Grid Computing - Collection of computer resources from multiple locations
Dibyadip Das4.3K vues
Network rollout-solution-brochure par Taha77
Network rollout-solution-brochureNetwork rollout-solution-brochure
Network rollout-solution-brochure
Taha77184 vues
Distributed Systems par cfenoy
Distributed SystemsDistributed Systems
Distributed Systems
cfenoy1.7K vues
Grid Computing (An Up-Coming Technology) par LJ PROJECTS
Grid Computing (An Up-Coming Technology)Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)
LJ PROJECTS1.5K vues
Tems discovery _datasheet par sopheak nuon
Tems discovery _datasheetTems discovery _datasheet
Tems discovery _datasheet
sopheak nuon3.3K vues

En vedette

TeleCAD-GIS Overview par
TeleCAD-GIS OverviewTeleCAD-GIS Overview
TeleCAD-GIS OverviewMaksim Sestic
389 vues13 diapositives
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o... par
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...Maksim Sestic
169 vues13 diapositives
INOVA TeleCAD-GIS 2013 par
INOVA TeleCAD-GIS 2013INOVA TeleCAD-GIS 2013
INOVA TeleCAD-GIS 2013Maksim Sestic
849 vues12 diapositives
TeleCAD-GIS 2016 par
TeleCAD-GIS 2016TeleCAD-GIS 2016
TeleCAD-GIS 2016Maksim Sestic
1K vues26 diapositives
Managing Spatial Data for Telecommunications Using FME par
Managing Spatial Data for Telecommunications Using FMEManaging Spatial Data for Telecommunications Using FME
Managing Spatial Data for Telecommunications Using FMESafe Software
2K vues21 diapositives
GIS Role in FTTx par
GIS Role in FTTxGIS Role in FTTx
GIS Role in FTTxKiran Solipuram. DEP, CFHP
4.5K vues16 diapositives

En vedette(10)

Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o... par Maksim Sestic
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Maksim Sestic169 vues
Managing Spatial Data for Telecommunications Using FME par Safe Software
Managing Spatial Data for Telecommunications Using FMEManaging Spatial Data for Telecommunications Using FME
Managing Spatial Data for Telecommunications Using FME
Safe Software2K vues
Real Fibre optic FTTH FTTX network design, engineering & planning software fo... par van den Dool Dick
Real Fibre optic FTTH FTTX network design, engineering & planning software fo...Real Fibre optic FTTH FTTX network design, engineering & planning software fo...
Real Fibre optic FTTH FTTX network design, engineering & planning software fo...
van den Dool Dick16.2K vues
Role of gis in telecommunications par Akhil Gupta
Role of gis in telecommunicationsRole of gis in telecommunications
Role of gis in telecommunications
Akhil Gupta19.3K vues
Network Analysis par ami_01
Network AnalysisNetwork Analysis
Network Analysis
ami_0115.8K vues

Similaire à INOVA GIS Platform

TeleCAD-GIS Enterprise Platform Overview par
TeleCAD-GIS Enterprise Platform OverviewTeleCAD-GIS Enterprise Platform Overview
TeleCAD-GIS Enterprise Platform OverviewMaksim Sestic
1.8K vues35 diapositives
8. 9590 1-pb par
8. 9590 1-pb8. 9590 1-pb
8. 9590 1-pbIAESIJEECS
102 vues10 diapositives
Grid Presentation par
Grid PresentationGrid Presentation
Grid PresentationMarielisa Peralta
2.5K vues34 diapositives
Cisco project ideas par
Cisco   project ideasCisco   project ideas
Cisco project ideasVIT University
33.4K vues16 diapositives
Embedded Web Server based Interactive data acquisition and Control System par
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
147 vues5 diapositives
Embedded Web Server based Interactive data acquisition and Control System par
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
464 vues5 diapositives

Similaire à INOVA GIS Platform(20)

TeleCAD-GIS Enterprise Platform Overview par Maksim Sestic
TeleCAD-GIS Enterprise Platform OverviewTeleCAD-GIS Enterprise Platform Overview
TeleCAD-GIS Enterprise Platform Overview
Maksim Sestic1.8K vues
Embedded Web Server based Interactive data acquisition and Control System par IOSR Journals
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
IOSR Journals147 vues
Embedded Web Server based Interactive data acquisition and Control System par IOSR Journals
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
IOSR Journals464 vues
IRJET- ALPYNE - A Grid Computing Framework par IRJET Journal
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing Framework
IRJET Journal19 vues
Tiarrah Computing: The Next Generation of Computing par IJECEIAES
Tiarrah Computing: The Next Generation of ComputingTiarrah Computing: The Next Generation of Computing
Tiarrah Computing: The Next Generation of Computing
IJECEIAES12 vues
Resume_Appaji par Appaji K
Resume_AppajiResume_Appaji
Resume_Appaji
Appaji K399 vues
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base... par IOSR Journals
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
IOSR Journals158 vues
An approach of software engineering through middleware par IAEME Publication
An approach of software engineering through middlewareAn approach of software engineering through middleware
An approach of software engineering through middleware
5G Edge Computing Whitepaper, FCC Advisory Council par DESMOND YUEN
5G Edge Computing Whitepaper, FCC Advisory Council5G Edge Computing Whitepaper, FCC Advisory Council
5G Edge Computing Whitepaper, FCC Advisory Council
DESMOND YUEN231 vues
Effective Information Flow Control as a Service: EIFCaaS par IRJET Journal
Effective Information Flow Control as a Service: EIFCaaSEffective Information Flow Control as a Service: EIFCaaS
Effective Information Flow Control as a Service: EIFCaaS
IRJET Journal43 vues
Spatial Big Dat Challenges And Applications For Spatial... par Roxy Roberts
Spatial Big Dat Challenges And Applications For Spatial...Spatial Big Dat Challenges And Applications For Spatial...
Spatial Big Dat Challenges And Applications For Spatial...
Roxy Roberts4 vues

Plus de Maksim Sestic

Future Development of NSDI Based on the European INSPIRE Directive – a Case S... par
Future Development of NSDI Based on the European INSPIRE Directive – a Case S...Future Development of NSDI Based on the European INSPIRE Directive – a Case S...
Future Development of NSDI Based on the European INSPIRE Directive – a Case S...Maksim Sestic
112 vues24 diapositives
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2) par
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)Maksim Sestic
360 vues31 diapositives
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ... par
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...Maksim Sestic
223 vues12 diapositives
Strategic Development Of Infrastructure For Spatial Information Based On Euro... par
Strategic Development Of Infrastructure For Spatial Information Based On Euro...Strategic Development Of Infrastructure For Spatial Information Based On Euro...
Strategic Development Of Infrastructure For Spatial Information Based On Euro...Maksim Sestic
190 vues12 diapositives
AreaCAD-GIS Object Model par
AreaCAD-GIS Object ModelAreaCAD-GIS Object Model
AreaCAD-GIS Object ModelMaksim Sestic
217 vues377 diapositives
TeleCAD-GIS Enterprise Implementation Case par
TeleCAD-GIS Enterprise Implementation CaseTeleCAD-GIS Enterprise Implementation Case
TeleCAD-GIS Enterprise Implementation CaseMaksim Sestic
291 vues62 diapositives

Plus de Maksim Sestic(20)

Future Development of NSDI Based on the European INSPIRE Directive – a Case S... par Maksim Sestic
Future Development of NSDI Based on the European INSPIRE Directive – a Case S...Future Development of NSDI Based on the European INSPIRE Directive – a Case S...
Future Development of NSDI Based on the European INSPIRE Directive – a Case S...
Maksim Sestic112 vues
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2) par Maksim Sestic
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)
Maksim Sestic360 vues
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ... par Maksim Sestic
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...
Maksim Sestic223 vues
Strategic Development Of Infrastructure For Spatial Information Based On Euro... par Maksim Sestic
Strategic Development Of Infrastructure For Spatial Information Based On Euro...Strategic Development Of Infrastructure For Spatial Information Based On Euro...
Strategic Development Of Infrastructure For Spatial Information Based On Euro...
Maksim Sestic190 vues
TeleCAD-GIS Enterprise Implementation Case par Maksim Sestic
TeleCAD-GIS Enterprise Implementation CaseTeleCAD-GIS Enterprise Implementation Case
TeleCAD-GIS Enterprise Implementation Case
Maksim Sestic291 vues
TeleCAD-GIS & IGS Platform par Maksim Sestic
TeleCAD-GIS & IGS Platform TeleCAD-GIS & IGS Platform
TeleCAD-GIS & IGS Platform
Maksim Sestic804 vues
BrownInfo Handbook - Scientific Methodology and Software Tools for Establishi... par Maksim Sestic
BrownInfo Handbook - Scientific Methodology and Software Tools for Establishi...BrownInfo Handbook - Scientific Methodology and Software Tools for Establishi...
BrownInfo Handbook - Scientific Methodology and Software Tools for Establishi...
Maksim Sestic778 vues
City of Banja Luka - CAD/GIS implementation par Maksim Sestic
City of Banja Luka - CAD/GIS implementationCity of Banja Luka - CAD/GIS implementation
City of Banja Luka - CAD/GIS implementation
Maksim Sestic508 vues
Governance Accountability Project (GAP) / INOVA / ASGBL / USAID par Maksim Sestic
Governance Accountability Project (GAP) / INOVA / ASGBL / USAIDGovernance Accountability Project (GAP) / INOVA / ASGBL / USAID
Governance Accountability Project (GAP) / INOVA / ASGBL / USAID
Maksim Sestic353 vues
Architectural Procedural Modeling par Maksim Sestic
Architectural Procedural ModelingArchitectural Procedural Modeling
Architectural Procedural Modeling
Maksim Sestic1.7K vues
Inova Unites Nations with Autodesk par Maksim Sestic
Inova Unites Nations with AutodeskInova Unites Nations with Autodesk
Inova Unites Nations with Autodesk
Maksim Sestic768 vues
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN" par Maksim Sestic
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
Maksim Sestic601 vues
Software Package INOVA TeleCAD-GIS par Maksim Sestic
Software Package INOVA TeleCAD-GISSoftware Package INOVA TeleCAD-GIS
Software Package INOVA TeleCAD-GIS
Maksim Sestic851 vues
INOVA Company Objectives Driver (iCOD) Specifications par Maksim Sestic
INOVA Company Objectives Driver (iCOD) SpecificationsINOVA Company Objectives Driver (iCOD) Specifications
INOVA Company Objectives Driver (iCOD) Specifications
Maksim Sestic457 vues
INOVA Company Objectives Driver (iCOD) par Maksim Sestic
INOVA Company Objectives Driver (iCOD)INOVA Company Objectives Driver (iCOD)
INOVA Company Objectives Driver (iCOD)
Maksim Sestic466 vues
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o... par Maksim Sestic
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Maksim Sestic501 vues
INSPIRE Data Specification - Utility and Governamental Services v3.0 par Maksim Sestic
INSPIRE Data Specification - Utility and Governamental Services v3.0INSPIRE Data Specification - Utility and Governamental Services v3.0
INSPIRE Data Specification - Utility and Governamental Services v3.0
Maksim Sestic1.9K vues

Dernier

DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove... par
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...Deltares
17 vues17 diapositives
WebAssembly par
WebAssemblyWebAssembly
WebAssemblyJens Siebert
33 vues18 diapositives
MariaDB stored procedures and why they should be improved par
MariaDB stored procedures and why they should be improvedMariaDB stored procedures and why they should be improved
MariaDB stored procedures and why they should be improvedFederico Razzoli
8 vues32 diapositives
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko... par
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...Deltares
11 vues23 diapositives
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut... par
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...HCLSoftware
6 vues2 diapositives
What Can Employee Monitoring Software Do?​ par
What Can Employee Monitoring Software Do?​What Can Employee Monitoring Software Do?​
What Can Employee Monitoring Software Do?​wAnywhere
21 vues11 diapositives

Dernier(20)

DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove... par Deltares
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
Deltares17 vues
MariaDB stored procedures and why they should be improved par Federico Razzoli
MariaDB stored procedures and why they should be improvedMariaDB stored procedures and why they should be improved
MariaDB stored procedures and why they should be improved
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko... par Deltares
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
Deltares11 vues
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut... par HCLSoftware
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
HCLSoftware6 vues
What Can Employee Monitoring Software Do?​ par wAnywhere
What Can Employee Monitoring Software Do?​What Can Employee Monitoring Software Do?​
What Can Employee Monitoring Software Do?​
wAnywhere21 vues
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J... par Deltares
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
Deltares9 vues
Citi TechTalk Session 2: Kafka Deep Dive par confluent
Citi TechTalk Session 2: Kafka Deep DiveCiti TechTalk Session 2: Kafka Deep Dive
Citi TechTalk Session 2: Kafka Deep Dive
confluent17 vues
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan... par Deltares
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
Deltares11 vues
Fleet Management Software in India par Fleetable
Fleet Management Software in India Fleet Management Software in India
Fleet Management Software in India
Fleetable11 vues
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge... par Deltares
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
Deltares16 vues
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra... par Marc Müller
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra....NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
Marc Müller38 vues
Copilot Prompting Toolkit_All Resources.pdf par Riccardo Zamana
Copilot Prompting Toolkit_All Resources.pdfCopilot Prompting Toolkit_All Resources.pdf
Copilot Prompting Toolkit_All Resources.pdf
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx par animuscrm
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
animuscrm13 vues
A first look at MariaDB 11.x features and ideas on how to use them par Federico Razzoli
A first look at MariaDB 11.x features and ideas on how to use themA first look at MariaDB 11.x features and ideas on how to use them
A first look at MariaDB 11.x features and ideas on how to use them
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon par Deltares
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
Deltares13 vues
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ... par Donato Onofri
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Donato Onofri711 vues
El Arte de lo Possible par Neo4j
El Arte de lo PossibleEl Arte de lo Possible
El Arte de lo Possible
Neo4j38 vues

INOVA GIS Platform

  • 1. 1 INOVA GIS Platform Keep documentation in one place and up to date Generate schemas and analyze network with one click Search your networks using different standard (third party) tools (web browser, google earth and mobile devices) TeleCAD-GIS& IGS
  • 2. INOVA GIS Platform Overview www.geoinova.com 2 INOVA GIS Platform Contents INOVA GIS Platform....................................................................................................................3 What is INOVA GIS Platform?.................................................................................................3 Whom is it for? .......................................................................................................................3 Some of our customers are:................................................................................................3 Benefits...................................................................................................................................3 Platform Architecture.............................................................................................................4 1. Database.............................................................................................................................4 2. Middle tier (INOVA GIS Server (IGS))..................................................................................5 Scalability ............................................................................................................................5 Long Transactions ...............................................................................................................5 Versioning, Object Locking..................................................................................................6 Project work flow................................................................................................................6 Offline file project synchronization ....................................................................................7 User Access rights ...............................................................................................................7 Middle tire application logic ...............................................................................................7 WMS/WFS MAP Server.......................................................................................................7 Service-oriented architecture (SOA)...................................................................................7 Linq2SQL custom data model .............................................................................................7 3. Presentation, planning and editing (Client) tier.................................................................9 TeleCAD-GIS ........................................................................................................................9 TCG Map-Optics ..................................................................................................................9 IPLAN Map.........................................................................................................................10 GIS portal...........................................................................................................................10 Viewing content using third party software (Google Earth).............................................11 Viewing and editing using mobile devices........................................................................11
  • 3. INOVA GIS Platform Overview www.geoinova.com 3 INOVA GIS Platform What is INOVA GIS Platform? It’s a centralized Enterprise GIS (Geographical Information System) that enables seamless data access for any number of different departments within business organization and beyond. Data can be accessed for viewing, analyzing, editing… Apart from that, data can be presented to wider audience with the possibility to control: what type of data and to what extent it will be presented. Thanks to the IGS (INOVA GIS Server), platform enables virtually unlimited number of concurrent users. The platform is scalable so it can be adjusted to meet the needs of companies that vary in sizes. This makes it affordable for companies ranging from small to very large. It also allows gradual expansion of the system over a period of time. It is open in its nature and as such can be easily integrated with other OSS/BSS (operation/business support systems). Whom is it for? INOVA GIS Platform is made having specifically in mind telecommunications companies that among their assets have networks of: fiber optic cables, copper cables, coaxial cables and conduits. Some of our customers are: Telekom Srbija, m:tel (Telekom Srpske), Telenor… Benefits Any company that utilizes OSP/ISP (cables, conduits, manholes, distribution frames etc.) will benefit from INOVA GIS Platform because it enables entire network to be documented in one place. This is, no doubt, much better solution than having documentation scattered around in different files or even paper documentation, not to mention that analyzing or updating changes in such documentation is a daunting task. On the other hand, when you have centralized Enterprise GIS, these actions are not just faster and easier but they are absolutely accurate. There is no danger that you have missed to update some document. Update is made in one place only (GIS database) and all
  • 4. INOVA GIS Platform Overview www.geoinova.com 4 documentation and reports are generated from that single source. Also, various analyses can be made over the up-to-date database. Platform Architecture Three tier architecture design pattern was applied for INOVA TCG Platform making it a modular software package with clearly defined: 1. Data tier 2. Middle (Server) tier 3. Presentation and editing (Client) tier 1. Database Platform is implemented with Oracle 11G Standard Edition. No additional spatial cartridge is required! Spatial capabilities are achieved through the use of INOVA GIS Server (IGS). IGS is described further in text. Data is stored in Oracle tables making it visible to various third party tools such as Crystal Reports, ESRI ArcView…
  • 5. INOVA GIS Platform Overview www.geoinova.com 5 2. Middle tier (INOVA GIS Server (IGS)) IGS is designed as a cluster of application servers coordinated by load balancing server. All communication between clients and database goes through IGS. Features: Scalability APP servers can be deployed into a cluster configuration, thus providing scalability by adding more processors or more memory to cluster units and/or by adding more units to a cluster configuration. This way it is possible to add required number of application servers to meet the needs in case of increased demand. Scaling, as well as server update, is performed live without any interruption to the system, thus reducing the downtime to a zero. Redundancy Full time server availability is of paramount importance. IGS components can be configured to provide server redundancy in order to insure safe failover in case of failure caused by power shortage, natural disaster, fire... The downtime is reduced to a zero. Long Transactions Communication between a client user and the database is conducted over a long transaction. A long transaction is a transaction that includes many database (short) transactions while avoiding locks in the database. Long transactions are a necessity in
  • 6. INOVA GIS Platform Overview www.geoinova.com 6 case of editing geographical data by multiple concurrent editors because locking mechanisms of short transactions (that ensure data consistency) would prevent other users from simultaneously accessing the data that is edited by another user until such user completes the task. Since editing of geographical data can take up quite some time it would significantly restrict other users from accessing the data. On the other hand, long transactions allow the access to multiple simultaneous users to a same area without locking while potential conflicts are handled by other means (see the next passage). Versioning Since long transactions avoid locks in the database, another method has to be in place in order to detect and resolve potential conflicts between multiple concurrent client users and to insure data consistency. This is achieved by implementing versioning and optimistic concurrency control method. Besides its main goal, versioning also enables engineers and technicians to create different design options (versions) and test them against the database before selecting the final design. Number of versions is not limited. Once the final design is chosen all others designs (versions) are dropped. Object Locking Telecommunications infrastructure objects within GIS database can be locked in order to prevent users from editing them. Furthermore, locking can be imposed from other systems. This is especially important in case of integration with other systems because those systems can prevent changes or removal of the objects that they themselves depend on, thus ensuring the data consistency across the systems. Project work flow Another example of versioning implementation, this time with the goal to achieve the project workflow: An engineer or a technician (appointed with user rights to edit) creates a project, downloads required telecommunications network elements and edits them. Upon completion of the work he sends the data for audit. Data is sent to the database (version is created) but they are only visible to the person appointed with user rights to audit. He can either finally accept the project (commit) at which point the changes become visible to all other users or he can choose to return the project for further editing. This sending of project back and forth between the editor and the auditor goes on (effectively creating version of a version of a version...) until the auditor is satisfied with the results of editor's work. (Note: single user can play both roles. See: User Access rights). .
  • 7. INOVA GIS Platform Overview www.geoinova.com 7 Offline file project synchronization IGS enables work in offline mode (another benefit from long transactions). This means that user can download objects from database than edit them without being connected to the database. After completion of work user once again connects to the database and sends in the changes. At this point IGS detects and resolves all conflicts, if they occur, making sure that the integrity of the database is maintained. User Access rights As previously said, users from various departments can access database. These users can be assigned with different access rights based on: 1. Territory, 2. Type of infrastructure (optics, conduit, route), 3. Type of job (add new, edit existing, delete existing) 4. Type of project (new design, as-built…), 5. Role (edit, audit, admin) Various combinations are possible. Middle tire application logic All application (business) logic is positioned on IGS. This has several advantages. For example: any change (update) in business logic will immediately affect all client users regardless of their own update status. Also, this way IGS is in effect turned into a gate keeper who insures that all data that goes into database is absolutely correct. Rollback is enabled. If there are any errors during the process of sending data to database everything goes back to the state it was in before sending. Message with errors is displayed to user. After resolving errors user can one again send data to database. WMS/WFS MAP Server Data is presented in standard form making it available to third party applications. INOVA GIS platform can be integrated with any internet mapping server that supports OGC WMS and WFS standards. Service-oriented architecture (SOA) IGS is service oriented Linq2SQL custom data model Data model is easily extendable Cluster architecture has made number of concurrent client users that connect to database virtually unlimited.
  • 8. INOVA GIS Platform Overview www.geoinova.com 8 This is true for users that are viewing database as well as for those who are editing it. For Telecommunication Company this means that there are no limits in amount of workforce that can be engaged on database editing while others are viewing that same database. Limitation is only in number of purchased licenses.
  • 9. INOVA GIS Platform Overview www.geoinova.com 9 3. Presentation, planning and editing (Client) tier Data (infrastructure) stored in the GIS database can be accessed in many different ways. What tools shall be used depends on the type of user (engeenier, manager...) as well as on their intention (editing, viewing, presenting, analysing...). Tools can be: 1. TeleCAD-GIS (designing, editing, maintaining, viewing) 2. TCG Map Optics - Custom WEB and Desktop Client User control 3. IPAN Map – web application for planning and analysis 4. Viewing content using Web Browser (data is presented through GIS Portal) 5. Viewing content using third party software (Google Earth) 6. Viewing content using mobile devices TeleCAD-GIS TeleCAD-GIS is the main and most comprehensive tool for working with the telecommunications infrastructure, generating reports and documentation etc. It comes as a standalone product or as a part of INOVA GIS Platform. TeleCAD-GIS is what clients (mostly engineers) see while they work with the telecommunications infrastructure including working with GIS database (find more details in the “TeleCAD-GIS.pdf” document). TCG Map-Optics It is a component of TeleCAD-GIS. Nevertheless it is also available as a standalone application. It is a tool intended for direct viewing, analyzing and downloading of data stored in GIS database. It has similar functions when used as a standalone application as it does when used within TeleCAD-GIS. TCG MAP-Optics is primarily intended for engineers that analyze GIS database existing state (as-built). This component gives easy to understand view of the GIS infrastructure, enables better understanding and speeds up decision making process. It has the Map view and the Schematic Diagram view. Map view enables fast and easy navigation and spatial awareness while schematic view enables viewing of selected infrastructure accompanied by a powerful set of analytic tools. Map and schematic view are dynamically linked meaning that at any given point we can locate object on the Map by selecting it on the Schema and vice versa. Map component can be integrated with popular Internet mapping services (OpenStreet, Google Maps, Bing…) which can be used as an underlying base maps. Other base maps of different type provided by purchaser can also be used. Basic functionalities of TCG MAP-Optics are:  Ability to choose between different views: (actual view - depicting the true geolocation of all elements; resolve overlapping mode (automatically generated) – showing cables and node elements side by side making them easily accessible)
  • 10. INOVA GIS Platform Overview www.geoinova.com 10  Overview of splicing fiber names and general data quality  Detailed splicing view within node elements  Automatic generation of complex schemas (three different algorithms plus ability to manually organize schemas; saving schemas as an external file (convenient for collaboration between users))  Filtering by various criteria (all the way down to the single fiber)  Tracing the available path (on a fiber level) between two or more arbitrary locations.  Direct access to OTDR trace option (ability to geolocate object or event and present it on a Map accompanied with exact GPS coordinates). IPLAN Map It is interactive web application that supports planning and analysis of telecommunications infrastructure capacity. Spatial analysis enables you to identify and quantify implications and influence of your decisions. IPLAN Map can be accessed with any standard web browser (no need for any additional plugins). Whenever you look at the map, you start to turn the image into information, you evaluate and make decisions. However, more often than not, it is not that obvious which solution is the best just by looking at the map. There can be overwhelming quantity of displayed data. Data Analysis Tools enable you to perceive data quantitatively as well as their relations, showing them on the map, in the tables and various graphs. Based on these tools, decision you reach has more quality than the one based solely on observing the map itself. GIS portal GIS portal can be accessed with any web browser (no need for any additional plugins). It is used for viewing data stored in GIS database. This is very valuable to people without required technical knowledge that is otherwise needed to operate tools such as TeleCAD- GIS. It is possible to control what type of information will be presented. Information can be presented internally within a company or publicly over the internet. Engineers get a quick overview of existing infrastructure throughout the web, workers in the sale get a quick overview of all the nearest available capacity and management gets a set of reports implemented through thematic maps. GIS Portal can be integrated with popular Internet services for maps (Google, Bing, Open Street ...) which can be used as base maps to view GIS content. GIS Portal allows searching of all elements of the infrastructure (distribution frames, optical interconnections, leased cables, etc.) according to different criteria and their position on the map. It allows import of additional maps and GIS layers: an administrative division (municipality, populated areas ...), infrastructure from other domains (water supply network, power network, gas ...), cadastral maps, etc. It contains a set of predefined tabular reports as well as reports in the form of thematic maps. Reports are configurable; no additional programming is needed to add new reports.
  • 11. INOVA GIS Platform Overview www.geoinova.com 11 Viewing content using third party software (Google Earth) GIS data can be published as a KML stream. This makes it possible to view data using Google Earth application. All of the objects from the GIS database are presented as defined within Internet map server. There is no need for additional activities in the form of exporting or the preparation of objects. The data is distributed in the real time to the Google Earth clients in the KML format. Conversion between different coordinate systems is performed automatically by INOVA GIS Server (IGS). Google Earth application enables remarkable presentation of the infrastructure overlying the 3D terrain. Access to the basic group of the description data is supported. Viewing and editing using mobile devices GIS database can be viewed on mobile devices using any standard web browser. Also, object model is provided for Trimble GPS devices. This way, field workers can assign a telecommunications infrastructure objects (defined in the model) to a surveyed location or path during the field survey process itself. This way surveyed paths instantly become cables, conduits etc. and locations become splice points, ODFs, telephone poles, Manholes etc. Right there on the field, in an offline mode, infrastructure can be observed, properties can be edited and new objects can be added. Process is completed upon the return from the field to the office by exporting surveyed data to TeleCAD-GIS. TeleCAD-GIS is then used to analyze data, fill in additional information (e.g. splicing) and update the GIS database.