SlideShare una empresa de Scribd logo
1 de 56
Chris Fleet, National Library of Scotland ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
1843 mapping mashups (January 2009) http://www.programmableweb.com/tag/mapping
Everything 2.0 - 273 Geo 2.0 initiatives http://bobstumpel.blogspot.com/search/label/GEO 2.0
2. Open source spatial organisations The  Open Geospatial Consortium (OGC)  - an international consortium of companies, government agencies and universities who collaborate to develop publicly available interface specifications. eg. Web Map Service. ( www.opengeospatial.org  ) The  Open Source Geospatial Foundation, or OSGeo , is a not-for-profit organisation whose mission is to support and promote the collaborative development of open geospatial technologies and data. eg. Tile Map Service.  OpenLayers  (openlayers.org) (www.osgeo.org  ) ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
3. Standards -  OGC’s Web Map Service   WMS defines standard protocols for requesting geo-referenced mapping as a URL string: http://geo.nls.uk/wmsconnector/com.esri.wms.Esrimap?SERVICE=WMS &VERSION=1.1.1 &REQUEST=GetMap &LAYERS=Scotland_Small,OS_Quarter,Bart_Half,OS_Popular &STYLES= &SRS=EPSG:4326 &BBOX= -9.25805308169, 54.4515932002, -0.605194997975, 60.8904036625 &WIDTH=900 &HEIGHT=900 &FORMAT=image/png &reaspect=false ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
NLS WMS delivering 1930s historical mapping: (geo.nls.uk/os6inch/google.html)
 
 
 
 
 
Gazetteer for Scotland – mashup using NLS’ Web Map Service layers (www.geo.ed.ac.uk/scotgaz/gaztitle.html)
3. Standards - OSGeo’s Tile Map Service Much faster results by pre-creating tiles using the Tile Map Service ,[object Object],[object Object]
(www.maptiler.org/google-maps-coordinates-tile-bounds-projection/)
Tiles of Bartholomew half-inch and OS Popular edition 1930s mosaics http://geo.nls.uk/maps/small/7/62/88.png
3. Standards - OSGeo’s Tile Map Service Much faster results by pre-creating tiles using the Tile Map Service Format: server-and-url/zoom/x/y.png  eg. http://geo.nls.uk/maps/11/1092/1397.png   Javascript in Google maps file: var tilelayer = new GTileLayer(GCopyrightCollection(''), mapMinZoom, mapMaxZoom); var mercator = new GMercatorProjection(mapMaxZoom+1); tilelayer.getTileUrl = function(tile,zoom) { if ((zoom < mapMinZoom) || (zoom > mapMaxZoom)) { return &quot;/img/none.png&quot;; }  var ymax = 1 << zoom; var y = ymax - tile.y -1; var tileBounds = new GLatLngBounds( mercator.fromPixelToLatLng( new GPoint( (tile.x)*256, (tile.y+1)*256 ) , zoom ), mercator.fromPixelToLatLng( new GPoint( (tile.x+1)*256, (tile.y)*256 ) , zoom ) ); if (mapBounds.intersects(tileBounds)) { return zoom+&quot;/&quot;+tile.x+&quot;/&quot;+y+&quot;.png&quot;; } else { return &quot;/img/none.png&quot;; } } ,[object Object],[object Object]
MapTiler - open source overlay generator  (www.maptiler.org/)
MapCruncher – map geo-referencing and tiling tool (research.microsoft.com/en-us/um/redmond/projects/mapcruncher/)
(geo.nls.uk/maps/glasgow1857/openlayers.html)
Landscape, Environment & History MSc course – Edinburgh University Google maps mashup with historical NLS maps of Edinburgh
 
 
(geo.nls.uk/maps/newpopular/google.html)
(geo.nls.uk/maps/lomond_gdal/googlemaps.html)
 
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
  USERS   INFORMATION indexed database records -  locations Gazetteers -  eg.  addresses   -  burghs placenames  -  parishes counties counties postcodes   geo-referenced historical maps Maps - zoomable geographic  Catalogue subject headings interface  etc. / auto-geo-referencing (current and historical maps)   Geographical  Co-ordinates Eg. Points  or  Regions   Geo-referenced search and retrieval using co-ordinates
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DIGMAP Project - Discovering our Past World with Digitised Maps  eContentplus Project: 2005-8  (portal.digmap.eu/)
 
 
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
 
 
 
 
 
 
4. Retrieving geo-referenced mapping - WMS GetCapabilities eg.  http://geo.nls.uk/wmsconnector/com.esri.wms.Esrimap/NLS?Request=GetCapabilities <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <!DOCTYPE WMT_MS_Capabilities SYSTEM &quot;http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd&quot;> <WMT_MS_Capabilities version=&quot;1.1.1&quot;> <Service> <Name>OGC:WMS</Name> <Title>Web Map Service NLS</Title> <Abstract>ArcIMS 9.2.0 NLS Web Map Service</Abstract> <KeywordList> <Keyword>ArcIMS</Keyword> </KeywordList> <OnlineResource xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xlink:href=&quot;http://193.130.15.4:80/wmsconnector/com.esri.wms.Esrimap/NLS?&quot; xlink:type=&quot;simple&quot;/> cont… ,[object Object],[object Object]
4. Retrieving geo-referenced mapping - WMS GetCapabilities <ContactInformation> <ContactPersonPrimary> <ContactPerson/> <ContactOrganization/> </ContactPersonPrimary> <ContactPosition/> <ContactAddress> <AddressType>postal</AddressType> <Address/> <City/> <StateOrProvince/> <PostCode/> <Country/> </ContactAddress> <ContactVoiceTelephone/> <ContactFacsimileTelephone/> <ContactElectronicMailAddress/> </ContactInformation> <Fees>none</Fees> cont… ,[object Object],[object Object]
4. Retrieving geo-referenced mapping - WMS GetCapabilities <Name>0</Name> <Title>Mini</Title> <SRS>EPSG:4326</SRS> <LatLonBoundingBox minx=&quot;-9.4974214273&quot; miny=&quot;49.7666002469&quot; maxx=&quot;3.6338914748&quot; maxy=&quot;61.5821267789&quot;/> </Layer> <Name>1</Name> <Title>Scotland_Small</Title> <SRS>EPSG:4326</SRS> <LatLonBoundingBox minx=&quot;-8.8991773696&quot; miny=&quot;54.3197736752&quot; maxx=&quot;-0.0406149313&quot; maxy=&quot;61.0333698894&quot;/> </Layer> cont… ,[object Object],[object Object]
4. Retrieving geo-referenced mapping – TMS tilemapresource.xml     <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?>    <TileMap version=&quot; 1.0.0 &quot; tilemapservice=&quot; http://tms.osgeo.org/1.0.0 &quot;>    <Title>  Ordnance Survey 1:1056 Town Plan of Edinburgh mosaic, 1876-7 </Title>     <Abstract />     <SRS> EPSG:900913 </SRS>     <BoundingBox minx=&quot; 55.92116542336204 &quot; miny=&quot; -3.24989585974644 &quot; maxx=&quot; 55.99966056322133 &quot; maxy=&quot; -3.12835862947301 &quot; />     <Origin x=&quot; 55.92116542336204 &quot; y=&quot; -3.24989585974644 &quot; />     <TileFormat width=&quot; 256 &quot; height=&quot; 256 &quot; mime-type=&quot; image/png &quot; extension=&quot; png &quot; />    <TileSets profile=&quot; mercator &quot;>    <TileSet href=&quot; 11 &quot; units-per-pixel=&quot; 292.45173230329510 &quot; order=&quot; 11 &quot; />     <TileSet href=&quot; 12 &quot; units-per-pixel=&quot; 584.90346460659021 &quot; order=&quot; 12 &quot; />     <TileSet href=&quot; 13 &quot; units-per-pixel=&quot; 1169.80692921318040 &quot; order=&quot; 13 &quot; />     <TileSet href=&quot; 14 &quot; units-per-pixel=&quot; 2339.61385842636080 &quot; order=&quot; 14 &quot; />     <TileSet href=&quot; 15 &quot; units-per-pixel=&quot; 4679.22771685272160 &quot; order=&quot; 15 &quot; />     <TileSet href=&quot; 16 &quot; units-per-pixel=&quot; 9358.45543370544330 &quot; order=&quot; 16 &quot; />     <TileSet href=&quot; 17 &quot; units-per-pixel=&quot; 18716.91086741088700 &quot; order=&quot; 17 &quot; />     <TileSet href=&quot; 18 &quot; units-per-pixel=&quot; 37433.82173482177300 &quot; order=&quot; 18 &quot; />     <TileSet href=&quot; 19 &quot; units-per-pixel=&quot; 74867.64346964354600 &quot; order=&quot; 19 &quot; />     <TileSet href=&quot; 20 &quot; units-per-pixel=&quot; 149735.28693928709000 &quot; order=&quot; 20 &quot; />     </TileSets>    </TileMap>   ,[object Object],[object Object]
MapSynthesizer “a prototype user interface for browsing, searching, and discovering information in a world with millions of maps online”   (research.microsoft.com/en-us/um/people/jelson/mapcruncher/mapsynthesizer/)
‘ Connecting Your Geographies’ (CYGnus)  Project - “Getting beyond the silos”
‘ Connecting Your Geographies’ (CYGnus)  Project - Technical Overview http://maps.google.com/maps?q=http://cygnus.geos.ed.ac.uk/cgi_bin/cygnus.pl?CRS=EN%26x=326760%26y=672785%26sg=400%26grm=1000%26hs=150%26rcahms=150%26nls=100%26par=100
 
 
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Geo-referenced map information - GeoTIFF coordinates WMS TMS Mashup Future standards   ? Prioritise long-term geo-referenced map information for multiple outputs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
NLS Historical Map Overlays (geo.nls.uk/maps)

Más contenido relacionado

Destacado

Day 1_Session I_Standards and Alignment
Day 1_Session I_Standards and AlignmentDay 1_Session I_Standards and Alignment
Day 1_Session I_Standards and Alignment
Reach for College!
 
Unit 1 Maps
Unit 1 MapsUnit 1 Maps
Unit 1 Maps
Antxon
 
9g growing economic interdependence
9g growing economic interdependence9g growing economic interdependence
9g growing economic interdependence
maynardteacher
 
Exploring leadership and management roles
Exploring leadership and management rolesExploring leadership and management roles
Exploring leadership and management roles
dutconsult
 
AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]
collinbentley1
 
Demand and supply concept
Demand and supply conceptDemand and supply concept
Demand and supply concept
Annapurna Sinha
 
Goods and services provided by government
Goods and services provided by governmentGoods and services provided by government
Goods and services provided by government
bigseaton
 

Destacado (20)

Protection Mechanism For Displacement Caused By Climate (1)
Protection Mechanism For Displacement Caused By Climate  (1)Protection Mechanism For Displacement Caused By Climate  (1)
Protection Mechanism For Displacement Caused By Climate (1)
 
Deliberative Asssessment with E-Portfolios
Deliberative Asssessment with E-PortfoliosDeliberative Asssessment with E-Portfolios
Deliberative Asssessment with E-Portfolios
 
Evidence Based Writing in History/ Social Studies
Evidence Based Writing in History/ Social StudiesEvidence Based Writing in History/ Social Studies
Evidence Based Writing in History/ Social Studies
 
Day 1_Session I_Standards and Alignment
Day 1_Session I_Standards and AlignmentDay 1_Session I_Standards and Alignment
Day 1_Session I_Standards and Alignment
 
Kids Voting/Civic Learning
 Kids Voting/Civic Learning Kids Voting/Civic Learning
Kids Voting/Civic Learning
 
Unit 1 Maps
Unit 1 MapsUnit 1 Maps
Unit 1 Maps
 
Human geography1
Human geography1Human geography1
Human geography1
 
An integrated systems thinking deliberative process to explore approaches for...
An integrated systems thinking deliberative process to explore approaches for...An integrated systems thinking deliberative process to explore approaches for...
An integrated systems thinking deliberative process to explore approaches for...
 
Case Econ08 Ppt 03
Case Econ08 Ppt 03Case Econ08 Ppt 03
Case Econ08 Ppt 03
 
Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...
Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...
Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...
 
Migration and Climate Change
Migration and Climate Change Migration and Climate Change
Migration and Climate Change
 
9g growing economic interdependence
9g growing economic interdependence9g growing economic interdependence
9g growing economic interdependence
 
Making the Connections: Effective Integration for Social Studies and English ...
Making the Connections: Effective Integration for Social Studies and English ...Making the Connections: Effective Integration for Social Studies and English ...
Making the Connections: Effective Integration for Social Studies and English ...
 
C3 - How Historians Work
C3 - How Historians WorkC3 - How Historians Work
C3 - How Historians Work
 
Towards the Open Geospatial Web
Towards the Open Geospatial WebTowards the Open Geospatial Web
Towards the Open Geospatial Web
 
Project citizen intro power point
Project citizen   intro power pointProject citizen   intro power point
Project citizen intro power point
 
Exploring leadership and management roles
Exploring leadership and management rolesExploring leadership and management roles
Exploring leadership and management roles
 
AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]
 
Demand and supply concept
Demand and supply conceptDemand and supply concept
Demand and supply concept
 
Goods and services provided by government
Goods and services provided by governmentGoods and services provided by government
Goods and services provided by government
 

Similar a Maps, mashups and metadata:geospatial standards for access and retrieval

Drupal and the GeoSpatial Web
Drupal and the GeoSpatial WebDrupal and the GeoSpatial Web
Drupal and the GeoSpatial Web
Andrew Turner
 
CHUG_presentation_Hope
CHUG_presentation_HopeCHUG_presentation_Hope
CHUG_presentation_Hope
Lara Juliusson
 
Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)
Jiří Šmída
 
Library of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservationLibrary of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservation
Andrew Turner
 
FreeMap Palestine November 2008
FreeMap Palestine November 2008FreeMap Palestine November 2008
FreeMap Palestine November 2008
mikel_maron
 
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
Pere Roca Ristol
 

Similar a Maps, mashups and metadata:geospatial standards for access and retrieval (20)

Drupal and the GeoSpatial Web
Drupal and the GeoSpatial WebDrupal and the GeoSpatial Web
Drupal and the GeoSpatial Web
 
O'Reilly WebCast - Trends And Technologies In Where2.0
O'Reilly WebCast - Trends And Technologies In Where2.0O'Reilly WebCast - Trends And Technologies In Where2.0
O'Reilly WebCast - Trends And Technologies In Where2.0
 
CHUG_presentation_Hope
CHUG_presentation_HopeCHUG_presentation_Hope
CHUG_presentation_Hope
 
Volunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapVolunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMap
 
Open GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionOpen GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An Introduction
 
GeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapGeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMap
 
Overview of MassGIS Web Mapping Services
Overview of MassGIS Web Mapping ServicesOverview of MassGIS Web Mapping Services
Overview of MassGIS Web Mapping Services
 
Free GIS Resources
Free GIS ResourcesFree GIS Resources
Free GIS Resources
 
Itd Eac 1 13 09
Itd Eac 1 13 09Itd Eac 1 13 09
Itd Eac 1 13 09
 
Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)
 
Library of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservationLibrary of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservation
 
Mapc Data Day 7 15 09
Mapc Data Day 7 15 09Mapc Data Day 7 15 09
Mapc Data Day 7 15 09
 
FreeMap Palestine November 2008
FreeMap Palestine November 2008FreeMap Palestine November 2008
FreeMap Palestine November 2008
 
Advanced Kml
Advanced KmlAdvanced Kml
Advanced Kml
 
Google maps
Google mapsGoogle maps
Google maps
 
Google maps
Google mapsGoogle maps
Google maps
 
Google Map Is Not The Map
Google Map Is Not The MapGoogle Map Is Not The Map
Google Map Is Not The Map
 
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
 
Pycon2011
Pycon2011Pycon2011
Pycon2011
 
Introduction to GeoPackage and OWS Context
Introduction to GeoPackage and OWS ContextIntroduction to GeoPackage and OWS Context
Introduction to GeoPackage and OWS Context
 

Más de Scottish Library & Information Council (SLIC), CILIP in Scotland (CILIPS)

Más de Scottish Library & Information Council (SLIC), CILIP in Scotland (CILIPS) (20)

Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...
 
Why link?
Why link?Why link?
Why link?
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Will's World: Walking Through Shakespeare
Will's World: Walking Through ShakespeareWill's World: Walking Through Shakespeare
Will's World: Walking Through Shakespeare
 
The Danish National Bibliography as LOD
The Danish National Bibliography as LODThe Danish National Bibliography as LOD
The Danish National Bibliography as LOD
 
Linked Open Data stuff
Linked Open Data stuffLinked Open Data stuff
Linked Open Data stuff
 
datos.bne.es: Publishing and consuming
datos.bne.es: Publishing and consumingdatos.bne.es: Publishing and consuming
datos.bne.es: Publishing and consuming
 
The University of Edinburgh's Mobile App
The University of Edinburgh's Mobile App The University of Edinburgh's Mobile App
The University of Edinburgh's Mobile App
 
Social Media and National Libraries
Social Media and National LibrariesSocial Media and National Libraries
Social Media and National Libraries
 
Growing Knowledge : Supporting the Digital Researcher
Growing Knowledge : Supporting the Digital Researcher Growing Knowledge : Supporting the Digital Researcher
Growing Knowledge : Supporting the Digital Researcher
 
Libguides in Academic Libraries
Libguides in Academic Libraries Libguides in Academic Libraries
Libguides in Academic Libraries
 
SLIC FE 2011 Karen Stevenson
SLIC FE 2011 Karen StevensonSLIC FE 2011 Karen Stevenson
SLIC FE 2011 Karen Stevenson
 
SLIC FE 2011Tom MacMaster
SLIC FE 2011Tom MacMasterSLIC FE 2011Tom MacMaster
SLIC FE 2011Tom MacMaster
 
SLICFE2011 Elaine Fulton
SLICFE2011 Elaine FultonSLICFE2011 Elaine Fulton
SLICFE2011 Elaine Fulton
 
Introducing Reader Development
Introducing Reader DevelopmentIntroducing Reader Development
Introducing Reader Development
 
SCURL Walk in Access Project
SCURL Walk in Access ProjectSCURL Walk in Access Project
SCURL Walk in Access Project
 
Innovation with reducing budgets British Library
Innovation with reducing budgets British LibraryInnovation with reducing budgets British Library
Innovation with reducing budgets British Library
 
mlibrary project Napier University
mlibrary project Napier Universitymlibrary project Napier University
mlibrary project Napier University
 
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
 
Nora Dale - Growing Knowledge: The evolution of research
Nora Dale - Growing Knowledge: The evolution of researchNora Dale - Growing Knowledge: The evolution of research
Nora Dale - Growing Knowledge: The evolution of research
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
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
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Maps, mashups and metadata:geospatial standards for access and retrieval