
{"id":2673,"date":"2022-10-10T14:15:43","date_gmt":"2022-10-10T14:15:43","guid":{"rendered":"https:\/\/8d.nl\/?p=2673"},"modified":"2025-01-30T10:58:21","modified_gmt":"2025-01-30T10:58:21","slug":"techtalk-2-software-engineer-sietse-hoekstra","status":"publish","type":"post","link":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/","title":{"rendered":"TechTalk #2: Software Engineer Sietse Hoekstra"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center has-primary-color has-text-color has-large-font-size\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">Geodata in games<\/mark><\/h1>\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:75%\">\n<blockquote class=\"wp-block-quote has-medium-font-size is-layout-flow wp-block-quote-is-layout-flow\">\n<p><br\/><strong>&#8220;Abstract processes that people have a poor understanding of, but of which datasets are available &#8211; that offers opportunities for serious games.&#8221;<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n\n\n\n<p><br\/><strong>So who are these people who build bridges between science, technology and social issues? That&#8217;s what we will be feeling team members and collaboration partners about in the near future. In this article: Sietse Hoekstra &#8211; Lead Software Engineer at 8D &#8211; on the use of geodata in games. On the basis of our educational game<a href=\"https:\/\/8d.nl\/en\/projecten\/the-lost-collection\/\" target=\"_blank\" rel=\"noreferrer noopener\"> The Lost Collection<\/a> he talks more about the possibilities of publicly available datasets, &#8216;euclidean space&#8217; and meshes.<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>First of all: geographic data is &#8220;information with a spatial component&#8221;. A well-known example: the maps of the Land Registry, showing exactly where a certain plot begins and ends. But many more geo-datasets have now been digitised and are publicly available, for example via the <a href=\"https:\/\/www.nationaalgeoregister.nl\/geonetwork\/srv\/dut\/catalog.search\" target=\"_blank\" rel=\"noreferrer noopener\">Nationaal Georegister<\/a>. Think of information about our inland waters, different soil types or altitude differences in the landscape.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-primary-color has-text-color has-medium-font-size\">Datasets en gaming<\/h2>\n\n\n\n<p>Information with a spatial component can be very useful when developing games. What should we imagine? Sietse: &#8216;A recent example I worked on is <strong><a href=\"https:\/\/8d.nl\/en\/projecten\/the-lost-collection\/\" target=\"_blank\" rel=\"noreferrer noopener\">The Lost Collection<\/a>,<\/strong>, a game we developed for Geopark de Hondsrug and Terra.Vita. The basis of the game is a mapping system; players search for different locations in the geoparks using a 3D map on their smartphone. What you see on the map corresponds to reality; you see the roads, any buildings and land type. You also see how far you are from your target destination and the map moves with your activity.&#8217;<\/p>\n\n\n\n<p><br\/><\/p>\n\n\n<div class=\"wp-block-image is-resized\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/06\/Horizontaal_Geopark1-990x659.png\" alt=\"\" class=\"wp-image-641\"\/><figcaption class=\"wp-element-caption\">Impression of The Lost Collection, an educational game for Geoparken de Hondsrug (NL) and Terra.Vita (DU). The game conveys information about the ice age regions in a playful way using a custom map system. <\/figcaption><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<p>Building the mapping system involved a lot of choices. Starting with finding a suitable dataset to integrate into the project. &#8216;There were a number of requirements from the commissioning party that I took into account in selecting a dataset. For example, the game also had to work offline &#8211; there is no good coverage in some places in the area &#8211; and the map only had to guide the user past safe locations, without hiking in places where that would not be good for nature.&#8217; <br\/><br\/>&#8216;In the end, I chose a dataset from OpenStreetMap called <em>Planet.osm<\/em>. The dataset can contain &#8211; depending on the representation &#8211; more than a terabyte of information. Using BBBike, I created a crop of the required area and represented it as GeoJSON. This was to make it easier to work with the data. An advantage of such a raw dataset is that once downloaded, you are not dependent on a third party, such as Google. Suppose Google suddenly decides to make a change, it could upset the way the whole game works.&#8217;<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-primary-color has-text-color has-medium-font-size\">Smart filtering<\/h2>\n\n\n\n<p>After selecting a suitable dataset, it is up to the programmer to make smart choices: which type of information is relevant and which is not? Sietse: &#8216;It was a rich dataset in which not all data was relevant for the functions we wanted to develop. To keep the app compact and fast, I applied filtering. The map in the game only uses information about ground type, road type and information about heights and positions. Next, I could ensure that POIs (<em>points of interests<\/em>) be generated only on dirt roads and not on larger roads. That way, you can already regulate a lot in terms of game safety and the movements people make through the area.&#8217;<\/p>\n\n\n\n<p><br\/>Targeted use of such a dataset is also beneficial for speed and usability. Sietse: &#8216;Because the game has to work offline, I wanted all the necessary data to be loaded onto the smartphone immediately when the game is started. At the same time, you naturally want the game to open and navigate quickly, even on older smartphones. For this reason alone, it was crucial to be selective: what data do we really need to provide a recognisable visual representation of the area on the map? In this way, we managed to make the whole application not too heavy anyway.&#8217;<br\/><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-primary-color has-text-color has-medium-font-size\">From dataset to visualisation<\/h2>\n\n\n\n<p>Once the right dataset and filtering has been chosen, it&#8217;s time to get to work on visualising that data. Sietse: &#8216;I did that by converting the raw data into <em>euclidean space<\/em>; a mathematical principle for representing space. Think of it this way: you start with a dataset that contains only latitude and longitude coordinates. Next, you want to use software to make sure that the computer knows how to connect the coordination points from the dataset to create a 3D representation. What is then created is called a <em>mesh<\/em>. Those wishing to know more about this should consult my <a href=\"https:\/\/hoekkii.com\/b\/triangulation\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>blog about triangulation<\/strong><\/a> reading. Once you have a <em>mesh<\/em>, Then you can start determining which colours, shadows and so on to apply. This &#8211; combined with the player&#8217;s GPS location &#8211; creates a visual representation that matches reality.&#8217;<br\/><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-primary-color has-text-color has-medium-font-size\">King Kong in own city<\/h2>\n\n\n\n<p>As far as Sietse is concerned, successful examples of geo-data-based games are Pokemon Go by Niantic and udStream by Euclideon. He himself has some ideas for new applications: &#8216;I think it would be interesting to build a game in which you discover a gas bubble in your own city, for example. And that as a player you then see how drilling affects the landscape and the soil. Abstract processes that people have a poor understanding of, but of which data sets are available &#8211; that offers all kinds of possibilities for serious games.&#8217; With a serious look: &#8216;But a game in which you stomp through your own environment like some kind of King Kong or Godzilla and climb on buildings also seems like fun.&#8217;\u00a0<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n\n<div id=\"block_62a0aff6bc31e\" data-block-name=\"cta\" class=\"alignfull\" data-vscode-dir='\/var\/www\/vhosts\/8d.nl\/httpdocs\/wp-content\/themes\/8dgames\/blocks\/cta' data-vscode-file='block.php:54:0'>\n\n   \n    <div class=\"cta-content\">\n\n        <div class=\"cta-img\">\n            <img src='https:\/\/8d.nl\/wp-content\/uploads\/maarten_purplebg_02.webp' \/>\n        <\/div>\n\n        <div class=\"cta-text\">\n            <h5 class=\"titel fw-light\">\n                Any thoughts on geodata in games?             <\/h5>\n                            <h4 >\n               <a class=\"text-secondary\" href=\"tel:058 843 57 57\"> Call  058 843 57 57<\/a>\n            <\/h4>\n                        \n                        <p>\n                Share your grand plans with Maarten!            <\/p>\n\n        <\/div>\n\n\n    <\/div>\n\n\n\n\n<\/div>\n\n\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n<\/div>\n\n<p><\/p>\n\n\n\n<div id=\"block_6298ab009d8ab\" data-block-name=\"kader\"\n    class=\"alignfull bg-secondary  \" data-vscode-dir='\/var\/www\/vhosts\/8d.nl\/httpdocs\/wp-content\/themes\/8dgames\/blocks\/kader' data-vscode-file='block.php:54:0'>\n  \n\n    <div class=\"content\">\n        \n\n\n<div id=\"block_66154f754779d\" data-block-name=\"mogelijkheden\"  class=\"alignfull style-card \"  data-vscode-dir='\/var\/www\/vhosts\/8d.nl\/httpdocs\/wp-content\/themes\/8dgames\/blocks\/mogelijkheden' data-vscode-file='block.php:54:0' >\n\n  \n      <script>\n    jQuery(document).ready(function($){ \n      const stijlen =[{\"id\":13408,\"title\":\"Tendering a serious game\",\"url\":\"https:\\\/\\\/8d.nl\\\/en\\\/mogelijkheden\\\/tendering-a-serious-game\\\/\"}];\n          init_mogelijkheden(\n          \"#block_66154f754779d\", stijlen\n         \n          );    \n      \n     });\n    <\/script>\n  \n  <div class=\"posts\">\n                <a href=\"https:\/\/8d.nl\/en\/mogelijkheden\/tendering-a-serious-game\/\" class=\"post-card\">\n    <div class=\"post-img\">\n        <img src='https:\/\/8d.nl\/wp-content\/uploads\/serious-game-aanbesteden.png'>\n    <\/div>\n    <div class=\"post-body\">\n        <h5 class=\"titel\">Tendering a serious game<\/h5>\n        <div><p>Procuring a serious game is an art in itself. Buyers of large organizations and developers interact during the process, even though they do not always speak the same language. Use our whitepaper as a guide so that the procedure runs smoothly and the risks are managed as well as possible.   <\/p>\n<\/div>\n \n    <\/div>\n    <i class=\"fa fa-chevron-right text-right text-red\"><\/i>\n    <div class=\"shadow\"><\/div>\n<\/a> \n          <\/div>\n\n<\/div> \n\n    <\/div>\n    \n    \n<\/div>","protected":false},"excerpt":{"rendered":"<p>Software Engineer Sietse Hoekstra talks about the application of geodata in games, using the edugame The Lost Collection as an example. What are the possibilities of this combination?<\/p>\n","protected":false},"author":3,"featured_media":2723,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[66],"tags":[],"sector":[],"class_list":["post-2673","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-longreads"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Geodata in games: how does it work and what is possible?<\/title>\n<meta name=\"description\" content=\"Software Engineer Sietse Hoekstra on the potential of geodata in games, using the edugame &#039;The Lost Collection&#039; as an example &gt;&gt;&gt;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Geodata in games: how does it work and what is possible?\" \/>\n<meta property=\"og:description\" content=\"Software Engineer Sietse Hoekstra on the potential of geodata in games, using the edugame &#039;The Lost Collection&#039; as an example &gt;&gt;&gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\" \/>\n<meta property=\"og:site_name\" content=\"8D\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/8DSeriousGames\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-10T14:15:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-30T10:58:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/8d-games.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Nicole van den Berg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nicole van den Berg\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\"},\"author\":{\"name\":\"Nicole van den Berg\",\"@id\":\"https:\/\/8d.nl\/en\/#\/schema\/person\/3d33433434070f574b44c43912949ef4\"},\"headline\":\"TechTalk #2: Software Engineer Sietse Hoekstra\",\"datePublished\":\"2022-10-10T14:15:43+00:00\",\"dateModified\":\"2025-01-30T10:58:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\"},\"wordCount\":969,\"publisher\":{\"@id\":\"https:\/\/8d.nl\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg\",\"articleSection\":[\"Longreads\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\",\"url\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\",\"name\":\"Geodata in games: how does it work and what is possible?\",\"isPartOf\":{\"@id\":\"https:\/\/8d.nl\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg\",\"datePublished\":\"2022-10-10T14:15:43+00:00\",\"dateModified\":\"2025-01-30T10:58:21+00:00\",\"description\":\"Software Engineer Sietse Hoekstra on the potential of geodata in games, using the edugame 'The Lost Collection' as an example >>>\",\"breadcrumb\":{\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage\",\"url\":\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg\",\"contentUrl\":\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/8d.nl\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TechTalk #2: Software Engineer Sietse Hoekstra\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/8d.nl\/en\/#website\",\"url\":\"https:\/\/8d.nl\/en\/\",\"name\":\"8D\",\"description\":\"Research + Design = Impact\",\"publisher\":{\"@id\":\"https:\/\/8d.nl\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/8d.nl\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/8d.nl\/en\/#organization\",\"name\":\"8D\",\"url\":\"https:\/\/8d.nl\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/8d.nl\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/05\/cropped-Logo_8DGames_Square_Stroked_1024-2.png\",\"contentUrl\":\"https:\/\/8d.nl\/wp-content\/uploads\/2022\/05\/cropped-Logo_8DGames_Square_Stroked_1024-2.png\",\"width\":512,\"height\":512,\"caption\":\"8D\"},\"image\":{\"@id\":\"https:\/\/8d.nl\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/8DSeriousGames\/\",\"https:\/\/www.instagram.com\/8d.research.design.impact\/\",\"https:\/\/bsky.app\/profile\/8d-design.bsky.social\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/8d.nl\/en\/#\/schema\/person\/3d33433434070f574b44c43912949ef4\",\"name\":\"Nicole van den Berg\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/8d.nl\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e63db297713bc0c653ac1f2f96347d742c235abe7dd42d7784a279f2e89807a2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e63db297713bc0c653ac1f2f96347d742c235abe7dd42d7784a279f2e89807a2?s=96&d=mm&r=g\",\"caption\":\"Nicole van den Berg\"},\"url\":\"https:\/\/8d.nl\/en\/author\/nicole\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Geodata in games: how does it work and what is possible?","description":"Software Engineer Sietse Hoekstra on the potential of geodata in games, using the edugame 'The Lost Collection' as an example >>>","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/","og_locale":"en_US","og_type":"article","og_title":"Geodata in games: how does it work and what is possible?","og_description":"Software Engineer Sietse Hoekstra on the potential of geodata in games, using the edugame 'The Lost Collection' as an example >>>","og_url":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/","og_site_name":"8D","article_publisher":"https:\/\/www.facebook.com\/8DSeriousGames\/","article_published_time":"2022-10-10T14:15:43+00:00","article_modified_time":"2025-01-30T10:58:21+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/8d-games.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg","type":"image\/jpeg"}],"author":"Nicole van den Berg","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nicole van den Berg","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#article","isPartOf":{"@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/"},"author":{"name":"Nicole van den Berg","@id":"https:\/\/8d.nl\/en\/#\/schema\/person\/3d33433434070f574b44c43912949ef4"},"headline":"TechTalk #2: Software Engineer Sietse Hoekstra","datePublished":"2022-10-10T14:15:43+00:00","dateModified":"2025-01-30T10:58:21+00:00","mainEntityOfPage":{"@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/"},"wordCount":969,"publisher":{"@id":"https:\/\/8d.nl\/en\/#organization"},"image":{"@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage"},"thumbnailUrl":"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg","articleSection":["Longreads"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/","url":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/","name":"Geodata in games: how does it work and what is possible?","isPartOf":{"@id":"https:\/\/8d.nl\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage"},"image":{"@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage"},"thumbnailUrl":"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg","datePublished":"2022-10-10T14:15:43+00:00","dateModified":"2025-01-30T10:58:21+00:00","description":"Software Engineer Sietse Hoekstra on the potential of geodata in games, using the edugame 'The Lost Collection' as an example >>>","breadcrumb":{"@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#primaryimage","url":"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg","contentUrl":"https:\/\/8d.nl\/wp-content\/uploads\/2022\/10\/DSC_0576_klein-1-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/8d.nl\/en\/techtalk-2-software-engineer-sietse-hoekstra\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/8d.nl\/en\/"},{"@type":"ListItem","position":2,"name":"TechTalk #2: Software Engineer Sietse Hoekstra"}]},{"@type":"WebSite","@id":"https:\/\/8d.nl\/en\/#website","url":"https:\/\/8d.nl\/en\/","name":"8D","description":"Research + Design = Impact","publisher":{"@id":"https:\/\/8d.nl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/8d.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/8d.nl\/en\/#organization","name":"8D","url":"https:\/\/8d.nl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/8d.nl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/8d.nl\/wp-content\/uploads\/2022\/05\/cropped-Logo_8DGames_Square_Stroked_1024-2.png","contentUrl":"https:\/\/8d.nl\/wp-content\/uploads\/2022\/05\/cropped-Logo_8DGames_Square_Stroked_1024-2.png","width":512,"height":512,"caption":"8D"},"image":{"@id":"https:\/\/8d.nl\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/8DSeriousGames\/","https:\/\/www.instagram.com\/8d.research.design.impact\/","https:\/\/bsky.app\/profile\/8d-design.bsky.social"]},{"@type":"Person","@id":"https:\/\/8d.nl\/en\/#\/schema\/person\/3d33433434070f574b44c43912949ef4","name":"Nicole van den Berg","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/8d.nl\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e63db297713bc0c653ac1f2f96347d742c235abe7dd42d7784a279f2e89807a2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e63db297713bc0c653ac1f2f96347d742c235abe7dd42d7784a279f2e89807a2?s=96&d=mm&r=g","caption":"Nicole van den Berg"},"url":"https:\/\/8d.nl\/en\/author\/nicole\/"}]}},"_links":{"self":[{"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/posts\/2673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/comments?post=2673"}],"version-history":[{"count":6,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/posts\/2673\/revisions"}],"predecessor-version":[{"id":12387,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/posts\/2673\/revisions\/12387"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/media\/2723"}],"wp:attachment":[{"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/media?parent=2673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/categories?post=2673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/tags?post=2673"},{"taxonomy":"sector","embeddable":true,"href":"https:\/\/8d.nl\/en\/wp-json\/wp\/v2\/sector?post=2673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}