SlideShare a Scribd company logo
1 of 42
Download to read offline
Company
LOGO
Transportation in the New Era of Data
Intelligence: Challenges, Mandate,
Experiences and Research Agenda
Dr. Rim Moussa
LaTICE Lab. University of Tunis, Tunisia
Associate professor at University of Carthage, Tunisia
3rd
IEEE International Symposium on Advanced
Electrical and Communication Technologies, 2020
Ibn Tofail University
Knitra: virtual, Kingdom of Morocco
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 2
Outline
● Context
● Mandate for Scalable and smart Trajectory Data Analytic Systems
● Experiences
● Ground Transportation (NYC cabs)
● Maritime Traffic (DMA)
● Air Traffic (OpenSky Network)
● NYC open data polystore
● Research Agenda
● Conclusion
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 3
Maritime Traffic
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 4
Air Traffic
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 5
Brussels data mobility counts
count: Number of vehicules passed between start and end time.
speed: Average speed of counted vehicules.
occupancy: Percentage of time the detector is covered by a
vehicule.
from: Timestamp of start time.
to: Timestamp of to time.
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 6
Context
--Aviation
● (2019) The aviation industry supports
● 87.7 million jobs around the world. Some of these roles are
within the industry itself, at airports, for airlines, and in civil
aerospace and air navigation services.
● $3.5 trillion (4.1%) of the world's gross domestic product.
● Multiple groups promote the transformation of aviation into cleaner,
safer, more efficient and predictable system, such as
● High Level Group on Aviation Research Europe Commission in
2011: European Aviation Vision 2050
● SESAR (Europe) in 2017 DART project (abrev. Data-driven
AiRcraft Trajectory prediction research)
● Next Generation Air Transportation (2012-2025) USA
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 7
Context
--Vessels
●Autonomous Vessels
●Smart Vessels
●Connected Vessels
●Increase
»Maritime surveillance
»Safety
»Security
»Economy
●Optimum route planning
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 8
Context
--Cabs
● Uber, Lyft, Gett
● Transportation studies put the annual cost of congestion at $160
billion, which includes 7 billion hours of time lost to sitting in
traffic and an extra 3 billion gallons of fuel burned (source).
● Taxi Cab Fare Prediction in Real Time
● Real-time ridesharing
● better utilize the empty seats in most passenger cars, thus
lowering fuel usage and transport costs.
● Ridesharing is also capable of serving one-time trips, not only
recurrent commute trips or scheduled trips
● Best route
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 9
Cabs
--Fare Prediction in Real Time
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 10
Carpooling
All 14,000 NYC Taxis
Could Be Replaced with
3,000 Rideshare Cars
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 11
Cabs
--real-time rideshare
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 12
Bikes
--find a bike
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 13
Combinations
United Airlines Uses
Groundbreaking Data Stream to
Get New Yorkers to the Airport
Faster
https://hub.united.com/united-nyc-taxi-top-cannes--2582457374.html
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 14
Big Data
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 15
The Quest for Scalable and Intelligent
Trajectory Data Analytics Systems
● Track in real-time aircrafts/vessels/cabs and know where an
aircraft/vessel/cab is at any given time,
● Learn trajectories from historical data, and impacts of weather
data (winds, rains, fogs, storms, thunders et cetera) on trips,
● Plan routes and trips (carpooling) schedules,
● Path patterns (infrequent/frequent path patterns)
● Hotspots areas
● Stay Points, trips’ trajectory patterns, driving and speed patterns.
● Predict future events such as a car:vessel destination, future traffic
congestion, trip’s cost, et cetera
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 16
Requirements
● Business Intelligence
● Retrospective, Predictive and Prescriptive Analytics
● Real-time Analytics
● Time-series aggregates
● Geospatial Data Management
● Scalability
● High Throughput
● Low Latency
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 17
Experiences
●Comparison of multiple data management systems including
elasticsearch, geomondrian+RDBMS, Neo4j, Spark GraphFrames
(A. Haddad, R. Moussa and T. Bejaoui, 2018)
●Predict arrival time and destination of Vessel in real-time -
DEBS’2018 Grand Challenge (R. Moussa, 2018)
●Geolocate an aircraft in real-time (A. Bannour, R. Moussa and T.
Bejaoui, 2019)
●Polystore solution for a smart city (NYC) (R. Moussa, 2020)
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 18
1. NYC Cabs data Exploration
● More than 200GB
● Yellow and Green taxi trips' records from 2009 to now
● capturing pick-up and drop-off dates/times, pick-up and drop-
off locations, fares, rate types, payment types, and driver-
reported passenger counts
● Turn trajectory data into knowledge
● Multi-dimensional analysis of trajectory data
● e.g. Average fare, Average trip duration... for a given pick-up
location and a given drop-off location between 9pm and 10pm
● Mining of Trajectory Patterns
● Hotspots and cold areas
● Frequent/Infrequent trajectory patterns
● Turn knowledge into decisions
● Intelligent urban computing
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 19
Elastic stack
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 20
Elastic stack
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 21
Elastic Stack
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 22
Contribution
●Key Functional Requirements of Intelligent and Scalable
Trajectory Data Analysis
●Overview of state-of-the-art open -source Technologies
»Elastic stack -data shippers + search engine + visualization
»Geomondrian -spatial relational OLAP engine + Relational DBMS
»Leaflet -JavaScript library for mobile-friendly interactive maps +
relational data store
»Neo4j -graph database
●Neo4j/ graph frames with OLAP operations
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 23
2. Aviations Data: OpenSky Network
– ADS-B
● https://opensky-network.org/
● A crowd-sourced network
● Aircrafts simply report their
exact locations
(determined with on-board
GPS sensors) to ground
stations periodically.
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 24
A Big Data Architecture for Air Traffic Control
● We use Apache Spark (PySpark) for both
●Historical data analysis
●Real-time data analysis
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 25
Flights Tracking API
● Allows to track flights in real time
● Calculate flights
patterns from historical data
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 26
Aircraft Localization Estimates
--Map
Real aircraft in blue
Predicted position of the aircraft is in red
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 27
zooming
Real aircraft in blue
Predicted position of the aircraft is in red
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 28
Error Information over 150 missing geo-data
attributes
Real coordinates Predicted coordinates
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 29
●Data
»Static information
●Ports' locations around the world.
»History Data of data streams
●Each ship sends a tuple according to its behavior based on the
AIS specifications
●Queries
»Q1: Predicting destinations of ships
»Q2: Predicting arrival times of ships
3. Marine Data
Vessels RT Tracking: DEBS’2018 Grand Challenge
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 30
Build Travel patterns
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 31
Example
Departure Port
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 32
..Example
time
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 33
DMA AIS data (2TB)
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 34
4. Polystore Design and Implementation for NYC
data lake
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 35
NYC MTR Network
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 36
Next
There is still big room for innovations and improvement in
several directions including: architecture, applications and
systems
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 37
References
● M. Dareck, C. Edelstenne, T. Enders, E. Fernandez, J.-P. Herteman, M.
Kerkloh, I. King, P. Ky, M. Mathieu, G. Orsi, G. Schotman, C. Smith, and
J.-D. Worner, “FlightPath 2050: Europe’s Vision for Aviation -Maintaining
Global Leadership and Serving Society’s Needs,”http://www.sesarju.eu/,
2010, online; accessed 10 August 2020.
● SESAR, “SESAR 2020,” http://www.sesarju.eu/, online; accessed 10
August 2020.
● ——, “Final Project Results Report - DART,” https://sesarju.eu/node/3179,
2019, online; accessed 10 August 2020.
● European Union and EuroControl and SESAR, “The DART Project: Data-
Driven Aircraft Trajectory Prediction Research,” http://dart-research.eu/,
online; accessed 10 August 2020.
● M. Schafer, M. Strohmeier, V. Lenders, I. Martinovic, and M. Wilhelm,
“Bringing up opensky: a large-scale ADS-B sensor network for research,”
in IPSN’14, Proceedings of the 13th International Symposium on
Information Processing in Sensor Networks (part of CPS Week), April 15-
17, 2014, Berlin, Germany, 2014, pp. 83–94.
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 38
References
● US NextGen, “Modernization of United States Airspace,”
https://www.faa.gov/nextgen/, 2019, online; accessed 10 August 2020.
● Mattias Schaffer and Vincent Lenders and Ivan Martinovis, “OpenSky
Network: Open Air Traffic Data for Research,” https://opensky-
network.org/, online; accessed 10 August 2020.
● M. Schafer, M. Strohmeier, V. Lenders, I. Martinovic, and M.
Wilhelm,“Demonstration abstract: Opensky: a large-scale ADS-B sensor
network for research,” in IPSN’14, Proceedings of the 13th International
Symposium on Information Processing in Sensor Networks (part of CPS
Week), April 15-17, 2014, Berlin, Germany, 2014, pp. 313–314.
● A. Doshi, “Aircraft position prediction using neural networks,” Ph.D.
dissertation, Massachusetts Institute of Technology. Dept. of Electrical
Engineering and Computer Science, Newark, may 2005.
● S. Ayhan and H. Samet, “Aircraft trajectory prediction made easy with
predictive analytics,” in Proceedings of the 22nd ACM SIGKDD
International Conference on Knowledge Discovery and Data Mining, San
Francisco, CA, USA, August 13-17, 2016, 2016, pp. 21–30.
3rd
IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 39
Conclusion and Future Work
● M. G. Hamed, R. Alligier, and D. Gianazza, “High confidence intervals
applied to aircraft altitude prediction,” IEEE Trans. Intelligent
Transportation Systems, vol. 17, no. 9, pp. 2515–2527, 2016.
● M. Strohmeier, I. Martinovic, and V. Lenders, “A k-NN-based localization
approach for crowdsourced air traffic communication networks,” IEEE
Trans. Aerospace and Electronic Systems, vol. 54, no. 3, pp. 1519–1529,
2018.
● Y. Liu and M. Hansen, “Predicting aircraft trajectories: A deep generative
convolutional recurrent neural networks approach,” CoRR, vol.
abs/1812.11670, 2018. [Online]. Available: http://arxiv.org/abs/1812.11670
● Mattias Schaffer and Martin Strohmeier, “OpenSky Workshops ,”
https://workshop.opensky-network.org/, online; accessed 10 August 2020.
● R. Moussa, “Scalable maritime traffic map inference and real-time
prediction of vessels’ future locations on apache spark,” in Proceedings of
the 12th ACM International Conference on Distributed and Event-based
Systems, DEBS 2018, Hamilton, New Zealand, June 25-29, 2018, 2018,
pp. 213–216.
Company
LOGO Thank you for your Attention
Q & A
Transportation in the New Era of Data Intelligence:
Challenges, Mandate, Experiences and Research
Agenda
Rim Moussa
3rd
IEEE International Symposium on Advanced
Electrical and Communication Technologies, 2020
Ibn Tofail University
Knitra: virtual, Kingdom of Morocco
Company
LOGO
Speaker Bio
Rim Moussa is a tenured associate professor at University of Carthage, and
researcher at LaTICE lab.. She is also habilitated as associate professor in Computer
Science Engineering by the the French National Council of Universities. She received
her M.Sc. and Ph.D in Computer Science (Scalable and Distributed Data Management
Systems) from Université Paris IX Dauphine (France) under the supervision of Pr.
Witold LITWIN.
She ensures both undergraduate and graduate lectures, related to databases, distributed data
management systems, business intelligence fundamentals and practices: Data Warehousing
and OLAP, NoSQL databases, GIS and Spatial databases, and Cloud Computing & High
Performance Computing (Big Data, Apache Hadoop, Apache Spark..).
She participated to multiple R&D projects (SDDS, ICONS -CERIA, HA Grid -CERN, GORDA -USI,
WebArchive -InternetMemory, DataScale PIA -Inria). Her current research interests include
Scalable and Distributed Data Management systems, Multidimensional data modeling and
querying, Big Data Architectures at scale and Spatial Computing at scale.
3rd
IEEE International Symposium on Advanced
Electrical and Communication Technologies, 2020
Ibn Tofail University
Knitra: virtual, Kingdom of Morocco
Company
LOGO
Keynote Abstract
The new era of ground, maritime and air transportation promotes intelligence in analytic of big
trajectory data, in order to increase systems’ autonomy, safety and productivity.
A large volume of sensor networks and trajectories of mobile objects are collected. Such data
offer us high value knowledge to understand moving objects and locations, fostering a broad
range of applications in smart cities, enabling intelligent transportation systems and intelligent
urban computing. Consequently, we need to engineer scalable and smart
Trajectory Data Analytic Systems in order to analyse both historical data and real-time data
flows. Trajectory data feature characteristics, which traditional systems cannot handle, such as
high volume, high velocity and high variety as well as veracity concerns.
In this keynote, we first present a mandate for intelligent transportation in the big data era. In
the second part we share the outcome of our projects for smart maritime, ground and aircraft
transportation. Finally we present a research agenda.
3rd
IEEE International Symposium on Advanced
Electrical and Communication Technologies, 2020
Ibn Tofail University
Knitra: virtual, Kingdom of Morocco

More Related Content

What's hot

Big data overwiew
Big data overwiewBig data overwiew
Big data overwiewDataArt
 
Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...
Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...
Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...Alina Vilk
 
ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)ICARUS2020.aero
 
Wikidata as a linking hub for knowledge organization systems? Integrating an ...
Wikidata as a linking hub for knowledge organization systems? Integrating an ...Wikidata as a linking hub for knowledge organization systems? Integrating an ...
Wikidata as a linking hub for knowledge organization systems? Integrating an ...Joachim Neubert
 
Bde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sap
Bde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sapBde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sap
Bde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sapBigData_Europe
 
HLG Big Data project and Sandbox
HLG Big Data project and SandboxHLG Big Data project and Sandbox
HLG Big Data project and SandboxCarlo Vaccari
 
Big Data Europe Concept and Platform
Big Data Europe Concept and PlatformBig Data Europe Concept and Platform
Big Data Europe Concept and PlatformBigData_Europe
 
2.2 L'information géographique pour une coopération transfrontalière efficace
2.2 L'information géographique pour une coopération transfrontalière efficace2.2 L'information géographique pour une coopération transfrontalière efficace
2.2 L'information géographique pour une coopération transfrontalière efficacegrisicap
 

What's hot (8)

Big data overwiew
Big data overwiewBig data overwiew
Big data overwiew
 
Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...
Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...
Big data overwiew, Татьяна Матвиенко/Александр Павленко, Senior Java/BigData ...
 
ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - BDVA Policy Session (November 2018, Vienna)
 
Wikidata as a linking hub for knowledge organization systems? Integrating an ...
Wikidata as a linking hub for knowledge organization systems? Integrating an ...Wikidata as a linking hub for knowledge organization systems? Integrating an ...
Wikidata as a linking hub for knowledge organization systems? Integrating an ...
 
Bde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sap
Bde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sapBde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sap
Bde sc3 2nd_workshop_2016_10_04_p02_maher_chebbo_sap
 
HLG Big Data project and Sandbox
HLG Big Data project and SandboxHLG Big Data project and Sandbox
HLG Big Data project and Sandbox
 
Big Data Europe Concept and Platform
Big Data Europe Concept and PlatformBig Data Europe Concept and Platform
Big Data Europe Concept and Platform
 
2.2 L'information géographique pour une coopération transfrontalière efficace
2.2 L'information géographique pour une coopération transfrontalière efficace2.2 L'information géographique pour une coopération transfrontalière efficace
2.2 L'information géographique pour une coopération transfrontalière efficace
 

Similar to Keynote27nov

FIWARE Smart Data Models and Public Open Data in SmartCities.pdf
FIWARE Smart Data Models and Public Open Data in SmartCities.pdfFIWARE Smart Data Models and Public Open Data in SmartCities.pdf
FIWARE Smart Data Models and Public Open Data in SmartCities.pdfFIWARE
 
Project Phase 2 ppt.pptx
Project Phase 2 ppt.pptxProject Phase 2 ppt.pptx
Project Phase 2 ppt.pptxMalavika20AIML
 
BDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport Project
BDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport ProjectBDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport Project
BDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport ProjectBigData_Europe
 
ISCF Future Flight Networking Event - Use cases
ISCF Future Flight Networking Event - Use casesISCF Future Flight Networking Event - Use cases
ISCF Future Flight Networking Event - Use casesKTN
 
Data Platform for the connection of cognitive Ports
Data Platform for the connection of cognitive PortsData Platform for the connection of cognitive Ports
Data Platform for the connection of cognitive PortsBig Data Value Association
 
VEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoVEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoKohei Hosono
 
StreamSight - Query-Driven Descriptive Analytics for IoT and Edge Computing
StreamSight - Query-Driven Descriptive Analytics for IoT and Edge ComputingStreamSight - Query-Driven Descriptive Analytics for IoT and Edge Computing
StreamSight - Query-Driven Descriptive Analytics for IoT and Edge ComputingDemetris Trihinas
 
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...Syed Hassan Ahmed
 
SparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark Deployments
SparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark DeploymentsSparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark Deployments
SparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark DeploymentsMoysisSymeonides
 
Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15Muriel Walter
 
Facts | The Pan European Transport & Logistics Magazine.pdf
Facts | The Pan European Transport & Logistics Magazine.pdfFacts | The Pan European Transport & Logistics Magazine.pdf
Facts | The Pan European Transport & Logistics Magazine.pdfVograce
 
Vehicular Delay Tolerant Network (VDTN): Routing Perspectives
Vehicular Delay Tolerant Network (VDTN):Routing PerspectivesVehicular Delay Tolerant Network (VDTN):Routing Perspectives
Vehicular Delay Tolerant Network (VDTN): Routing PerspectivesSyed Hassan Ahmed
 
Medium access in cloud-based for the internet of things based on mobile vehic...
Medium access in cloud-based for the internet of things based on mobile vehic...Medium access in cloud-based for the internet of things based on mobile vehic...
Medium access in cloud-based for the internet of things based on mobile vehic...TELKOMNIKA JOURNAL
 
SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...
SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...
SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...IJCNCJournal
 
Sss14duke BT Innovate Research Design
Sss14duke BT Innovate Research DesignSss14duke BT Innovate Research Design
Sss14duke BT Innovate Research DesignJustin Hayward
 
Augastiny_VANET advantages and disadvantages.pptx
Augastiny_VANET advantages and disadvantages.pptxAugastiny_VANET advantages and disadvantages.pptx
Augastiny_VANET advantages and disadvantages.pptxKNaveenKumarECE
 
Preprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdf
Preprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdfPreprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdf
Preprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdfChristo Ananth
 

Similar to Keynote27nov (20)

Isncc2020
Isncc2020Isncc2020
Isncc2020
 
FIWARE Smart Data Models and Public Open Data in SmartCities.pdf
FIWARE Smart Data Models and Public Open Data in SmartCities.pdfFIWARE Smart Data Models and Public Open Data in SmartCities.pdf
FIWARE Smart Data Models and Public Open Data in SmartCities.pdf
 
Project Phase 2 ppt.pptx
Project Phase 2 ppt.pptxProject Phase 2 ppt.pptx
Project Phase 2 ppt.pptx
 
BDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport Project
BDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport ProjectBDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport Project
BDE_SC4_WS3_3_Rodrigo Castineira - Transforming Transport Project
 
ISCF Future Flight Networking Event - Use cases
ISCF Future Flight Networking Event - Use casesISCF Future Flight Networking Event - Use cases
ISCF Future Flight Networking Event - Use cases
 
Data Platform for the connection of cognitive Ports
Data Platform for the connection of cognitive PortsData Platform for the connection of cognitive Ports
Data Platform for the connection of cognitive Ports
 
VEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoVEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei Hosono
 
StreamSight - Query-Driven Descriptive Analytics for IoT and Edge Computing
StreamSight - Query-Driven Descriptive Analytics for IoT and Edge ComputingStreamSight - Query-Driven Descriptive Analytics for IoT and Edge Computing
StreamSight - Query-Driven Descriptive Analytics for IoT and Edge Computing
 
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
 
SparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark Deployments
SparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark DeploymentsSparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark Deployments
SparkEdgeEmu: An Emulation Framework for Edge-enabled Apache Spark Deployments
 
Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15
 
Introduction to IoT unit II
Introduction to IoT  unit IIIntroduction to IoT  unit II
Introduction to IoT unit II
 
Facts | The Pan European Transport & Logistics Magazine.pdf
Facts | The Pan European Transport & Logistics Magazine.pdfFacts | The Pan European Transport & Logistics Magazine.pdf
Facts | The Pan European Transport & Logistics Magazine.pdf
 
Vehicular Delay Tolerant Network (VDTN): Routing Perspectives
Vehicular Delay Tolerant Network (VDTN):Routing PerspectivesVehicular Delay Tolerant Network (VDTN):Routing Perspectives
Vehicular Delay Tolerant Network (VDTN): Routing Perspectives
 
Medium access in cloud-based for the internet of things based on mobile vehic...
Medium access in cloud-based for the internet of things based on mobile vehic...Medium access in cloud-based for the internet of things based on mobile vehic...
Medium access in cloud-based for the internet of things based on mobile vehic...
 
SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...
SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...
SCALABLE AND ENERGY EFFICIENT TASK OFFLOADING SCHEMES FOR VEHICULAR CLOUD COM...
 
Introduction to IoT - Unit II.pptx
Introduction to IoT - Unit II.pptxIntroduction to IoT - Unit II.pptx
Introduction to IoT - Unit II.pptx
 
Sss14duke BT Innovate Research Design
Sss14duke BT Innovate Research DesignSss14duke BT Innovate Research Design
Sss14duke BT Innovate Research Design
 
Augastiny_VANET advantages and disadvantages.pptx
Augastiny_VANET advantages and disadvantages.pptxAugastiny_VANET advantages and disadvantages.pptx
Augastiny_VANET advantages and disadvantages.pptx
 
Preprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdf
Preprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdfPreprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdf
Preprint-EAI ICNGWN2023 - 19-20 Oct 2023.pdf
 

Recently uploaded

Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 

Recently uploaded (20)

Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 

Keynote27nov

  • 1. Company LOGO Transportation in the New Era of Data Intelligence: Challenges, Mandate, Experiences and Research Agenda Dr. Rim Moussa LaTICE Lab. University of Tunis, Tunisia Associate professor at University of Carthage, Tunisia 3rd IEEE International Symposium on Advanced Electrical and Communication Technologies, 2020 Ibn Tofail University Knitra: virtual, Kingdom of Morocco
  • 2. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 2 Outline ● Context ● Mandate for Scalable and smart Trajectory Data Analytic Systems ● Experiences ● Ground Transportation (NYC cabs) ● Maritime Traffic (DMA) ● Air Traffic (OpenSky Network) ● NYC open data polystore ● Research Agenda ● Conclusion
  • 3. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 3 Maritime Traffic
  • 4. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 4 Air Traffic
  • 5. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 5 Brussels data mobility counts count: Number of vehicules passed between start and end time. speed: Average speed of counted vehicules. occupancy: Percentage of time the detector is covered by a vehicule. from: Timestamp of start time. to: Timestamp of to time.
  • 6. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 6 Context --Aviation ● (2019) The aviation industry supports ● 87.7 million jobs around the world. Some of these roles are within the industry itself, at airports, for airlines, and in civil aerospace and air navigation services. ● $3.5 trillion (4.1%) of the world's gross domestic product. ● Multiple groups promote the transformation of aviation into cleaner, safer, more efficient and predictable system, such as ● High Level Group on Aviation Research Europe Commission in 2011: European Aviation Vision 2050 ● SESAR (Europe) in 2017 DART project (abrev. Data-driven AiRcraft Trajectory prediction research) ● Next Generation Air Transportation (2012-2025) USA
  • 7. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 7 Context --Vessels ●Autonomous Vessels ●Smart Vessels ●Connected Vessels ●Increase »Maritime surveillance »Safety »Security »Economy ●Optimum route planning
  • 8. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 8 Context --Cabs ● Uber, Lyft, Gett ● Transportation studies put the annual cost of congestion at $160 billion, which includes 7 billion hours of time lost to sitting in traffic and an extra 3 billion gallons of fuel burned (source). ● Taxi Cab Fare Prediction in Real Time ● Real-time ridesharing ● better utilize the empty seats in most passenger cars, thus lowering fuel usage and transport costs. ● Ridesharing is also capable of serving one-time trips, not only recurrent commute trips or scheduled trips ● Best route
  • 9. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 9 Cabs --Fare Prediction in Real Time
  • 10. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 10 Carpooling All 14,000 NYC Taxis Could Be Replaced with 3,000 Rideshare Cars
  • 11. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 11 Cabs --real-time rideshare
  • 12. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 12 Bikes --find a bike
  • 13. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 13 Combinations United Airlines Uses Groundbreaking Data Stream to Get New Yorkers to the Airport Faster https://hub.united.com/united-nyc-taxi-top-cannes--2582457374.html
  • 14. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 14 Big Data
  • 15. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 15 The Quest for Scalable and Intelligent Trajectory Data Analytics Systems ● Track in real-time aircrafts/vessels/cabs and know where an aircraft/vessel/cab is at any given time, ● Learn trajectories from historical data, and impacts of weather data (winds, rains, fogs, storms, thunders et cetera) on trips, ● Plan routes and trips (carpooling) schedules, ● Path patterns (infrequent/frequent path patterns) ● Hotspots areas ● Stay Points, trips’ trajectory patterns, driving and speed patterns. ● Predict future events such as a car:vessel destination, future traffic congestion, trip’s cost, et cetera
  • 16. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 16 Requirements ● Business Intelligence ● Retrospective, Predictive and Prescriptive Analytics ● Real-time Analytics ● Time-series aggregates ● Geospatial Data Management ● Scalability ● High Throughput ● Low Latency
  • 17. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 17 Experiences ●Comparison of multiple data management systems including elasticsearch, geomondrian+RDBMS, Neo4j, Spark GraphFrames (A. Haddad, R. Moussa and T. Bejaoui, 2018) ●Predict arrival time and destination of Vessel in real-time - DEBS’2018 Grand Challenge (R. Moussa, 2018) ●Geolocate an aircraft in real-time (A. Bannour, R. Moussa and T. Bejaoui, 2019) ●Polystore solution for a smart city (NYC) (R. Moussa, 2020)
  • 18. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 18 1. NYC Cabs data Exploration ● More than 200GB ● Yellow and Green taxi trips' records from 2009 to now ● capturing pick-up and drop-off dates/times, pick-up and drop- off locations, fares, rate types, payment types, and driver- reported passenger counts ● Turn trajectory data into knowledge ● Multi-dimensional analysis of trajectory data ● e.g. Average fare, Average trip duration... for a given pick-up location and a given drop-off location between 9pm and 10pm ● Mining of Trajectory Patterns ● Hotspots and cold areas ● Frequent/Infrequent trajectory patterns ● Turn knowledge into decisions ● Intelligent urban computing
  • 19. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 19 Elastic stack
  • 20. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 20 Elastic stack
  • 21. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 21 Elastic Stack
  • 22. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 22 Contribution ●Key Functional Requirements of Intelligent and Scalable Trajectory Data Analysis ●Overview of state-of-the-art open -source Technologies »Elastic stack -data shippers + search engine + visualization »Geomondrian -spatial relational OLAP engine + Relational DBMS »Leaflet -JavaScript library for mobile-friendly interactive maps + relational data store »Neo4j -graph database ●Neo4j/ graph frames with OLAP operations
  • 23. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 23 2. Aviations Data: OpenSky Network – ADS-B ● https://opensky-network.org/ ● A crowd-sourced network ● Aircrafts simply report their exact locations (determined with on-board GPS sensors) to ground stations periodically.
  • 24. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 24 A Big Data Architecture for Air Traffic Control ● We use Apache Spark (PySpark) for both ●Historical data analysis ●Real-time data analysis
  • 25. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 25 Flights Tracking API ● Allows to track flights in real time ● Calculate flights patterns from historical data
  • 26. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 26 Aircraft Localization Estimates --Map Real aircraft in blue Predicted position of the aircraft is in red
  • 27. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 27 zooming Real aircraft in blue Predicted position of the aircraft is in red
  • 28. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 28 Error Information over 150 missing geo-data attributes Real coordinates Predicted coordinates
  • 29. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 29 ●Data »Static information ●Ports' locations around the world. »History Data of data streams ●Each ship sends a tuple according to its behavior based on the AIS specifications ●Queries »Q1: Predicting destinations of ships »Q2: Predicting arrival times of ships 3. Marine Data Vessels RT Tracking: DEBS’2018 Grand Challenge
  • 30. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 30 Build Travel patterns
  • 31. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 31 Example Departure Port
  • 32. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 32 ..Example time
  • 33. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 33 DMA AIS data (2TB)
  • 34. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 34 4. Polystore Design and Implementation for NYC data lake
  • 35. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 35 NYC MTR Network
  • 36. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 36 Next There is still big room for innovations and improvement in several directions including: architecture, applications and systems
  • 37. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 37 References ● M. Dareck, C. Edelstenne, T. Enders, E. Fernandez, J.-P. Herteman, M. Kerkloh, I. King, P. Ky, M. Mathieu, G. Orsi, G. Schotman, C. Smith, and J.-D. Worner, “FlightPath 2050: Europe’s Vision for Aviation -Maintaining Global Leadership and Serving Society’s Needs,”http://www.sesarju.eu/, 2010, online; accessed 10 August 2020. ● SESAR, “SESAR 2020,” http://www.sesarju.eu/, online; accessed 10 August 2020. ● ——, “Final Project Results Report - DART,” https://sesarju.eu/node/3179, 2019, online; accessed 10 August 2020. ● European Union and EuroControl and SESAR, “The DART Project: Data- Driven Aircraft Trajectory Prediction Research,” http://dart-research.eu/, online; accessed 10 August 2020. ● M. Schafer, M. Strohmeier, V. Lenders, I. Martinovic, and M. Wilhelm, “Bringing up opensky: a large-scale ADS-B sensor network for research,” in IPSN’14, Proceedings of the 13th International Symposium on Information Processing in Sensor Networks (part of CPS Week), April 15- 17, 2014, Berlin, Germany, 2014, pp. 83–94.
  • 38. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 38 References ● US NextGen, “Modernization of United States Airspace,” https://www.faa.gov/nextgen/, 2019, online; accessed 10 August 2020. ● Mattias Schaffer and Vincent Lenders and Ivan Martinovis, “OpenSky Network: Open Air Traffic Data for Research,” https://opensky- network.org/, online; accessed 10 August 2020. ● M. Schafer, M. Strohmeier, V. Lenders, I. Martinovic, and M. Wilhelm,“Demonstration abstract: Opensky: a large-scale ADS-B sensor network for research,” in IPSN’14, Proceedings of the 13th International Symposium on Information Processing in Sensor Networks (part of CPS Week), April 15-17, 2014, Berlin, Germany, 2014, pp. 313–314. ● A. Doshi, “Aircraft position prediction using neural networks,” Ph.D. dissertation, Massachusetts Institute of Technology. Dept. of Electrical Engineering and Computer Science, Newark, may 2005. ● S. Ayhan and H. Samet, “Aircraft trajectory prediction made easy with predictive analytics,” in Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, August 13-17, 2016, 2016, pp. 21–30.
  • 39. 3rd IEEE Intl. Symposium on Advanced Electrical and Communication Technologies @ Knitra, Morocco 2020 39 Conclusion and Future Work ● M. G. Hamed, R. Alligier, and D. Gianazza, “High confidence intervals applied to aircraft altitude prediction,” IEEE Trans. Intelligent Transportation Systems, vol. 17, no. 9, pp. 2515–2527, 2016. ● M. Strohmeier, I. Martinovic, and V. Lenders, “A k-NN-based localization approach for crowdsourced air traffic communication networks,” IEEE Trans. Aerospace and Electronic Systems, vol. 54, no. 3, pp. 1519–1529, 2018. ● Y. Liu and M. Hansen, “Predicting aircraft trajectories: A deep generative convolutional recurrent neural networks approach,” CoRR, vol. abs/1812.11670, 2018. [Online]. Available: http://arxiv.org/abs/1812.11670 ● Mattias Schaffer and Martin Strohmeier, “OpenSky Workshops ,” https://workshop.opensky-network.org/, online; accessed 10 August 2020. ● R. Moussa, “Scalable maritime traffic map inference and real-time prediction of vessels’ future locations on apache spark,” in Proceedings of the 12th ACM International Conference on Distributed and Event-based Systems, DEBS 2018, Hamilton, New Zealand, June 25-29, 2018, 2018, pp. 213–216.
  • 40. Company LOGO Thank you for your Attention Q & A Transportation in the New Era of Data Intelligence: Challenges, Mandate, Experiences and Research Agenda Rim Moussa 3rd IEEE International Symposium on Advanced Electrical and Communication Technologies, 2020 Ibn Tofail University Knitra: virtual, Kingdom of Morocco
  • 41. Company LOGO Speaker Bio Rim Moussa is a tenured associate professor at University of Carthage, and researcher at LaTICE lab.. She is also habilitated as associate professor in Computer Science Engineering by the the French National Council of Universities. She received her M.Sc. and Ph.D in Computer Science (Scalable and Distributed Data Management Systems) from Université Paris IX Dauphine (France) under the supervision of Pr. Witold LITWIN. She ensures both undergraduate and graduate lectures, related to databases, distributed data management systems, business intelligence fundamentals and practices: Data Warehousing and OLAP, NoSQL databases, GIS and Spatial databases, and Cloud Computing & High Performance Computing (Big Data, Apache Hadoop, Apache Spark..). She participated to multiple R&D projects (SDDS, ICONS -CERIA, HA Grid -CERN, GORDA -USI, WebArchive -InternetMemory, DataScale PIA -Inria). Her current research interests include Scalable and Distributed Data Management systems, Multidimensional data modeling and querying, Big Data Architectures at scale and Spatial Computing at scale. 3rd IEEE International Symposium on Advanced Electrical and Communication Technologies, 2020 Ibn Tofail University Knitra: virtual, Kingdom of Morocco
  • 42. Company LOGO Keynote Abstract The new era of ground, maritime and air transportation promotes intelligence in analytic of big trajectory data, in order to increase systems’ autonomy, safety and productivity. A large volume of sensor networks and trajectories of mobile objects are collected. Such data offer us high value knowledge to understand moving objects and locations, fostering a broad range of applications in smart cities, enabling intelligent transportation systems and intelligent urban computing. Consequently, we need to engineer scalable and smart Trajectory Data Analytic Systems in order to analyse both historical data and real-time data flows. Trajectory data feature characteristics, which traditional systems cannot handle, such as high volume, high velocity and high variety as well as veracity concerns. In this keynote, we first present a mandate for intelligent transportation in the big data era. In the second part we share the outcome of our projects for smart maritime, ground and aircraft transportation. Finally we present a research agenda. 3rd IEEE International Symposium on Advanced Electrical and Communication Technologies, 2020 Ibn Tofail University Knitra: virtual, Kingdom of Morocco