41
AGENDA Introduction Map Functionalities Desktop Integration Architecture / Troubleshooting Coming Next

Interactive Map 3rd Level support presentation - LinkedIn

Embed Size (px)

Citation preview

Page 1: Interactive Map 3rd Level support presentation - LinkedIn

AGENDA

• Introduction• Map Functionalities• Desktop Integration• Architecture / Troubleshooting• Coming Next

Page 2: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map• C&E = Commodities & Energy• Commodity is a good for which there is demand

Soft commodities are goods that are grown Hard commodities are the ones that are extracted through mining. Energy commodities are electricity, gas, coal and oil. Electricity has the

particular characteristic that it is either impossible or uneconomical to store, hence, electricity must be consumed as soon as it is produced.

Physical Asset An asset such as a building or equipment that has a physical presence :

Mines, Refineries, etc..

Page 3: Interactive Map 3rd Level support presentation - LinkedIn

Interactive MapIn a nutshell,

Interactive Map displays Physical Assets related to specific

CommoditiesCoal Mine Oil Refinery

Aluminium Smelter

Wheat Container(*)

Cobalt Refinery

CornContainer(*)

(*) commodities info is not yet available for vessels

Page 4: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map – NeedsWhat is the specific client need that is being addressed? What problem is the proposition trying to solve?

Allow a user to understand the supply chain and assess the impact of events affecting the supply chain. An intuitive start point for analysis or a dashboard by using a map.

Why is a new proposition needed to serve this market? Why is Thomson Reuters best positioned to deliver it?

New displays (including maps) will help a user understand the supply chain and assess events. Re-work the database to integrate into our real time data.

Research showed that customers want to assess fundamentals in the context of news and prices.

What are the business benefits for our customers? What will they be able to do that they cannot do today?

Access to unique content

Easy access to multiple sources to increase speed of response

An intuitive start point for analysis of an event

Customisable analytics through a contextual, user-defined search and ability to export into excel

Ability to connect and analyse the supply chain and supply and demand balances

Ability to correlate assets and data to reduce the “unknowns” around an event

Ability to interact and share market intelligence with people who are relevant to the event you are analysing

What are the business benefits to Thomson Reuters? What are the financial and non financial benefits (e.g. skills, experience, etc.)?

Competitive Differentiators are unique content, global scale and coverage, access to expert network

Experience with mapping technology and improved weather analytics.

Mapping component / service within Common Platform

Page 5: Interactive Map 3rd Level support presentation - LinkedIn

Coal

Crude

Natural

gas

TransportShips Pipeline

Oil wells

LNGLiquification

Refinery

Power Station

Fuel oil

ElectricityCoal mines

TransportShipsTrains

TransportPipeline

Metal Mines

OreTransportShips Road

Smelters

Warehousing

RefinersConstructionCar manufacturingConsumers goods

CropProduction

Processor /Refiners

Elevator / Exporter

Crops

Ethanol / Biodiesel plant

Ethanol Blended diesel

Wholesales / Retail Markets

Distribution / logistics

Crops CropsCereal, coffee

Coal

Ore

Industrial & ResidentialConsumers

Car, trucksBlending plant / racks GasolineBiodiesel

Consumer base

Natural gas

GasolineDiesel

Heating oil

HydroUranium

Wind

Distribution/grid

Unrefined metals

Refined Metals

LNGRegasification

TransportLNG Ships

ElectricityCoal

Turbines

Reservoir

Page 6: Interactive Map 3rd Level support presentation - LinkedIn

Demand

Production

Soil Moisture

CurrentForecastHistorical

Averages & Difference

Precip/Rainfall Temperature

Storage

Producers/Sellers

Consumers/ Buyers

Prices

Quantity

Supply

Inputs

Alternatives

Fertlizer

Currency

Transportation Prices

Crude Oil

Other Factors Affecting Demand

Usage

FoodFuelFeed

Other Factors Affecting Supply

Geopolitical

Transportation

Crop/Product

Technology

Severe Weather

AGRICULTURE FUNDAMENTALS CONCEPTUAL DATA: CROP/PRODUCT PERSPECTIVE

Crop/Product Other FactorPotential Map

KeyApplies to each

lower level geography

* may apply to:

Country/Geography*

WORLD

WORLD REGIONS

COUNTRIES

STATES/

PROVINCES

Spot

On Farm

Off Farm

Ending Stocks

BasisInvestor Appetite

Local

Exports

Growing Season(s)

Acreage Planted/

Harvested

Crop Stages

Land Available for Farming

Growing Capacity

Crop Progress

Crop Yield

Geopolitical

Weather

Disease/Insects

Futures

Processing Capacity

Page 7: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map

Challenges• Performance• Volume and diversities of data : Mines, Oil

refineries, Oil Platforms, Vessels, KML, News headline, Real-time…

• Several data sources to consolidate : GPS, SnS, Bing, DaPS, News, Real-time…

7

Page 8: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map - Performance- All network requests/responses are threaded- Batch requests- Use XPathDocument rather then XmlDocument- Use WPF binding rather than code behind (not that much !)- Reduce as far as possible number of graphical objects

(Clustering)- Special ObservableCollection (Batch events)- Protobuf serialization (Google)- Different kind of caches (kml, SnS, GPS, RCSs…)- Detect “non-sense” requests- Detect “obsolete” responses

Page 9: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map - Data

~100 Physical Asset types- Vessels, Mines, Refineries, Smelters,…

• 19K large ships * ~200K smaller ships

• every 6h, ~10K ships are updated at once

• ship position is tracked near real-time

~350 Underlying Product types / Commodities

- Oils, Nickel, Tobacco, Egg, Cotton,…

~ 3825 Geographical regions

- States, Countries, Ports, Waypoints, Rivers,…

Page 10: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map - Source

Physical Asset SourceOil Refineries Thomson Reuters proprietary database

Coal Mines RMG (Raw Materials Group)

U.S. Nuclear Power Stations EIA (Energy and Information Administration)

Base and Precious Metals Thomson Reuters proprietary database

Iron Ore and Minor Metals RMG (Raw Materials Group).

Vessels AXSMarine / Spacequest / VesselTracker

Page 11: Interactive Map 3rd Level support presentation - LinkedIn

Map - ComponentOne

WPF Component

User Data Overlay

Background Layout

Tiles Layout(s)

Data Layout(s)

Tools Layout

Interactive Map is Built over a 3rdparty component named ComponentOne – C1Map

Page 12: Interactive Map 3rd Level support presentation - LinkedIn

Map - Functionalities

Zoom and Pan interaction- Navigation/Zoom widget- Map preview- Mouse- Keyboard

Page 13: Interactive Map 3rd Level support presentation - LinkedIn

Map - Functionalities

23 levels of zoom

Page 14: Interactive Map 3rd Level support presentation - LinkedIn

Map - Functionalities

Scale- Compute from the center point- Depend on latitude (Earth is not flat !)- Depend on zoom

North Pole scale

Near equator scale

Page 15: Interactive Map 3rd Level support presentation - LinkedIn

Map - Functionalities

Backgrounds- Aerial- Aerial with Labels- Road- Low Resolution

Page 16: Interactive Map 3rd Level support presentation - LinkedIn

Overlays

EnergyOil RefineriesCoal MinesU.S. Nuclear Power

MetalsBase MetalsIron and Steel MetalsPrecious MetalsMinor Metals

VesselsBulkersTankersContainer and ROROOther Vessels

Page 17: Interactive Map 3rd Level support presentation - LinkedIn

Overlays

Each overlay has- an icon- a color- a configuration panel- a map layout

Page 18: Interactive Map 3rd Level support presentation - LinkedIn

Each asset has- an identifier : RIC- icons- a color- a popup- states- a set of properties

Overlays

Page 19: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map - Functionalities

Clusters vs ItemsFor improving performance and reading, when number of items exceed 300 we switch to a clustering view.

Page 20: Interactive Map 3rd Level support presentation - LinkedIn

Interactive Map - Functionalities

Views : Single Map/Multi Maps/Table

Page 21: Interactive Map 3rd Level support presentation - LinkedIn

Animation

Page 22: Interactive Map 3rd Level support presentation - LinkedIn

Coming next- News- User KML- Portfolio- Localization- Weather- Real-time- Remove clustering

Page 23: Interactive Map 3rd Level support presentation - LinkedIn
Page 24: Interactive Map 3rd Level support presentation - LinkedIn
Page 25: Interactive Map 3rd Level support presentation - LinkedIn
Page 26: Interactive Map 3rd Level support presentation - LinkedIn
Page 27: Interactive Map 3rd Level support presentation - LinkedIn
Page 28: Interactive Map 3rd Level support presentation - LinkedIn
Page 29: Interactive Map 3rd Level support presentation - LinkedIn

Map ScreenshotsSoil Moisture• World View• Country Level

Crop overlays

Page 30: Interactive Map 3rd Level support presentation - LinkedIn

Map ScreenshotsSevere Weather Overlays• Winter / Freeze Maps• Flood• Snow• Other Severe

Crop Overlays

Page 31: Interactive Map 3rd Level support presentation - LinkedIn

Map ScreenshotsWorld Temp/Rainfall/etc.

Overlays of Crop regions

Page 32: Interactive Map 3rd Level support presentation - LinkedIn
Page 33: Interactive Map 3rd Level support presentation - LinkedIn
Page 34: Interactive Map 3rd Level support presentation - LinkedIn
Page 35: Interactive Map 3rd Level support presentation - LinkedIn
Page 36: Interactive Map 3rd Level support presentation - LinkedIn
Page 37: Interactive Map 3rd Level support presentation - LinkedIn
Page 38: Interactive Map 3rd Level support presentation - LinkedIn
Page 39: Interactive Map 3rd Level support presentation - LinkedIn
Page 40: Interactive Map 3rd Level support presentation - LinkedIn
Page 41: Interactive Map 3rd Level support presentation - LinkedIn