SlideShare ist ein Scribd-Unternehmen logo
1 von 29
National Informatics Centre, Meity
June, 2017
OGD Platform Visualisation Engine
and its use
Leveraging the OGD Platform
and Visualization Engine
Open data is data that can be
freely used, reused and redistributed
by anyone
Open Data
National Informatics Centre, MeitY
Need of Open Data
Citizen’s demand for Transparency and Accountability
Need for informed policy making/planning
Enhancing the relationship between Government & Citizen
Citizen engagement in policy making
Integrating stakeholders for governance process
National Informatics Centre, MeitY
Evidence-based Planning of socio-economic development processes rely on
quality data
Government Collects, Compiles & Possess huge data (Crime Statistics, Prison Statistics,
Census, Health Survey, Health Statistics, weather, Environment, market prices, Eco Indicators, price index,
Demographic, Crime, survey, geo spatial data,.).
Often Little Used
Analyzed usually from one perspective
Possess huge untapped potential
Collected using tax payers money
Why Open Government Data?
National Informatics Centre, MeitY
Open Government Data : Potential Impact
Transparency
Accountability
Citizen Engagement
Collaboration
Better Governance
Better Decision making
Innovation
National Informatics Centre, MeitY
NDSAP was Gazette notified on 17th March 2012
Objective of the Policy
• Facilitate proactive Release of Data by the
Government Departments/organizations
• For all the data and information created,
generated, collected and archived using public
funds provided by Government of India
National Data Sharing & Accessibility Policy (NDSAP)
National Informatics Centre, MeitY
Department of Science & Technology (DST) :
• Serve the nodal functions of coordination and monitoring of the policy
National Informatics Centre, MeitY
• Implementing Agency
• Formulate Implementation guidelines, technology & standards for data & metadata
• Design, Develop & Manage Open Government Data Platform (data.gov.in)
• Facilitate Identification & Publishing of datasets in Consultation with Departments
Ministry/ Departments/States…..
NDSAP: Key Stakeholders
National Informatics Centre, MeitY
Ministry/
Departments
/States to
• Nominate Chief
Data Officer- a
Senior
Government
officers
• To drive open data
in respective
Deptts/ Orgns
NDSAP Cell
• Members -
Domain, Data
Analyst,
Technology
Personnel
• Assist in compile,
collation,
conversion &
publishing datasets
on OGD Platform
in open format
Data Formats,
Metadata
Schema,
Guidelines…
• Data Quality,
Accessibility,
Standardization
Workshops,
Seminars,
Stakeholder
Engagement
• By NDSAP PMU
through NIC
• Sensitization,
Capacity building
• Citizen Engagement
• Challenges,
Contests &
Events
Implementation Approach
110Chief Data
Officer have been
nominated
1,00,000+
Datasets
under 4157 catalogs
by 105 departments
1000+
Visualizations have
been created
Datasets
11.4 Million times
viewed &
4.7Million times
downloaded
446
APIs
Statistics as on date
Government Open Data License – India
Government Open Data License – India has been developed
to give legal frame work to the data consumers
National Informatics Centre, MeitY
Open Government Data (OGD) Platform India
Provisioning of a Platform to publish
datasets proactively and provide open
access to data generated using public funds
by departments/organizations of
Government of India
To increase Transparency, Accountability,
Citizen Engagement, Collaboration,
Innovation and Better Governance through
Data Driven Decision making
Paradigm Shift in Governance - Direct
Delivery of Services to Citizen by Setting up
this Platform for Collaboration Innovation
National Informatics Centre, MeitY
Resources
(Datasets/Apps)
Cataloging as
Service
Platform Software
as a Service (SaaS)
Visualization
Engine as
Service
Datasets APIs as a
Service
Embed Catalogs
Service
Widget to
Consume/Link
filtered set of
catalogs
Event Portal for
OGD Events
OGD Community
Portal for Blogs,
Visualization,
Infographics
Suggest / Endorse
Datasets
Showcase Apps
Controlled
Vocabulary
Services
OGD Platform Features
National Informatics Centre, MeitY
Why Visualizations
Raw data alone can not provide the decision makers
valuable insights
Real-world data are affected the presence of data noise
Data must be processed to provide any meaningful value
Visualizations make sense out of data
Choice of Visualization Type
National Informatics Centre, MeitY
Benefit of Visualizations
Data visualization helps the audience quickly absorb and interpret the
presented data
Data visualization helps to take highly informed decisions quickly
Data visualizations is a process to interact directly with data
Improve efficiency of the communicated information
Simple way to trace data correlations & Identify trends
Geo Spatial Visualizations
National Informatics Centre, MeitY
National Informatics Centre, Meity
National Informatics Centre, Meity
Process Flow of Visualization Engine
pr
Files Uploaded
In Any Format
(csv, xls)
Create
Instance Data is converted
to CSV
I
n
s
t
a
n
c
e
Instance ID is
generated by
saving the
Instance in DB
The Instance can be
retrieved and proceed for
Next Step Of
Visualization
National Informatics Centre, Meity
Library
• D3
• NVD3
• C3.js
• Jvectormap
• leaflet.js
• openstreetmap
Retrieved
Instances
from DB,
comes as a
Json File Chart/Map
User Filter/modify
the data for the
view table according
to the requirement
Json
Process Flow of Visualization Engine
National Informatics Centre, Meity
Used Data
after Filter/
Modification
If the user is already registered then the filtered/modified data
would be saved in Database and the same visualization would
be reflected on view for the next time
Process Flow of Visualization Engine
National Informatics Centre, Meity
Data in form
of csv or Json
Visualization
Engine
0
2
4
6
Cate…
Cate…
Cate…
Cate…
My Data Tool
 Copy and paste csv data or csv/json url
directly to make chart/Map
 Create, Share (only for visualizations
created out of OGD data), Save, download
chart/Map
 Only registered user can save charts
through visualization engine, when user
will put his own data and proceed for save
the chart, an instance ID with the user (ID)
would be generated and would be saved
on the visualization database
 As per the setting by the user, the default
charts would be saved or displayed
accordingly
National Informatics Centre, Meity
National Informatics Centre, Meity
Features of Visualization Engine
Chart Type
D3
NVD3
C3.js
Bar
Stacked
Pie
Line
Area
Bubble
Line with view finder
Horizontal MultiBar
Multi Chart
Radar
Doughnut
Step
Library Used Map Type
jvectormap
library
India Map
leaflet.js and
openstreetmap
State Map
LatLong Map
Library Used
National Informatics Centre, Meity
D3js(Free+Open Source)
License
Released under BSD license.
Free to use as per as open
source terms and conditions..
Features
• D3.js is a JavaScript library for
manipulating documents based on
data. D3 helps you bring data to life
using HTML, SVG and CSS. D3’s
emphasis on web standards gives you
the full capabilities of modern
browsers without tying yourself to a
proprietary framework, combining
powerful visualization components
and a data-driven approach to DOM
manipulation.
• D3 allows to bind arbitrary data to a
Document Object Model (DOM), and
then apply data-driven
transformations to the document. For
example, you can use D3 to generate
an HTML table from an array of
numbers. Or, use the same data to
create an interactive SVG bar chart
with smooth transitions and
interaction.
National Informatics Centre, Meity
Charts :
 Choose any type of chart with any valid
series/variable
 Option to change the chart color
 Customize title, labels and notes
 Save, publish, delete, clone options
 Complete view of the dataset
 Option of Group function, Filtering,
select needed fields to an instance to
make chart
 Transpose option
 Show total number of charts in list with
complete view
 Share (only for visualizations created out
of OGD data) and download option
Functionality of Visualization Engine
Maps:
 Choose options from series to make
map
 Customized color for label, stroke,
scale
 Show bubbles on states according to
the data
 Save, publish
 Zoom in/out option
 Play/Pause/Stop option with time
series
 Share (only for visualizations created
out of OGD data) and download
option
Access the Create Visualization link from the home page of data.gov.in
Create Visualization
National Informatics Centre, MeitY
Visualization Engine : Way Forward
National Informatics Centre, MeitY
OGD Accolades
OGD Platform India has won Gems of Digital India Award, 2017
India had been ranked among Top 35 on the Global Open Data
Index 2016
OGD Platform India has won the CSI-Nihilent e-Governance
Awards for excellence for the year 2013-14
OGD Platform India has won e-India 2013 Award for
e-Governance Initiative
National Informatics Centre, MeitY
OGD Awards
National Informatics Centre, MeitY
Follow OGD Platform
@DataPortalIndia
www.facebook.com/DataPortalofIndia
ndsap@gov.in
National Informatics Centre, MeitY
Contact Details:
Akhilesh Kumar Srivastava
Sr. Technical Project Manager
Mob: +91-9818079449
Email: akhilesh.wsd@nic.in
Shubhadip Biswas
Sr. Analyst
Mob: +91-9910453540
Email: shubhadip.wsd@nic.in

Weitere ähnliche Inhalte

Was ist angesagt?

Data visualisation for gender statistics (EIGE)
Data visualisation for gender statistics (EIGE)Data visualisation for gender statistics (EIGE)
Data visualisation for gender statistics (EIGE)Nikolaos Vaslamatzis
 
Cloud Interoperability Infrastructures for Governments: The Government Servic...
Cloud Interoperability Infrastructures for Governments: The Government Servic...Cloud Interoperability Infrastructures for Governments: The Government Servic...
Cloud Interoperability Infrastructures for Governments: The Government Servic...Yannis Charalabidis
 
Icis 20181210 v2
Icis 20181210 v2Icis 20181210 v2
Icis 20181210 v2ISSIP
 
GIS - Lecture 4
GIS - Lecture 4GIS - Lecture 4
GIS - Lecture 4sorbi
 
From open data to data-driven services
From open data to data-driven servicesFrom open data to data-driven services
From open data to data-driven servicesSlim Turki, Dr.
 
Super map solution for mobile surveying and 3d cadastre vella
Super map solution for mobile surveying and 3d cadastre vellaSuper map solution for mobile surveying and 3d cadastre vella
Super map solution for mobile surveying and 3d cadastre vellaGeoMedeelel
 
Scribe (sharing community related information in bedfordshire
Scribe (sharing community related information in bedfordshireScribe (sharing community related information in bedfordshire
Scribe (sharing community related information in bedfordshireJeff Van Etten
 

Was ist angesagt? (9)

Data visualisation for gender statistics (EIGE)
Data visualisation for gender statistics (EIGE)Data visualisation for gender statistics (EIGE)
Data visualisation for gender statistics (EIGE)
 
Cloud Interoperability Infrastructures for Governments: The Government Servic...
Cloud Interoperability Infrastructures for Governments: The Government Servic...Cloud Interoperability Infrastructures for Governments: The Government Servic...
Cloud Interoperability Infrastructures for Governments: The Government Servic...
 
Data communication
Data communicationData communication
Data communication
 
InfoVis&LargeScreens
InfoVis&LargeScreensInfoVis&LargeScreens
InfoVis&LargeScreens
 
Icis 20181210 v2
Icis 20181210 v2Icis 20181210 v2
Icis 20181210 v2
 
GIS - Lecture 4
GIS - Lecture 4GIS - Lecture 4
GIS - Lecture 4
 
From open data to data-driven services
From open data to data-driven servicesFrom open data to data-driven services
From open data to data-driven services
 
Super map solution for mobile surveying and 3d cadastre vella
Super map solution for mobile surveying and 3d cadastre vellaSuper map solution for mobile surveying and 3d cadastre vella
Super map solution for mobile surveying and 3d cadastre vella
 
Scribe (sharing community related information in bedfordshire
Scribe (sharing community related information in bedfordshireScribe (sharing community related information in bedfordshire
Scribe (sharing community related information in bedfordshire
 

Ähnlich wie [Srijan Wednesday Webinar] Leveraging the OGD Platform and Visualization Engine

OGD India Journey, 2012 - 2017
OGD India  Journey, 2012 - 2017OGD India  Journey, 2012 - 2017
OGD India Journey, 2012 - 2017Data Portal India
 
FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...
FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...
FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...FIWARE
 
Open Government Data (OGD) Platform India for Transparency & Innovation
Open Government Data (OGD) Platform India for Transparency & InnovationOpen Government Data (OGD) Platform India for Transparency & Innovation
Open Government Data (OGD) Platform India for Transparency & InnovationData Portal India
 
Workshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data DisseminationWorkshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data DisseminationZoltan Nagy
 
Open data for smart cities
Open data for smart citiesOpen data for smart cities
Open data for smart citiesSören Auer
 
02 -how-will-inspire-influence-local-authorities-and-spatial-planning
02 -how-will-inspire-influence-local-authorities-and-spatial-planning02 -how-will-inspire-influence-local-authorities-and-spatial-planning
02 -how-will-inspire-influence-local-authorities-and-spatial-planningKarel Charvat
 
ONS Local presents Suffolk County Council's Cost of Living Dashboard
ONS Local presents Suffolk County Council's Cost of Living DashboardONS Local presents Suffolk County Council's Cost of Living Dashboard
ONS Local presents Suffolk County Council's Cost of Living DashboardOffice for National Statistics
 
Predictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using TableauPredictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using Tableaurahulmonikasharma
 
The Road to Open Data Enlightenment Is Paved With Nice Excuses
The Road to Open Data Enlightenment Is Paved With Nice ExcusesThe Road to Open Data Enlightenment Is Paved With Nice Excuses
The Road to Open Data Enlightenment Is Paved With Nice ExcusesToon Vanagt
 
InstantAtlasfor Local Information Systems (Bristol Dec09)
InstantAtlasfor Local Information Systems (Bristol Dec09)InstantAtlasfor Local Information Systems (Bristol Dec09)
InstantAtlasfor Local Information Systems (Bristol Dec09)John Maslen
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Data ecosystems: turning data into public value
Data ecosystems:  turning data into public valueData ecosystems:  turning data into public value
Data ecosystems: turning data into public valueSlim Turki, Dr.
 
The road to open data enlightenment is paved with nice excuses by Toon Vanagt
The road to open data enlightenment is paved with nice excuses by Toon VanagtThe road to open data enlightenment is paved with nice excuses by Toon Vanagt
The road to open data enlightenment is paved with nice excuses by Toon VanagtOpening-up.eu
 
Socrata Service Connect
Socrata Service ConnectSocrata Service Connect
Socrata Service ConnectThomas Robbins
 

Ähnlich wie [Srijan Wednesday Webinar] Leveraging the OGD Platform and Visualization Engine (20)

OGD India Journey, 2012 - 2017
OGD India  Journey, 2012 - 2017OGD India  Journey, 2012 - 2017
OGD India Journey, 2012 - 2017
 
Open Data Initiative India
Open Data Initiative IndiaOpen Data Initiative India
Open Data Initiative India
 
FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...
FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...
FIWARE Global Summit - The Digital Single Market - Benefits and Solutions for...
 
Open Government Data (OGD) Platform India for Transparency & Innovation
Open Government Data (OGD) Platform India for Transparency & InnovationOpen Government Data (OGD) Platform India for Transparency & Innovation
Open Government Data (OGD) Platform India for Transparency & Innovation
 
_TS_SDMX_Thailand.pdf
_TS_SDMX_Thailand.pdf_TS_SDMX_Thailand.pdf
_TS_SDMX_Thailand.pdf
 
Workshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data DisseminationWorkshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data Dissemination
 
EW-Shopp: Interoperability Challenges and Solutions
EW-Shopp: Interoperability Challenges and SolutionsEW-Shopp: Interoperability Challenges and Solutions
EW-Shopp: Interoperability Challenges and Solutions
 
Open data for smart cities
Open data for smart citiesOpen data for smart cities
Open data for smart cities
 
02 -how-will-inspire-influence-local-authorities-and-spatial-planning
02 -how-will-inspire-influence-local-authorities-and-spatial-planning02 -how-will-inspire-influence-local-authorities-and-spatial-planning
02 -how-will-inspire-influence-local-authorities-and-spatial-planning
 
Census Hub Project
Census Hub ProjectCensus Hub Project
Census Hub Project
 
ONS Local presents Suffolk County Council's Cost of Living Dashboard
ONS Local presents Suffolk County Council's Cost of Living DashboardONS Local presents Suffolk County Council's Cost of Living Dashboard
ONS Local presents Suffolk County Council's Cost of Living Dashboard
 
Predictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using TableauPredictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using Tableau
 
The Road to Open Data Enlightenment Is Paved With Nice Excuses
The Road to Open Data Enlightenment Is Paved With Nice ExcusesThe Road to Open Data Enlightenment Is Paved With Nice Excuses
The Road to Open Data Enlightenment Is Paved With Nice Excuses
 
cametrics-report-final
cametrics-report-finalcametrics-report-final
cametrics-report-final
 
InstantAtlasfor Local Information Systems (Bristol Dec09)
InstantAtlasfor Local Information Systems (Bristol Dec09)InstantAtlasfor Local Information Systems (Bristol Dec09)
InstantAtlasfor Local Information Systems (Bristol Dec09)
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Data ecosystems: turning data into public value
Data ecosystems:  turning data into public valueData ecosystems:  turning data into public value
Data ecosystems: turning data into public value
 
The road to open data enlightenment is paved with nice excuses by Toon Vanagt
The road to open data enlightenment is paved with nice excuses by Toon VanagtThe road to open data enlightenment is paved with nice excuses by Toon Vanagt
The road to open data enlightenment is paved with nice excuses by Toon Vanagt
 
Socrata Service Connect
Socrata Service ConnectSocrata Service Connect
Socrata Service Connect
 
Innovations in Data for Decision Making
Innovations in Data for Decision MakingInnovations in Data for Decision Making
Innovations in Data for Decision Making
 

Mehr von Srijan Technologies

[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...
[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...
[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...Srijan Technologies
 
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...Srijan Technologies
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...Srijan Technologies
 
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital SignageSrijan Technologies
 
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...Srijan Technologies
 
[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...
[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...
[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...Srijan Technologies
 
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR[Srijan Wednesday Webinars] Is Your Business Ready for GDPR
[Srijan Wednesday Webinars] Is Your Business Ready for GDPRSrijan Technologies
 
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of BusinessSrijan Technologies
 
[Srijan Wednesday Webinars] How to Design a Chatbot that Works
[Srijan Wednesday Webinars] How to Design a Chatbot that Works[Srijan Wednesday Webinars] How to Design a Chatbot that Works
[Srijan Wednesday Webinars] How to Design a Chatbot that WorksSrijan Technologies
 
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8Srijan Technologies
 
Final dependency presentation.odp
Final dependency presentation.odpFinal dependency presentation.odp
Final dependency presentation.odpSrijan Technologies
 
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing [Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing Srijan Technologies
 
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation SystemSrijan Technologies
 
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and DrupalSrijan Technologies
 
[Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr...
 [Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr... [Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr...
[Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr...Srijan Technologies
 
[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’
[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’
[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’Srijan Technologies
 
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...Srijan Technologies
 
[Srijan Wednesday Webinars] Building a High Performance QA Team
[Srijan Wednesday Webinars] Building a High Performance QA Team[Srijan Wednesday Webinars] Building a High Performance QA Team
[Srijan Wednesday Webinars] Building a High Performance QA TeamSrijan Technologies
 
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with AppiumSrijan Technologies
 
[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture
[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture
[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile CultureSrijan Technologies
 

Mehr von Srijan Technologies (20)

[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...
[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...
[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S ...
 
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architectur...
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
 
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage
 
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and S...
 
[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...
[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...
[Srijan Wednesday Webinars] Let’s Take the Best Route - Exploring Drupal 8 Ro...
 
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR[Srijan Wednesday Webinars] Is Your Business Ready for GDPR
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR
 
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
 
[Srijan Wednesday Webinars] How to Design a Chatbot that Works
[Srijan Wednesday Webinars] How to Design a Chatbot that Works[Srijan Wednesday Webinars] How to Design a Chatbot that Works
[Srijan Wednesday Webinars] How to Design a Chatbot that Works
 
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8
 
Final dependency presentation.odp
Final dependency presentation.odpFinal dependency presentation.odp
Final dependency presentation.odp
 
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing [Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing
 
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System
 
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
 
[Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr...
 [Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr... [Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr...
[Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Dr...
 
[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’
[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’
[Srijan Wednesday Webinars] Automating Visual Regression using ‘Galen’
 
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and...
 
[Srijan Wednesday Webinars] Building a High Performance QA Team
[Srijan Wednesday Webinars] Building a High Performance QA Team[Srijan Wednesday Webinars] Building a High Performance QA Team
[Srijan Wednesday Webinars] Building a High Performance QA Team
 
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
 
[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture
[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture
[Srijan Wednesday Webinars] Transitioning to an Organization-wide Agile Culture
 

Kürzlich hochgeladen

Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...shivangimorya083
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 

Kürzlich hochgeladen (20)

Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 

[Srijan Wednesday Webinar] Leveraging the OGD Platform and Visualization Engine

  • 1. National Informatics Centre, Meity June, 2017 OGD Platform Visualisation Engine and its use Leveraging the OGD Platform and Visualization Engine
  • 2. Open data is data that can be freely used, reused and redistributed by anyone Open Data National Informatics Centre, MeitY
  • 3. Need of Open Data Citizen’s demand for Transparency and Accountability Need for informed policy making/planning Enhancing the relationship between Government & Citizen Citizen engagement in policy making Integrating stakeholders for governance process National Informatics Centre, MeitY
  • 4. Evidence-based Planning of socio-economic development processes rely on quality data Government Collects, Compiles & Possess huge data (Crime Statistics, Prison Statistics, Census, Health Survey, Health Statistics, weather, Environment, market prices, Eco Indicators, price index, Demographic, Crime, survey, geo spatial data,.). Often Little Used Analyzed usually from one perspective Possess huge untapped potential Collected using tax payers money Why Open Government Data? National Informatics Centre, MeitY
  • 5. Open Government Data : Potential Impact Transparency Accountability Citizen Engagement Collaboration Better Governance Better Decision making Innovation National Informatics Centre, MeitY
  • 6. NDSAP was Gazette notified on 17th March 2012 Objective of the Policy • Facilitate proactive Release of Data by the Government Departments/organizations • For all the data and information created, generated, collected and archived using public funds provided by Government of India National Data Sharing & Accessibility Policy (NDSAP) National Informatics Centre, MeitY
  • 7. Department of Science & Technology (DST) : • Serve the nodal functions of coordination and monitoring of the policy National Informatics Centre, MeitY • Implementing Agency • Formulate Implementation guidelines, technology & standards for data & metadata • Design, Develop & Manage Open Government Data Platform (data.gov.in) • Facilitate Identification & Publishing of datasets in Consultation with Departments Ministry/ Departments/States….. NDSAP: Key Stakeholders National Informatics Centre, MeitY
  • 8. Ministry/ Departments /States to • Nominate Chief Data Officer- a Senior Government officers • To drive open data in respective Deptts/ Orgns NDSAP Cell • Members - Domain, Data Analyst, Technology Personnel • Assist in compile, collation, conversion & publishing datasets on OGD Platform in open format Data Formats, Metadata Schema, Guidelines… • Data Quality, Accessibility, Standardization Workshops, Seminars, Stakeholder Engagement • By NDSAP PMU through NIC • Sensitization, Capacity building • Citizen Engagement • Challenges, Contests & Events Implementation Approach
  • 9. 110Chief Data Officer have been nominated 1,00,000+ Datasets under 4157 catalogs by 105 departments 1000+ Visualizations have been created Datasets 11.4 Million times viewed & 4.7Million times downloaded 446 APIs Statistics as on date
  • 10. Government Open Data License – India Government Open Data License – India has been developed to give legal frame work to the data consumers National Informatics Centre, MeitY
  • 11. Open Government Data (OGD) Platform India Provisioning of a Platform to publish datasets proactively and provide open access to data generated using public funds by departments/organizations of Government of India To increase Transparency, Accountability, Citizen Engagement, Collaboration, Innovation and Better Governance through Data Driven Decision making Paradigm Shift in Governance - Direct Delivery of Services to Citizen by Setting up this Platform for Collaboration Innovation National Informatics Centre, MeitY
  • 12. Resources (Datasets/Apps) Cataloging as Service Platform Software as a Service (SaaS) Visualization Engine as Service Datasets APIs as a Service Embed Catalogs Service Widget to Consume/Link filtered set of catalogs Event Portal for OGD Events OGD Community Portal for Blogs, Visualization, Infographics Suggest / Endorse Datasets Showcase Apps Controlled Vocabulary Services OGD Platform Features National Informatics Centre, MeitY
  • 13. Why Visualizations Raw data alone can not provide the decision makers valuable insights Real-world data are affected the presence of data noise Data must be processed to provide any meaningful value Visualizations make sense out of data Choice of Visualization Type National Informatics Centre, MeitY
  • 14. Benefit of Visualizations Data visualization helps the audience quickly absorb and interpret the presented data Data visualization helps to take highly informed decisions quickly Data visualizations is a process to interact directly with data Improve efficiency of the communicated information Simple way to trace data correlations & Identify trends Geo Spatial Visualizations National Informatics Centre, MeitY
  • 16. National Informatics Centre, Meity Process Flow of Visualization Engine pr Files Uploaded In Any Format (csv, xls) Create Instance Data is converted to CSV I n s t a n c e Instance ID is generated by saving the Instance in DB The Instance can be retrieved and proceed for Next Step Of Visualization
  • 17. National Informatics Centre, Meity Library • D3 • NVD3 • C3.js • Jvectormap • leaflet.js • openstreetmap Retrieved Instances from DB, comes as a Json File Chart/Map User Filter/modify the data for the view table according to the requirement Json Process Flow of Visualization Engine
  • 18. National Informatics Centre, Meity Used Data after Filter/ Modification If the user is already registered then the filtered/modified data would be saved in Database and the same visualization would be reflected on view for the next time Process Flow of Visualization Engine
  • 19. National Informatics Centre, Meity Data in form of csv or Json Visualization Engine 0 2 4 6 Cate… Cate… Cate… Cate… My Data Tool  Copy and paste csv data or csv/json url directly to make chart/Map  Create, Share (only for visualizations created out of OGD data), Save, download chart/Map  Only registered user can save charts through visualization engine, when user will put his own data and proceed for save the chart, an instance ID with the user (ID) would be generated and would be saved on the visualization database  As per the setting by the user, the default charts would be saved or displayed accordingly
  • 21. National Informatics Centre, Meity Features of Visualization Engine Chart Type D3 NVD3 C3.js Bar Stacked Pie Line Area Bubble Line with view finder Horizontal MultiBar Multi Chart Radar Doughnut Step Library Used Map Type jvectormap library India Map leaflet.js and openstreetmap State Map LatLong Map Library Used
  • 22. National Informatics Centre, Meity D3js(Free+Open Source) License Released under BSD license. Free to use as per as open source terms and conditions.. Features • D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation. • D3 allows to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. For example, you can use D3 to generate an HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.
  • 23. National Informatics Centre, Meity Charts :  Choose any type of chart with any valid series/variable  Option to change the chart color  Customize title, labels and notes  Save, publish, delete, clone options  Complete view of the dataset  Option of Group function, Filtering, select needed fields to an instance to make chart  Transpose option  Show total number of charts in list with complete view  Share (only for visualizations created out of OGD data) and download option Functionality of Visualization Engine Maps:  Choose options from series to make map  Customized color for label, stroke, scale  Show bubbles on states according to the data  Save, publish  Zoom in/out option  Play/Pause/Stop option with time series  Share (only for visualizations created out of OGD data) and download option
  • 24. Access the Create Visualization link from the home page of data.gov.in Create Visualization National Informatics Centre, MeitY
  • 25. Visualization Engine : Way Forward National Informatics Centre, MeitY
  • 26. OGD Accolades OGD Platform India has won Gems of Digital India Award, 2017 India had been ranked among Top 35 on the Global Open Data Index 2016 OGD Platform India has won the CSI-Nihilent e-Governance Awards for excellence for the year 2013-14 OGD Platform India has won e-India 2013 Award for e-Governance Initiative National Informatics Centre, MeitY
  • 29. Contact Details: Akhilesh Kumar Srivastava Sr. Technical Project Manager Mob: +91-9818079449 Email: akhilesh.wsd@nic.in Shubhadip Biswas Sr. Analyst Mob: +91-9910453540 Email: shubhadip.wsd@nic.in