SlideShare a Scribd company logo
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.

More Related Content

What's hot

Cloud computing
Cloud computingCloud computing
Cloud computing
Govardhan Gottigalla
 
Handling Big Data
Handling Big DataHandling Big Data
Handling Big Data
Vikram Nandini
 
Task programming
Task programmingTask programming
Task programming
Yogendra Tamang
 
PETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_PublicationsPETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_PublicationsAndrea PETRUCCI
 
Cloud computing it703 unit iii
Cloud computing it703 unit iiiCloud computing it703 unit iii
Cloud computing it703 unit iii
Jitendra s Rathore
 
CLOUD COMPUTING UNIT-1
CLOUD COMPUTING UNIT-1CLOUD COMPUTING UNIT-1
CLOUD COMPUTING UNIT-1
Dr K V Subba Reddy
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
Ankit Gupta
 
Gcc notes unit 1
Gcc notes unit 1Gcc notes unit 1
Gcc notes unit 1
haritha madala
 
RUGGEDCOM REFLEX software
RUGGEDCOM REFLEX softwareRUGGEDCOM REFLEX software
RUGGEDCOM REFLEX software
ashwini reliserv
 
CIDC - An East-West interface for distributed SDN control plane
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 Ebrahimi
 
Grid Computing - Collection of computer resources from multiple locations
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 Das
 
Network rollout-solution-brochure
Network rollout-solution-brochureNetwork rollout-solution-brochure
Network rollout-solution-brochure
Taha77
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
cfenoy
 
Traqs full-package
Traqs full-packageTraqs full-package
Traqs full-package
GlobeServices
 
Peer to peer system
Peer to peer systemPeer to peer system
Peer to peer system
Jahanzaib Niazi
 
Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)
LJ PROJECTS
 
[White paper] Maintain-Accurate-Network-Diagrams
[White paper] Maintain-Accurate-Network-Diagrams[White paper] Maintain-Accurate-Network-Diagrams
[White paper] Maintain-Accurate-Network-Diagrams
NetBrain Technologies
 
Cs6703 grid and cloud computing unit 5
Cs6703 grid and cloud computing unit 5Cs6703 grid and cloud computing unit 5
Cs6703 grid and cloud computing unit 5
RMK ENGINEERING COLLEGE, CHENNAI
 
Tems discovery _datasheet
Tems discovery _datasheetTems discovery _datasheet
Tems discovery _datasheet
sopheak nuon
 

What's hot (20)

Cloud computing
Cloud computingCloud computing
Cloud computing
 
Handling Big Data
Handling Big DataHandling Big Data
Handling Big Data
 
Task programming
Task programmingTask programming
Task programming
 
PETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_PublicationsPETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_Publications
 
Geo-ITS
Geo-ITSGeo-ITS
Geo-ITS
 
Cloud computing it703 unit iii
Cloud computing it703 unit iiiCloud computing it703 unit iii
Cloud computing it703 unit iii
 
CLOUD COMPUTING UNIT-1
CLOUD COMPUTING UNIT-1CLOUD COMPUTING UNIT-1
CLOUD COMPUTING UNIT-1
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
 
Gcc notes unit 1
Gcc notes unit 1Gcc notes unit 1
Gcc notes unit 1
 
RUGGEDCOM REFLEX software
RUGGEDCOM REFLEX softwareRUGGEDCOM REFLEX software
RUGGEDCOM REFLEX software
 
CIDC - An East-West interface for distributed SDN control plane
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
 
Grid Computing - Collection of computer resources from multiple locations
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
 
Network rollout-solution-brochure
Network rollout-solution-brochureNetwork rollout-solution-brochure
Network rollout-solution-brochure
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
 
Traqs full-package
Traqs full-packageTraqs full-package
Traqs full-package
 
Peer to peer system
Peer to peer systemPeer to peer system
Peer to peer system
 
Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)
 
[White paper] Maintain-Accurate-Network-Diagrams
[White paper] Maintain-Accurate-Network-Diagrams[White paper] Maintain-Accurate-Network-Diagrams
[White paper] Maintain-Accurate-Network-Diagrams
 
Cs6703 grid and cloud computing unit 5
Cs6703 grid and cloud computing unit 5Cs6703 grid and cloud computing unit 5
Cs6703 grid and cloud computing unit 5
 
Tems discovery _datasheet
Tems discovery _datasheetTems discovery _datasheet
Tems discovery _datasheet
 

Viewers also liked

TeleCAD-GIS Overview
TeleCAD-GIS OverviewTeleCAD-GIS Overview
TeleCAD-GIS Overview
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...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Maksim Sestic
 
INOVA TeleCAD-GIS 2013
INOVA TeleCAD-GIS 2013INOVA TeleCAD-GIS 2013
INOVA TeleCAD-GIS 2013
Maksim Sestic
 
TeleCAD-GIS 2016
TeleCAD-GIS 2016TeleCAD-GIS 2016
TeleCAD-GIS 2016
Maksim Sestic
 
Managing Spatial Data for Telecommunications Using FME
Managing Spatial Data for Telecommunications Using FMEManaging Spatial Data for Telecommunications Using FME
Managing Spatial Data for Telecommunications Using FME
Safe Software
 
GIS Role in FTTx
GIS Role in FTTxGIS Role in FTTx
GIS Role in FTTx
Kiran Solipuram. DEP, CFHP
 
Automation of GIS for FTTx Networks
Automation of GIS for  FTTx NetworksAutomation of GIS for  FTTx Networks
Automation of GIS for FTTx Networks
Kiran Solipuram. DEP, CFHP
 
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...
Real Fibre optic FTTH FTTX network design, engineering & planning software fo...
van den Dool Dick
 
Role of gis in telecommunications
Role of gis in telecommunicationsRole of gis in telecommunications
Role of gis in telecommunicationsAkhil Gupta
 
Network Analysis
Network AnalysisNetwork Analysis
Network Analysis
ami_01
 

Viewers also liked (10)

TeleCAD-GIS Overview
TeleCAD-GIS OverviewTeleCAD-GIS Overview
TeleCAD-GIS Overview
 
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...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
 
INOVA TeleCAD-GIS 2013
INOVA TeleCAD-GIS 2013INOVA TeleCAD-GIS 2013
INOVA TeleCAD-GIS 2013
 
TeleCAD-GIS 2016
TeleCAD-GIS 2016TeleCAD-GIS 2016
TeleCAD-GIS 2016
 
Managing Spatial Data for Telecommunications Using FME
Managing Spatial Data for Telecommunications Using FMEManaging Spatial Data for Telecommunications Using FME
Managing Spatial Data for Telecommunications Using FME
 
GIS Role in FTTx
GIS Role in FTTxGIS Role in FTTx
GIS Role in FTTx
 
Automation of GIS for FTTx Networks
Automation of GIS for  FTTx NetworksAutomation of GIS for  FTTx Networks
Automation of GIS for FTTx Networks
 
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...
Real Fibre optic FTTH FTTX network design, engineering & planning software fo...
 
Role of gis in telecommunications
Role of gis in telecommunicationsRole of gis in telecommunications
Role of gis in telecommunications
 
Network Analysis
Network AnalysisNetwork Analysis
Network Analysis
 

Similar to INOVA GIS Platform

TeleCAD-GIS Enterprise Platform Overview
TeleCAD-GIS Enterprise Platform OverviewTeleCAD-GIS Enterprise Platform Overview
TeleCAD-GIS Enterprise Platform Overview
Maksim Sestic
 
8. 9590 1-pb
8. 9590 1-pb8. 9590 1-pb
8. 9590 1-pb
IAESIJEECS
 
Grid Presentation
Grid PresentationGrid Presentation
Grid Presentation
Marielisa Peralta
 
Embedded Web Server based Interactive data acquisition and Control System
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 Journals
 
Embedded Web Server based Interactive data acquisition and Control System
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 Journals
 
IRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing Framework
IRJET Journal
 
Tiarrah Computing: The Next Generation of Computing
Tiarrah Computing: The Next Generation of ComputingTiarrah Computing: The Next Generation of Computing
Tiarrah Computing: The Next Generation of Computing
IJECEIAES
 
Resume_Appaji
Resume_AppajiResume_Appaji
Resume_AppajiAppaji K
 
H017144148
H017144148H017144148
H017144148
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...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
IOSR Journals
 
An approach of software engineering through middleware
An approach of software engineering through middlewareAn approach of software engineering through middleware
An approach of software engineering through middleware
IAEME Publication
 
5G Edge Computing Whitepaper, FCC Advisory Council
5G Edge Computing Whitepaper, FCC Advisory Council5G Edge Computing Whitepaper, FCC Advisory Council
5G Edge Computing Whitepaper, FCC Advisory Council
DESMOND YUEN
 
Mobile gis
Mobile gisMobile gis
Mobile gis
Soumik Chakraborty
 
Effective Information Flow Control as a Service: EIFCaaS
Effective Information Flow Control as a Service: EIFCaaSEffective Information Flow Control as a Service: EIFCaaS
Effective Information Flow Control as a Service: EIFCaaS
IRJET Journal
 
K010426371
K010426371K010426371
K010426371
IOSR Journals
 
HOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdf
HOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdfHOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdf
HOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdf
Agaram Technologies
 
Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301Editor IJARCET
 
Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301Editor IJARCET
 

Similar to INOVA GIS Platform (20)

TeleCAD-GIS Enterprise Platform Overview
TeleCAD-GIS Enterprise Platform OverviewTeleCAD-GIS Enterprise Platform Overview
TeleCAD-GIS Enterprise Platform Overview
 
8. 9590 1-pb
8. 9590 1-pb8. 9590 1-pb
8. 9590 1-pb
 
Grid Presentation
Grid PresentationGrid Presentation
Grid Presentation
 
Cisco project ideas
Cisco   project ideasCisco   project ideas
Cisco project ideas
 
Embedded Web Server based Interactive data acquisition and Control System
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
 
Embedded Web Server based Interactive data acquisition and Control System
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
 
IRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing Framework
 
Tiarrah Computing: The Next Generation of Computing
Tiarrah Computing: The Next Generation of ComputingTiarrah Computing: The Next Generation of Computing
Tiarrah Computing: The Next Generation of Computing
 
Resume_Appaji
Resume_AppajiResume_Appaji
Resume_Appaji
 
H017144148
H017144148H017144148
H017144148
 
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...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
 
An approach of software engineering through middleware
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
5G Edge Computing Whitepaper, FCC Advisory Council5G Edge Computing Whitepaper, FCC Advisory Council
5G Edge Computing Whitepaper, FCC Advisory Council
 
Mobile gis
Mobile gisMobile gis
Mobile gis
 
Effective Information Flow Control as a Service: EIFCaaS
Effective Information Flow Control as a Service: EIFCaaSEffective Information Flow Control as a Service: EIFCaaS
Effective Information Flow Control as a Service: EIFCaaS
 
K010426371
K010426371K010426371
K010426371
 
HOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdf
HOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdfHOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdf
HOW-CLOUD-IMPLEMENTATION-CAN-ENSURE-MAXIMUM-ROI.pdf
 
Beagle board
Beagle boardBeagle board
Beagle board
 
Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301
 
Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301Ijarcet vol-2-issue-7-2297-2301
Ijarcet vol-2-issue-7-2297-2301
 

More from 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...
Future Development of NSDI Based on the European INSPIRE Directive – a Case S...
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)
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)
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 ...
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...
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...
Strategic Development Of Infrastructure For Spatial Information Based On Euro...
Maksim Sestic
 
AreaCAD-GIS Object Model
AreaCAD-GIS Object ModelAreaCAD-GIS Object Model
AreaCAD-GIS Object Model
Maksim Sestic
 
TeleCAD-GIS Enterprise Implementation Case
TeleCAD-GIS Enterprise Implementation CaseTeleCAD-GIS Enterprise Implementation Case
TeleCAD-GIS Enterprise Implementation Case
Maksim Sestic
 
TeleCAD-GIS & IGS Platform
TeleCAD-GIS & IGS Platform TeleCAD-GIS & IGS Platform
TeleCAD-GIS & IGS Platform
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...
BrownInfo Handbook - Scientific Methodology and Software Tools for Establishi...
Maksim Sestic
 
City of Banja Luka - CAD/GIS implementation
City of Banja Luka - CAD/GIS implementationCity of Banja Luka - CAD/GIS implementation
City of Banja Luka - CAD/GIS implementation
Maksim Sestic
 
Governance Accountability Project (GAP) / INOVA / ASGBL / USAID
Governance Accountability Project (GAP) / INOVA / ASGBL / USAIDGovernance Accountability Project (GAP) / INOVA / ASGBL / USAID
Governance Accountability Project (GAP) / INOVA / ASGBL / USAID
Maksim Sestic
 
Architectural Procedural Modeling
Architectural Procedural ModelingArchitectural Procedural Modeling
Architectural Procedural ModelingMaksim Sestic
 
Inova Unites Nations with Autodesk
Inova Unites Nations with AutodeskInova Unites Nations with Autodesk
Inova Unites Nations with Autodesk
Maksim Sestic
 
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
Maksim Sestic
 
Software Package INOVA TeleCAD-GIS
Software Package INOVA TeleCAD-GISSoftware Package INOVA TeleCAD-GIS
Software Package INOVA TeleCAD-GIS
Maksim Sestic
 
INOVA Company Objectives Driver (iCOD) Specifications
INOVA Company Objectives Driver (iCOD) SpecificationsINOVA Company Objectives Driver (iCOD) Specifications
INOVA Company Objectives Driver (iCOD) Specifications
Maksim Sestic
 
INOVA Company Objectives Driver (iCOD)
INOVA Company Objectives Driver (iCOD)INOVA Company Objectives Driver (iCOD)
INOVA Company Objectives Driver (iCOD)
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...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
Maksim Sestic
 
iGEO
iGEOiGEO
INSPIRE Data Specification - Utility and Governamental Services v3.0
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 Sestic
 
AreaCAD-GIS Coverage
AreaCAD-GIS CoverageAreaCAD-GIS Coverage
AreaCAD-GIS CoverageMaksim Sestic
 

More from Maksim Sestic (20)

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...
Future Development of NSDI Based on the European INSPIRE Directive – a Case S...
 
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)
Methods, Systems, and Products for Surveying Facilities (Pat: US 8,484,059 B2)
 
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 ...
Development of Spatial Data Infrastructure Based on INSPIRE Directive – Case ...
 
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...
Strategic Development Of Infrastructure For Spatial Information Based On Euro...
 
AreaCAD-GIS Object Model
AreaCAD-GIS Object ModelAreaCAD-GIS Object Model
AreaCAD-GIS Object Model
 
TeleCAD-GIS Enterprise Implementation Case
TeleCAD-GIS Enterprise Implementation CaseTeleCAD-GIS Enterprise Implementation Case
TeleCAD-GIS Enterprise Implementation Case
 
TeleCAD-GIS & IGS Platform
TeleCAD-GIS & IGS Platform TeleCAD-GIS & IGS Platform
TeleCAD-GIS & IGS Platform
 
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...
BrownInfo Handbook - Scientific Methodology and Software Tools for Establishi...
 
City of Banja Luka - CAD/GIS implementation
City of Banja Luka - CAD/GIS implementationCity of Banja Luka - CAD/GIS implementation
City of Banja Luka - CAD/GIS implementation
 
Governance Accountability Project (GAP) / INOVA / ASGBL / USAID
Governance Accountability Project (GAP) / INOVA / ASGBL / USAIDGovernance Accountability Project (GAP) / INOVA / ASGBL / USAID
Governance Accountability Project (GAP) / INOVA / ASGBL / USAID
 
Architectural Procedural Modeling
Architectural Procedural ModelingArchitectural Procedural Modeling
Architectural Procedural Modeling
 
Inova Unites Nations with Autodesk
Inova Unites Nations with AutodeskInova Unites Nations with Autodesk
Inova Unites Nations with Autodesk
 
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
6DE THEMA ANNEX III "NUTSDIENSTEN EN OVERHEIDSDIENSTEN"
 
Software Package INOVA TeleCAD-GIS
Software Package INOVA TeleCAD-GISSoftware Package INOVA TeleCAD-GIS
Software Package INOVA TeleCAD-GIS
 
INOVA Company Objectives Driver (iCOD) Specifications
INOVA Company Objectives Driver (iCOD) SpecificationsINOVA Company Objectives Driver (iCOD) Specifications
INOVA Company Objectives Driver (iCOD) Specifications
 
INOVA Company Objectives Driver (iCOD)
INOVA Company Objectives Driver (iCOD)INOVA Company Objectives Driver (iCOD)
INOVA Company Objectives Driver (iCOD)
 
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...
Advantages of Practical Application of TeleCAD-GIS in Calculating Influence o...
 
iGEO
iGEOiGEO
iGEO
 
INSPIRE Data Specification - Utility and Governamental Services v3.0
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
 
AreaCAD-GIS Coverage
AreaCAD-GIS CoverageAreaCAD-GIS Coverage
AreaCAD-GIS Coverage
 

Recently uploaded

Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
Aftab Hussain
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
ShamsuddeenMuhammadA
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Neo4j
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
takuyayamamoto1800
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
timtebeek1
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Crescat
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
rickgrimesss22
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
abdulrafaychaudhry
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 

Recently uploaded (20)

Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 

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.