SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
Tim Waters
thinkwhere.wordpress.com

tim@geothings.net @tim_waters



Leeds, UK

Map Warper
mapwarper.net




   georectify / georeference / warp / stretch
Wt?

2 examples
Yahoo map mixer
Microsoft map cruncher
Metacarta map rectifier
Desktop GIS solutions
Free


    Open Source


    For people who love maps




    OpenStreetMap Project




http://svn2.geothings.net/mapwarper/
Thanks Mikel




Thanks John
Map List of types of maps
Upload a new map
Warp map
Error
GDAL
Gdalwarp
Gdal_translate


gdal_translate ­a_srs '+init=epsg:4326' ­of VRT 
gdal_translate
/home/tim/work/warper/mapwarper/public/mapimages/src/orig6985.tif 
/home/tim/work/warper/mapwarper/public/mapimages/dst/28_temp.vrt  
­gcp 1100.2, 2332.0, ­83.9654296874, 41.8320690697 ­gcp 3782.0, 1676.12, 
­78.9996093751, 42.710039226 ­gcp 2703.45, 3760.35, ­81.196875, 40.675794242


gdalwarp  ­rn    ­dstalpha   
/home/tim/work/warper/mapwarper/public/mapimages/dst/28_temp.vrt 
/home/tim/work/warper/mapwarper/public/mapimages/dst/28.tif ­co TILED=YES
Output

crop
Whooms – upload geotiff, serve as wms
  http://github.com/timwaters/whooms/tree/master
get '/wms' do
  @map = params["layer"]
  ows = Mapscript::OWSRequest.new
  ok_params = Hash.new
  params.each {|k,v| ok_params[k.upcase] = v }
  [:request, :version, :transparency, :service, :srs, :width, :height, 
:bbox, :format, :srs].each do |key|
    ows.setParameter(key.to_s, ok_params[key.to_s.upcase]) unless 
ok_params[key.to_s.upcase].nil?
  end
  ows.setParameter("STYLES", "")
  ows.setParameter("LAYERS", "image")
  ows.setParameter("COVERAGE", "image")
  mapsv = Mapscript::MapObj.new(File.join(map_directory, '/wms.map'))
  mapsv.applyConfigOptions
  mapsv.setMetaData("wms_onlineresource", "http://" + request.host + 
"/wms/#{@map}")
 
  raster = Mapscript::LayerObj.new(mapsv)
  raster.name = "image"
  raster.type = Mapscript::MS_LAYER_RASTER;
  raster.data = File.join(map_directory, @map)
 
  raster.status = Mapscript::MS_ON
  raster.dump = Mapscript::MS_TRUE
  raster.metadata.set('wcs_formats', 'GEOTIFF')
  raster.metadata.set('wms_title', ("wms from whooms "+@map))
  raster.metadata.set('wms_srs', 'EPSG:4326')
  raster.debug= Mapscript::MS_TRUE
 
  Mapscript::msIO_installStdoutToBuffer
  result = mapsv.OWSDispatch(ows)
  content_type = Mapscript::msIO_stripStdoutBufferContentType || "text/plain"
  result_data = Mapscript::msIO_getStdoutBufferBytes
 
  send_data result_data, :type => content_type, :disposition => "inline"
  Mapscript::msIO_resetHandlers
end
Layers

Mosaic
GDAL
                                   Tileindex
                                   gdaltindex




gdaltindex ­write_absolute_path /home/tim/work/warper/mapwarper/db/maptileindex/7.shp
 /home/tim/work/warper/mapwarper/public/mapimages/dst/91.tif
 /home/tim/work/warper/mapwarper/public/mapimages/dst/41.tif
Export options
Crowd sourced

but you can be
private if you like
The OpenStreetMap Project




                            WMS
Applications – obvious to work with map libraries and digital collections.
Licences and Terms

Google maps vs Google Satellite

Derivative works through using Ordnance Survey maps to rectify – anti pattern Councils
Free our Old Maps!




Open Historical Map
Project

Lets build up a database
 for the past!
@tim_waters

                           tim@geothings.net
http://mapwarper.net

http://svn2.geothings.net/mapwarper/

Weitere ähnliche Inhalte

Ähnlich wie MapWarper O'Reilly Ignite Talk, Where2.0

Open Historical Maps at State of the Map (SOTM), 2009, Amsterdam
Open Historical Maps at State of the Map (SOTM), 2009, AmsterdamOpen Historical Maps at State of the Map (SOTM), 2009, Amsterdam
Open Historical Maps at State of the Map (SOTM), 2009, Amsterdamchippy
 
Open Source Tools for Web Cartography
Open Source Tools for Web CartographyOpen Source Tools for Web Cartography
Open Source Tools for Web CartographyRafa Gutierrez
 
Geographic Data and Leaflet.js
Geographic Data and Leaflet.jsGeographic Data and Leaflet.js
Geographic Data and Leaflet.jsJustin Manley
 
GIS and Map Tiles
GIS and Map TilesGIS and Map Tiles
GIS and Map TilesPetr Pridal
 
Drupal and the GeoSpatial Web
Drupal and the GeoSpatial WebDrupal and the GeoSpatial Web
Drupal and the GeoSpatial WebAndrew Turner
 
Using geobrowsers for thematic mapping
Using geobrowsers for thematic mappingUsing geobrowsers for thematic mapping
Using geobrowsers for thematic mappingBjorn Sandvik
 
GeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapGeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapchippy
 
Mapping, GIS and geolocating data in Java @ JAX London
Mapping, GIS and geolocating data in Java @ JAX LondonMapping, GIS and geolocating data in Java @ JAX London
Mapping, GIS and geolocating data in Java @ JAX LondonJoachim Van der Auwera
 
Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...
Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...
Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...JAX London
 
Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...
Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...
Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...chippy
 
Mapping in Drupal using OpenLayers
Mapping in Drupal using OpenLayersMapping in Drupal using OpenLayers
Mapping in Drupal using OpenLayersPeter Vanhee
 
Open GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionOpen GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionRichard Cantwell
 
Free GIS Resources
Free GIS ResourcesFree GIS Resources
Free GIS Resourcesrutlandrpc
 
Free and open source software for remote sensing and GIS
Free and open source software for remote sensing and GISFree and open source software for remote sensing and GIS
Free and open source software for remote sensing and GISNopphawanTamkuan
 
OpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsOpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsvirtualcitySYSTEMS GmbH
 
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...Shaun Lewis
 
Volunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapVolunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapchippy
 
Geolocation on Rails
Geolocation on RailsGeolocation on Rails
Geolocation on Railsnebirhos
 

Ähnlich wie MapWarper O'Reilly Ignite Talk, Where2.0 (20)

Spatial is Not Special ?
Spatial is Not Special ?Spatial is Not Special ?
Spatial is Not Special ?
 
Open Historical Maps at State of the Map (SOTM), 2009, Amsterdam
Open Historical Maps at State of the Map (SOTM), 2009, AmsterdamOpen Historical Maps at State of the Map (SOTM), 2009, Amsterdam
Open Historical Maps at State of the Map (SOTM), 2009, Amsterdam
 
Open geo data - technical issue
Open geo data  - technical issueOpen geo data  - technical issue
Open geo data - technical issue
 
Open Source Tools for Web Cartography
Open Source Tools for Web CartographyOpen Source Tools for Web Cartography
Open Source Tools for Web Cartography
 
Geographic Data and Leaflet.js
Geographic Data and Leaflet.jsGeographic Data and Leaflet.js
Geographic Data and Leaflet.js
 
GIS and Map Tiles
GIS and Map TilesGIS and Map Tiles
GIS and Map Tiles
 
Drupal and the GeoSpatial Web
Drupal and the GeoSpatial WebDrupal and the GeoSpatial Web
Drupal and the GeoSpatial Web
 
Using geobrowsers for thematic mapping
Using geobrowsers for thematic mappingUsing geobrowsers for thematic mapping
Using geobrowsers for thematic mapping
 
GeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapGeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMap
 
Mapping, GIS and geolocating data in Java @ JAX London
Mapping, GIS and geolocating data in Java @ JAX LondonMapping, GIS and geolocating data in Java @ JAX London
Mapping, GIS and geolocating data in Java @ JAX London
 
Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...
Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...
Java Tech & Tools | Mapping, GIS and Geolocating Data in Java | Joachim Van d...
 
Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...
Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...
Introduction to OpenStreetMap and Humanitarian OSM Team for Plan Internationa...
 
Mapping in Drupal using OpenLayers
Mapping in Drupal using OpenLayersMapping in Drupal using OpenLayers
Mapping in Drupal using OpenLayers
 
Open GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionOpen GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An Introduction
 
Free GIS Resources
Free GIS ResourcesFree GIS Resources
Free GIS Resources
 
Free and open source software for remote sensing and GIS
Free and open source software for remote sensing and GISFree and open source software for remote sensing and GIS
Free and open source software for remote sensing and GIS
 
OpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsOpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developments
 
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
 
Volunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapVolunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMap
 
Geolocation on Rails
Geolocation on RailsGeolocation on Rails
Geolocation on Rails
 

Mehr von chippy

Some geospatial ruby libraries
Some geospatial ruby librariesSome geospatial ruby libraries
Some geospatial ruby librarieschippy
 
Tim waters OpenHistoricalMap State of the Map Scotland 2015
Tim waters OpenHistoricalMap State of the Map Scotland 2015Tim waters OpenHistoricalMap State of the Map Scotland 2015
Tim waters OpenHistoricalMap State of the Map Scotland 2015chippy
 
Tim waters openhistoricalmap geomob london july 2015
Tim waters openhistoricalmap geomob london july 2015Tim waters openhistoricalmap geomob london july 2015
Tim waters openhistoricalmap geomob london july 2015chippy
 
OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...
OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...
OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...chippy
 
Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015
Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015
Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015chippy
 
Visible If You Can See it? The Superposition tim waters_20_may
Visible If You Can See it? The Superposition tim waters_20_mayVisible If You Can See it? The Superposition tim waters_20_may
Visible If You Can See it? The Superposition tim waters_20_maychippy
 
Ken campbell interview hoax small 1994
Ken campbell interview hoax small 1994Ken campbell interview hoax small 1994
Ken campbell interview hoax small 1994chippy
 
Ken campbell interview hoax 1994
Ken campbell interview hoax 1994Ken campbell interview hoax 1994
Ken campbell interview hoax 1994chippy
 
OpenHistoricalMap tim waters - Topomancy / NYPL Lightning Talk
OpenHistoricalMap   tim waters - Topomancy / NYPL Lightning TalkOpenHistoricalMap   tim waters - Topomancy / NYPL Lightning Talk
OpenHistoricalMap tim waters - Topomancy / NYPL Lightning Talkchippy
 
Space place psychogeography - foss4g 2013
Space place psychogeography - foss4g 2013Space place psychogeography - foss4g 2013
Space place psychogeography - foss4g 2013chippy
 
The map is not whats there - psychogeography and openstreetmap
The map is not whats there - psychogeography and openstreetmapThe map is not whats there - psychogeography and openstreetmap
The map is not whats there - psychogeography and openstreetmapchippy
 
Leeds Data Thing OpenStreetMap and Other Geo Visualization Stuff
Leeds Data Thing OpenStreetMap and Other Geo Visualization StuffLeeds Data Thing OpenStreetMap and Other Geo Visualization Stuff
Leeds Data Thing OpenStreetMap and Other Geo Visualization Stuffchippy
 
You know when you are addicted to OSM when...
You know when you are addicted to OSM when...You know when you are addicted to OSM when...
You know when you are addicted to OSM when...chippy
 
Psychogeography tim waters wherecampEU 2012
Psychogeography tim waters wherecampEU 2012Psychogeography tim waters wherecampEU 2012
Psychogeography tim waters wherecampEU 2012chippy
 
LSxCafe Swtich2OSM.org talk
LSxCafe Swtich2OSM.org talkLSxCafe Swtich2OSM.org talk
LSxCafe Swtich2OSM.org talkchippy
 
Fuzzy foss4g 2006 tim waters poster
Fuzzy foss4g 2006 tim waters posterFuzzy foss4g 2006 tim waters poster
Fuzzy foss4g 2006 tim waters posterchippy
 
Mapping The Fear of Crime
Mapping The Fear of CrimeMapping The Fear of Crime
Mapping The Fear of Crimechippy
 
Soc map rectification_tools_2011
Soc map rectification_tools_2011Soc map rectification_tools_2011
Soc map rectification_tools_2011chippy
 
Community Analytics on the GeoWeb
Community Analytics on the GeoWebCommunity Analytics on the GeoWeb
Community Analytics on the GeoWebchippy
 

Mehr von chippy (20)

Some geospatial ruby libraries
Some geospatial ruby librariesSome geospatial ruby libraries
Some geospatial ruby libraries
 
Tim waters OpenHistoricalMap State of the Map Scotland 2015
Tim waters OpenHistoricalMap State of the Map Scotland 2015Tim waters OpenHistoricalMap State of the Map Scotland 2015
Tim waters OpenHistoricalMap State of the Map Scotland 2015
 
Tim waters openhistoricalmap geomob london july 2015
Tim waters openhistoricalmap geomob london july 2015Tim waters openhistoricalmap geomob london july 2015
Tim waters openhistoricalmap geomob london july 2015
 
OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...
OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...
OpenStreetMap and Geospatial Ruby Tim Waters sheffield ruby user group july 2...
 
Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015
Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015
Tim waters OpenHistoricalMap Changes to the OSM Stack. SOTM-US 2015
 
Visible If You Can See it? The Superposition tim waters_20_may
Visible If You Can See it? The Superposition tim waters_20_mayVisible If You Can See it? The Superposition tim waters_20_may
Visible If You Can See it? The Superposition tim waters_20_may
 
Ken campbell interview hoax small 1994
Ken campbell interview hoax small 1994Ken campbell interview hoax small 1994
Ken campbell interview hoax small 1994
 
Ken campbell interview hoax 1994
Ken campbell interview hoax 1994Ken campbell interview hoax 1994
Ken campbell interview hoax 1994
 
OpenHistoricalMap tim waters - Topomancy / NYPL Lightning Talk
OpenHistoricalMap   tim waters - Topomancy / NYPL Lightning TalkOpenHistoricalMap   tim waters - Topomancy / NYPL Lightning Talk
OpenHistoricalMap tim waters - Topomancy / NYPL Lightning Talk
 
Ohm
OhmOhm
Ohm
 
Space place psychogeography - foss4g 2013
Space place psychogeography - foss4g 2013Space place psychogeography - foss4g 2013
Space place psychogeography - foss4g 2013
 
The map is not whats there - psychogeography and openstreetmap
The map is not whats there - psychogeography and openstreetmapThe map is not whats there - psychogeography and openstreetmap
The map is not whats there - psychogeography and openstreetmap
 
Leeds Data Thing OpenStreetMap and Other Geo Visualization Stuff
Leeds Data Thing OpenStreetMap and Other Geo Visualization StuffLeeds Data Thing OpenStreetMap and Other Geo Visualization Stuff
Leeds Data Thing OpenStreetMap and Other Geo Visualization Stuff
 
You know when you are addicted to OSM when...
You know when you are addicted to OSM when...You know when you are addicted to OSM when...
You know when you are addicted to OSM when...
 
Psychogeography tim waters wherecampEU 2012
Psychogeography tim waters wherecampEU 2012Psychogeography tim waters wherecampEU 2012
Psychogeography tim waters wherecampEU 2012
 
LSxCafe Swtich2OSM.org talk
LSxCafe Swtich2OSM.org talkLSxCafe Swtich2OSM.org talk
LSxCafe Swtich2OSM.org talk
 
Fuzzy foss4g 2006 tim waters poster
Fuzzy foss4g 2006 tim waters posterFuzzy foss4g 2006 tim waters poster
Fuzzy foss4g 2006 tim waters poster
 
Mapping The Fear of Crime
Mapping The Fear of CrimeMapping The Fear of Crime
Mapping The Fear of Crime
 
Soc map rectification_tools_2011
Soc map rectification_tools_2011Soc map rectification_tools_2011
Soc map rectification_tools_2011
 
Community Analytics on the GeoWeb
Community Analytics on the GeoWebCommunity Analytics on the GeoWeb
Community Analytics on the GeoWeb
 

Kürzlich hochgeladen

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 

MapWarper O'Reilly Ignite Talk, Where2.0