SlideShare uma empresa Scribd logo
1 de 25
Baixar para ler offline
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Linking Spectrum Dataflows to MapInfo Pro
March 27, 2019
Peter Horsbøll Møller
Channel Enablement Specialist LI/GIS
Distinguished Engineer
Channel EnablementWebinars
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2
What capabilities of the Spectrum
Technology Platform can I use from within
MapInfo Pro?
How can I create a dataflow in Spectrum and
make it accessible to MapInfo Pro?
How can I use an existing Spectrum dataflow
from within MapInfo Pro?
The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro
Today’s Agenda
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
SpectrumTM Technology Platform
Modular, scalable platform that allows organisations to use their enterprise information assets to support strategic, operational
and tactical decisions.
• Single, open architected, unified framework
• Facilitate insight that is derived from a fusion of
business, spatial and third-party data
• Simple to implement & use
• Cost effective
• Grows with your business need
• Future proofed Mapping
Data Quality
SpatialAnalytics
GeoProcessing
Data Integration
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 4
MapInfo Pro
• An easy-to-use desktop mapping application which provides
comprehensive Location Intelligence capabilities
• Base map creation and editing
• Visualisation and analysis
• Supports vector as well as raster analysis
• Output and sharing in all forms
• Integrated with the Pitney Bowes Location Intelligence Suite
• Easy to learn and use
• Available in 16 languages in the same application
• Includes a free viewer
• Customizable via MapBasic, .NET and other languages
4
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2
What capabilities of the Spectrum
Technology Platform can I use from within
MapInfo Pro?
How can I create a dataflow in Spectrum and
make it accessible to MapInfo Pro?
How can I use an existing Spectrum dataflow
from within MapInfo Pro?
The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro
Today’s Agenda
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Orchestration
SpectrumTM Technology Platform
The Pitney Bowes Spectrum Technology Platform
Interactive Driver. Management Console. Platform APIs . Platform Web Services.
Web Services / Client Software Integration Hooks Business Services
MasterData
Management
EntityResolution
NameManagement
EnterpriseDataQuality
LocationIntelligence
WatchlistResolution
AddressManagement
CustomerAnalyticsfor
Statisticians
CustomerAnalyticsfor
Marketers
BIGDataIntegration
SpectrumSpatial
Bundle
Information
Governance
EmbeddedCustomer
Analytics
DataIntegration
BasicDataIntegration
SpectrumSpatialfor
BusinessIntelligence
EnterpriseGeocoding
EnterpriseRouting
Custom
Applications
Relationship Analysis
Client
Business Steward Module Data Discovery Module
Spectrum Spatial
Analyst
Spectrum Spatial
Manager
6
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
How does Spectrum Spatial Analyst communicate with the
Spectrum Platform?
It uses the modern approach of REST services to list and describe the
available named resources, to get map images of a given named resource
and to get vector data from a given named resource.
The same can be done via an application in MapInfo Pro!
7
XML, Images, JSON
Web Service Calls
Spectrum Instance Analyst Application
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Spectrum Spatial Services
8
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Spectrum Spatial Services – Standard Spatial
9
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Custom REST Services
10
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Custom Service
11
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Hands On
- Spectrum Home
- Spectrum Spatial Services
- Spectrum Platform Development, REST Services
12
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2
What capabilities of the Spectrum
Technology Platform can I use from within
MapInfo Pro?
How can I create a dataflow in Spectrum and
make it accessible to MapInfo Pro?
How can I use an existing Spectrum dataflow
from within MapInfo Pro?
The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro
Today’s Agenda
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Spectrum Enterprise Designer
14
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 15
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 16
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Hands On
- Enterprise Designer
17
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2
What capabilities of the Spectrum
Technology Platform can I use from within
MapInfo Pro?
How can I create a dataflow in Spectrum and
make it accessible to MapInfo Pro?
How can I use an existing Spectrum dataflow
from within MapInfo Pro?
The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro
Today’s Agenda
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Accessing aWeb Service from MapInfo Pro
This requires programming skills.
Either pure MapBasic and the HTTPLib library,
or preferably MapInfo and .NET for accessing the web service.
You can decide how much of the development you want to do in .NET besides access to the web service.
You can code most in MapBasic or very little in MapBasic.
The new MDAL, MapInfo DataAccess Library, can help you convert between other typical spatial formats
such as GeoJSON andWKT (Well KnownText).
The example here is very basic as only a centroid coordinate is used.
19
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Calls a .NET Method Calls a Web Service
Queries tables
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 21
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 22
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Hands On
- Using a Spectrum Custom Service in MapInfo Pro
- A brief look at the .NET source code
23
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Want to learn more?
Blog posts on the Knowledge Community
- Enterprise LI: Creating a QueryingWorkflow in Enterprise Designer
https://community.pitneybowes.com/blogs/peter-horsboll-moller/2018/12/19/creating-a-querying-workflow-in-enterprise-designe
- Enterprise LI: Using a SpectrumWorkflow in MapInfo Pro
https://community.pitneybowes.com/blogs/peter-horsboll-moller/2019/01/21/enterprise-li-using-a-spectrum-workflow-in-mapinfo
More blog posts are coming!
- Grab the source code from Github
https://github.com/PeterHorsbollMoller/mbSpectrumCustomFind
24
Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019
Linking Spectum Dataflows to MapInfo Pro
Questions?

Mais conteúdo relacionado

Semelhante a Llinking Spectrum dataflows to MapInfo Pro

ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)ICARUS2020.aero
 
Hybrid Semantics aware Recommendations Exploiting Knowledge Graph Embeddings
Hybrid Semantics aware Recommendations Exploiting Knowledge Graph EmbeddingsHybrid Semantics aware Recommendations Exploiting Knowledge Graph Embeddings
Hybrid Semantics aware Recommendations Exploiting Knowledge Graph EmbeddingsCataldo Musto
 
From Digital Platform Architectures to solutions in Agriculture
From Digital Platform Architectures to solutions in AgricultureFrom Digital Platform Architectures to solutions in Agriculture
From Digital Platform Architectures to solutions in AgricultureOPEN DEI
 
flight data analysis using big data
flight data analysis using big data flight data analysis using big data
flight data analysis using big data Sanjib Mitra
 
Tec hin porto - productize your infrastructures - jun.2019
Tec hin porto - productize your infrastructures - jun.2019Tec hin porto - productize your infrastructures - jun.2019
Tec hin porto - productize your infrastructures - jun.2019Paulo Costa
 
SQLArgentina - Data Platform Summit BA - Keynote
SQLArgentina - Data Platform Summit BA - KeynoteSQLArgentina - Data Platform Summit BA - Keynote
SQLArgentina - Data Platform Summit BA - KeynoteMariano Kovo
 
DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...
DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...
DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...Bosnia Agile
 
Data Virtualisation and API Management United
Data Virtualisation and API Management UnitedData Virtualisation and API Management United
Data Virtualisation and API Management UnitedSmartWave
 
IRJET- Data Analytics and Visualization through R Programming
IRJET-  	  Data Analytics and Visualization through R ProgrammingIRJET-  	  Data Analytics and Visualization through R Programming
IRJET- Data Analytics and Visualization through R ProgrammingIRJET Journal
 
Snap4City November 2019 Course: Smart City IOT development of IOT Applications
Snap4City November 2019 Course: Smart City IOT development of IOT ApplicationsSnap4City November 2019 Course: Smart City IOT development of IOT Applications
Snap4City November 2019 Course: Smart City IOT development of IOT ApplicationsPaolo Nesi
 
Microsoft Power BI
Microsoft Power BIMicrosoft Power BI
Microsoft Power BIGeetika
 
BDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE Webinar
BDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE WebinarBDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE Webinar
BDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE WebinarBigData_Europe
 
Lp iot-iv-ece- 2019-20
Lp iot-iv-ece- 2019-20Lp iot-iv-ece- 2019-20
Lp iot-iv-ece- 2019-20xyxz
 
How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...
How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...
How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...Bill Harpley
 
CompTIA IT Employment Tracker – April 2020
CompTIA IT Employment Tracker – April 2020CompTIA IT Employment Tracker – April 2020
CompTIA IT Employment Tracker – April 2020CompTIA
 
CompTIA IT Employment Tracker – November 2020
CompTIA IT Employment Tracker –  November 2020CompTIA IT Employment Tracker –  November 2020
CompTIA IT Employment Tracker – November 2020CompTIA
 
Keynote - Fujitsu Innovation Gathering,
Keynote - Fujitsu Innovation Gathering,Keynote - Fujitsu Innovation Gathering,
Keynote - Fujitsu Innovation Gathering,Fujitsu Central Europe
 

Semelhante a Llinking Spectrum dataflows to MapInfo Pro (20)

ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)
ICARUS @EBDVF 2018 - TransformingTransport Session (November 2018, Vienna)
 
Where is the Money, Honey?
Where is the Money, Honey?Where is the Money, Honey?
Where is the Money, Honey?
 
Hybrid Semantics aware Recommendations Exploiting Knowledge Graph Embeddings
Hybrid Semantics aware Recommendations Exploiting Knowledge Graph EmbeddingsHybrid Semantics aware Recommendations Exploiting Knowledge Graph Embeddings
Hybrid Semantics aware Recommendations Exploiting Knowledge Graph Embeddings
 
From Digital Platform Architectures to solutions in Agriculture
From Digital Platform Architectures to solutions in AgricultureFrom Digital Platform Architectures to solutions in Agriculture
From Digital Platform Architectures to solutions in Agriculture
 
flight data analysis using big data
flight data analysis using big data flight data analysis using big data
flight data analysis using big data
 
Tec hin porto - productize your infrastructures - jun.2019
Tec hin porto - productize your infrastructures - jun.2019Tec hin porto - productize your infrastructures - jun.2019
Tec hin porto - productize your infrastructures - jun.2019
 
SQLArgentina - Data Platform Summit BA - Keynote
SQLArgentina - Data Platform Summit BA - KeynoteSQLArgentina - Data Platform Summit BA - Keynote
SQLArgentina - Data Platform Summit BA - Keynote
 
DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...
DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...
DevOps Transformation in BH Telecom – Case Study by Jasmin Ahmetbašić and Edi...
 
Data Virtualisation and API Management United
Data Virtualisation and API Management UnitedData Virtualisation and API Management United
Data Virtualisation and API Management United
 
IRJET- Data Analytics and Visualization through R Programming
IRJET-  	  Data Analytics and Visualization through R ProgrammingIRJET-  	  Data Analytics and Visualization through R Programming
IRJET- Data Analytics and Visualization through R Programming
 
Snap4City November 2019 Course: Smart City IOT development of IOT Applications
Snap4City November 2019 Course: Smart City IOT development of IOT ApplicationsSnap4City November 2019 Course: Smart City IOT development of IOT Applications
Snap4City November 2019 Course: Smart City IOT development of IOT Applications
 
Microsoft Power BI
Microsoft Power BIMicrosoft Power BI
Microsoft Power BI
 
BDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE Webinar
BDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE WebinarBDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE Webinar
BDE-BDVA Webinar: Arne Berre and Ana Garcia slides for BDVA/BDE Webinar
 
Lp iot-iv-ece- 2019-20
Lp iot-iv-ece- 2019-20Lp iot-iv-ece- 2019-20
Lp iot-iv-ece- 2019-20
 
How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...
How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...
How to survive the Fourth Industrial Revolution: a guide to Digital Manufactu...
 
CompTIA IT Employment Tracker – April 2020
CompTIA IT Employment Tracker – April 2020CompTIA IT Employment Tracker – April 2020
CompTIA IT Employment Tracker – April 2020
 
BDVA default slide pack
BDVA default slide packBDVA default slide pack
BDVA default slide pack
 
Profinet of Things -Derek Lane
Profinet of Things -Derek LaneProfinet of Things -Derek Lane
Profinet of Things -Derek Lane
 
CompTIA IT Employment Tracker – November 2020
CompTIA IT Employment Tracker –  November 2020CompTIA IT Employment Tracker –  November 2020
CompTIA IT Employment Tracker – November 2020
 
Keynote - Fujitsu Innovation Gathering,
Keynote - Fujitsu Innovation Gathering,Keynote - Fujitsu Innovation Gathering,
Keynote - Fujitsu Innovation Gathering,
 

Mais de Peter Horsbøll Møller

Be Location Intelligent with MapInfo Pro v2019
Be Location Intelligent with MapInfo Pro v2019Be Location Intelligent with MapInfo Pro v2019
Be Location Intelligent with MapInfo Pro v2019Peter Horsbøll Møller
 
MapInfo Pro v2019: Improving the Way You Query
MapInfo Pro v2019: Improving the Way You QueryMapInfo Pro v2019: Improving the Way You Query
MapInfo Pro v2019: Improving the Way You QueryPeter Horsbøll Møller
 
Eksklusivsmagning - 10 års jubilæum, Oksenvad Whiskylaug
Eksklusivsmagning - 10 års jubilæum, Oksenvad WhiskylaugEksklusivsmagning - 10 års jubilæum, Oksenvad Whiskylaug
Eksklusivsmagning - 10 års jubilæum, Oksenvad WhiskylaugPeter Horsbøll Møller
 
Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016
Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016
Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016Peter Horsbøll Møller
 
Using Spectrum on Demand from MapInfo Pro
Using Spectrum on Demand from MapInfo ProUsing Spectrum on Demand from MapInfo Pro
Using Spectrum on Demand from MapInfo ProPeter Horsbøll Møller
 
MapInfo Pro 64 bit og MapInfo Pro Advanced 64 bit
MapInfo Pro 64 bit og MapInfo Pro Advanced 64 bitMapInfo Pro 64 bit og MapInfo Pro Advanced 64 bit
MapInfo Pro 64 bit og MapInfo Pro Advanced 64 bitPeter Horsbøll Møller
 
MapInfo Pro Raster og de danske højdedata
MapInfo Pro Raster og de danske højdedataMapInfo Pro Raster og de danske højdedata
MapInfo Pro Raster og de danske højdedataPeter Horsbøll Møller
 
Blend, Single Grain og Single Malt Whisky
Blend, Single Grain og Single Malt WhiskyBlend, Single Grain og Single Malt Whisky
Blend, Single Grain og Single Malt WhiskyPeter Horsbøll Møller
 
MapInfo Pro og SQL Server - Uden opgaver
MapInfo Pro og SQL Server - Uden opgaverMapInfo Pro og SQL Server - Uden opgaver
MapInfo Pro og SQL Server - Uden opgaverPeter Horsbøll Møller
 

Mais de Peter Horsbøll Møller (20)

MapInfo Pro v12.5 to v2021.1 Overview
MapInfo Pro v12.5 to v2021.1 OverviewMapInfo Pro v12.5 to v2021.1 Overview
MapInfo Pro v12.5 to v2021.1 Overview
 
MapInfo Pro Tips & Tricks med Geograf
MapInfo Pro Tips & Tricks med GeografMapInfo Pro Tips & Tricks med Geograf
MapInfo Pro Tips & Tricks med Geograf
 
Introduction to MapBasic
Introduction to MapBasicIntroduction to MapBasic
Introduction to MapBasic
 
Precisely MapInfo Pro v2019 and Roadmap
Precisely MapInfo Pro v2019 and RoadmapPrecisely MapInfo Pro v2019 and Roadmap
Precisely MapInfo Pro v2019 and Roadmap
 
Be Location Intelligent with MapInfo Pro v2019
Be Location Intelligent with MapInfo Pro v2019Be Location Intelligent with MapInfo Pro v2019
Be Location Intelligent with MapInfo Pro v2019
 
MapInfo Pro v2019: Improving the Way You Query
MapInfo Pro v2019: Improving the Way You QueryMapInfo Pro v2019: Improving the Way You Query
MapInfo Pro v2019: Improving the Way You Query
 
Eksklusivsmagning - 10 års jubilæum, Oksenvad Whiskylaug
Eksklusivsmagning - 10 års jubilæum, Oksenvad WhiskylaugEksklusivsmagning - 10 års jubilæum, Oksenvad Whiskylaug
Eksklusivsmagning - 10 års jubilæum, Oksenvad Whiskylaug
 
Clynelish - Oksenvad Whiskylaug
Clynelish - Oksenvad WhiskylaugClynelish - Oksenvad Whiskylaug
Clynelish - Oksenvad Whiskylaug
 
Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016
Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016
Getting Started with the Ribbon library - MUGUKI User Group Meeting 2016
 
MapInfo Discover 3D: From 2D to 3D
MapInfo Discover 3D: From 2D to 3DMapInfo Discover 3D: From 2D to 3D
MapInfo Discover 3D: From 2D to 3D
 
Whiskysmagning: Samaroli
Whiskysmagning: SamaroliWhiskysmagning: Samaroli
Whiskysmagning: Samaroli
 
Using Spectrum on Demand from MapInfo Pro
Using Spectrum on Demand from MapInfo ProUsing Spectrum on Demand from MapInfo Pro
Using Spectrum on Demand from MapInfo Pro
 
Hvad sker der hos Pitney Bowes
Hvad sker der hos Pitney BowesHvad sker der hos Pitney Bowes
Hvad sker der hos Pitney Bowes
 
MapInfo Discover 2015.2 64 bit
MapInfo Discover 2015.2 64 bitMapInfo Discover 2015.2 64 bit
MapInfo Discover 2015.2 64 bit
 
MapInfo Pro 64 bit og MapInfo Pro Advanced 64 bit
MapInfo Pro 64 bit og MapInfo Pro Advanced 64 bitMapInfo Pro 64 bit og MapInfo Pro Advanced 64 bit
MapInfo Pro 64 bit og MapInfo Pro Advanced 64 bit
 
MapInfo Pro Raster og de danske højdedata
MapInfo Pro Raster og de danske højdedataMapInfo Pro Raster og de danske højdedata
MapInfo Pro Raster og de danske højdedata
 
64 bits of MapInfo Pro - Danish version
64 bits of MapInfo Pro - Danish version64 bits of MapInfo Pro - Danish version
64 bits of MapInfo Pro - Danish version
 
Blend, Single Grain og Single Malt Whisky
Blend, Single Grain og Single Malt WhiskyBlend, Single Grain og Single Malt Whisky
Blend, Single Grain og Single Malt Whisky
 
MapInfo Pro og SQL Server - Uden opgaver
MapInfo Pro og SQL Server - Uden opgaverMapInfo Pro og SQL Server - Uden opgaver
MapInfo Pro og SQL Server - Uden opgaver
 
Nyheder i MapInfo Pro 12.5 Dansk 32 bit
Nyheder i MapInfo Pro 12.5 Dansk 32 bitNyheder i MapInfo Pro 12.5 Dansk 32 bit
Nyheder i MapInfo Pro 12.5 Dansk 32 bit
 

Último

Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...kalichargn70th171
 
Understanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptxUnderstanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptxSasikiranMarri
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdfSteve Caron
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxAS Design & AST.
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptxVinzoCenzo
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecturerahul_net
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdfAndrey Devyatkin
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 

Último (20)

Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
 
Understanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptxUnderstanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptx
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptx
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptx
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecture
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 

Llinking Spectrum dataflows to MapInfo Pro

  • 1. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Linking Spectrum Dataflows to MapInfo Pro March 27, 2019 Peter Horsbøll Møller Channel Enablement Specialist LI/GIS Distinguished Engineer Channel EnablementWebinars
  • 2. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2 What capabilities of the Spectrum Technology Platform can I use from within MapInfo Pro? How can I create a dataflow in Spectrum and make it accessible to MapInfo Pro? How can I use an existing Spectrum dataflow from within MapInfo Pro? The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro Today’s Agenda
  • 3. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 SpectrumTM Technology Platform Modular, scalable platform that allows organisations to use their enterprise information assets to support strategic, operational and tactical decisions. • Single, open architected, unified framework • Facilitate insight that is derived from a fusion of business, spatial and third-party data • Simple to implement & use • Cost effective • Grows with your business need • Future proofed Mapping Data Quality SpatialAnalytics GeoProcessing Data Integration
  • 4. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 4 MapInfo Pro • An easy-to-use desktop mapping application which provides comprehensive Location Intelligence capabilities • Base map creation and editing • Visualisation and analysis • Supports vector as well as raster analysis • Output and sharing in all forms • Integrated with the Pitney Bowes Location Intelligence Suite • Easy to learn and use • Available in 16 languages in the same application • Includes a free viewer • Customizable via MapBasic, .NET and other languages 4
  • 5. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2 What capabilities of the Spectrum Technology Platform can I use from within MapInfo Pro? How can I create a dataflow in Spectrum and make it accessible to MapInfo Pro? How can I use an existing Spectrum dataflow from within MapInfo Pro? The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro Today’s Agenda
  • 6. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Orchestration SpectrumTM Technology Platform The Pitney Bowes Spectrum Technology Platform Interactive Driver. Management Console. Platform APIs . Platform Web Services. Web Services / Client Software Integration Hooks Business Services MasterData Management EntityResolution NameManagement EnterpriseDataQuality LocationIntelligence WatchlistResolution AddressManagement CustomerAnalyticsfor Statisticians CustomerAnalyticsfor Marketers BIGDataIntegration SpectrumSpatial Bundle Information Governance EmbeddedCustomer Analytics DataIntegration BasicDataIntegration SpectrumSpatialfor BusinessIntelligence EnterpriseGeocoding EnterpriseRouting Custom Applications Relationship Analysis Client Business Steward Module Data Discovery Module Spectrum Spatial Analyst Spectrum Spatial Manager 6
  • 7. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 How does Spectrum Spatial Analyst communicate with the Spectrum Platform? It uses the modern approach of REST services to list and describe the available named resources, to get map images of a given named resource and to get vector data from a given named resource. The same can be done via an application in MapInfo Pro! 7 XML, Images, JSON Web Service Calls Spectrum Instance Analyst Application
  • 8. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Spectrum Spatial Services 8
  • 9. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Spectrum Spatial Services – Standard Spatial 9
  • 10. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Custom REST Services 10
  • 11. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Custom Service 11
  • 12. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Hands On - Spectrum Home - Spectrum Spatial Services - Spectrum Platform Development, REST Services 12
  • 13. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2 What capabilities of the Spectrum Technology Platform can I use from within MapInfo Pro? How can I create a dataflow in Spectrum and make it accessible to MapInfo Pro? How can I use an existing Spectrum dataflow from within MapInfo Pro? The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro Today’s Agenda
  • 14. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Spectrum Enterprise Designer 14
  • 15. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 15
  • 16. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 16
  • 17. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Hands On - Enterprise Designer 17
  • 18. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 2 What capabilities of the Spectrum Technology Platform can I use from within MapInfo Pro? How can I create a dataflow in Spectrum and make it accessible to MapInfo Pro? How can I use an existing Spectrum dataflow from within MapInfo Pro? The Spectrum Platform Creating a Dataflow Using a Dataflow in MapInfo Pro Today’s Agenda
  • 19. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Accessing aWeb Service from MapInfo Pro This requires programming skills. Either pure MapBasic and the HTTPLib library, or preferably MapInfo and .NET for accessing the web service. You can decide how much of the development you want to do in .NET besides access to the web service. You can code most in MapBasic or very little in MapBasic. The new MDAL, MapInfo DataAccess Library, can help you convert between other typical spatial formats such as GeoJSON andWKT (Well KnownText). The example here is very basic as only a centroid coordinate is used. 19
  • 20. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Calls a .NET Method Calls a Web Service Queries tables
  • 21. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 21
  • 22. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 22
  • 23. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Hands On - Using a Spectrum Custom Service in MapInfo Pro - A brief look at the .NET source code 23
  • 24. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Want to learn more? Blog posts on the Knowledge Community - Enterprise LI: Creating a QueryingWorkflow in Enterprise Designer https://community.pitneybowes.com/blogs/peter-horsboll-moller/2018/12/19/creating-a-querying-workflow-in-enterprise-designe - Enterprise LI: Using a SpectrumWorkflow in MapInfo Pro https://community.pitneybowes.com/blogs/peter-horsboll-moller/2019/01/21/enterprise-li-using-a-spectrum-workflow-in-mapinfo More blog posts are coming! - Grab the source code from Github https://github.com/PeterHorsbollMoller/mbSpectrumCustomFind 24
  • 25. Pitney Bowes | Everything is Addressable | April 30, 2019Pitney Bowes | Everything is Addressable | April 30, 2019 Linking Spectum Dataflows to MapInfo Pro Questions?

Notas do Editor

  1. We will be providing you with our Spectrum Platform. Spectrum is PB’s enterprise level solution. The platform provides some basic tools but it real value comes from the aray of modules that can be plugged into it. The lighter blue modules all deal with data quality and management such as Name Management which can be used to identify duplicate records – such as having two bank account one in the name of Andy and another in the name of Andrew at the same address. It identifies that Andy is a shortened version of Andrew. The darker blue modules are all related to Location Intelligence – our BI module allows users to include spatial analysis within the most popular BI tools. All of these modules have tools that can be combined into a data flow and these are constructed in the Orchestration layer. Once a data flow is built it can be run in batch mode accessing files or database tables or it could be exposed as a web service allowing real time interaction with user input. On top of this we also have some prebuilt solutions – one of which is SSA a key component of our solution along with the Address Management Module (address validation), Data Integration Module (link multiple datasets, spatial and none spatial). From our LI side we are including the LI Module (extends the analytical capabilities of SSA), Geocoding (provides Geocoding datasets across the globe 240 countries) Routing (time and distance calculations)