Webinar | Introduction to Cadac smartGlobe

Join our three-part webinar series and discover how Cadac smartGlobe transforms aeronautical data into standardized, ICAO-aligned charts through a powerful, cloud-based SaaS platform. Register for the full webinar series or sign up for individual sessions. Join live or watch the recording whenever it suits you.

Dates
21 July 2026 10:00 Cadac smartGlobe — Episode 1: Foundations of Modern Aeronautical Charting Coming soon
22 September 2026 10:00 Cadac smartGlobe — Episode 2: Understanding Charts Through System Views Coming soon
20 October 2026 10:00 Cadac smartGlobe — Episode 3: Configuration & Chart Behaviour Explained Coming soon
Registrer deg nå

Across three concise sessions, we guide you step-by-step through the fundamentals of modern aeronautical chart production:

  1. From understanding core concepts and workflows
  2. To interpreting chart structures
  3. And exploring the configuration logic that drives consistency and automation.

Whether you are responsible for aeronautical information management, overseeing chart production, or involved in regulatory compliance, this series provides valuable insights at every level. Each session builds on the previous one, creating a complete and connected learning experience. We therefore recommend registering for the full series to gain the most value.

Cadac smartGlobe — Episode 1: Foundations of Modern Aeronautical Charting
Discover how Cadac smartGlobe transforms aeronautical data into ICAO-aligned charts within a modern SaaS environment. In this introductory session, we cover core charting concepts and walk through the complete workflow from creation to export.

This Episode is the starting point for understanding the platform.

Cadac smartGlobe — Episode 2: Understanding Charts Through System Views
Learn how to interpret charts within smartGlobe by exploring its five core system views. See how each view reveals different insights into chart structure, data, and compliance.

This episode builds on Episode 1 and gives you the tools to truly understand chart outputs.

Cadac smartGlobe — Episode 3: Configuration & Chart Behaviour Explained
Explore how configuration, rules, and automation shape chart behaviour in smartGlobe. Understand how consistency and compliance are ensured across charts with minimal manual effort.

The last episode completes the series by revealing the logic behind intelligent charting.

This webinar will be hosted in English. Register for the full webinar series or sign up for individual sessions. Join live or watch the recording whenever it suits you.

function createReplayLabel() { let li = document.createElement("li"); li.classList.add("hs-form-list-label"); let span = document.createElement("span"); span.textContent = "Se tilbake"; span.setAttribute("style", "font-weight:500;display:inline-block;margin-bottom:8px;"); li.appendChild(span); return li; } function createListItem(index, value, text, startTime, location, broadcastId, broadcastTitle, replayUrl, adobewebinar, webinarUrl, date, dateDF, multiple, today) { let li = document.createElement("li"); li.classList.add("hs-form-radio"); let label = document.createElement("label"); label.setAttribute("for", `label_${index}`); label.setAttribute("style", "align-items: center;"); label.classList.add("hs-form-radio-display"); let input = document.createElement("input"); input.setAttribute("type", "checkbox"); if (!multiple) { input.setAttribute("type", "radio"); } if (!multiple || index === 0) { input.setAttribute("checked", true); } input.setAttribute("id", `label_${index}`); input.setAttribute("name", "marketinglist_number_webinar"); input.setAttribute("value", value); input.setAttribute("data-time", startTime); input.setAttribute("data-location", location); input.setAttribute("data-broadcastid", broadcastId); input.setAttribute("data-broadcasttitle", broadcastTitle); input.setAttribute("data-replayurl", replayUrl); input.setAttribute("data-adobewebinar", adobewebinar); input.setAttribute("data-webinarurl", webinarUrl); input.setAttribute("data-date", date); input.setAttribute("data-datedf", dateDF); input.classList.add("hs-input"); let span = document.createElement("span"); span.textContent = text; if (Boolean(+today)) { span.setAttribute("style", "display: flex;align-items: center;gap: 12px;height: 12px;overflow:visible"); const tag = document.createElement("span"); tag.className = "p-tag p-component p-tag-success mr-1"; tag.style.backgroundColor = "#20b065"; const tagValue = document.createElement("span"); tagValue.className = "p-tag-value"; tagValue.textContent = "today"; tag.appendChild(tagValue); span.append(" ", tag); } label.appendChild(input); label.appendChild(span); li.appendChild(label); return li; } hbspt.forms.create({ region: "eu1", portalId: "143438306", formId: "9ddb6d85-c9c6-4ff8-8dc8-697628e584b4", onFormSubmitted: () => { trackForm(); let topPos = $(".hs-form-wrapper").offset().top - 180; $('html, body').scrollTop(topPos); }, onBeforeFormSubmit: function($form) { let chosenInputs = Array.from($('input[name="marketinglist_number_webinar"]:checked')); $('input[name="marketinglist_number_webinar"]').remove(); let formattedData = chosenInputs.reduce((ac,cu) => { const data = { ...cu.dataset }; const keys = Object.keys(data); keys.forEach((key) => (ac[key] = (!ac[key]) ? [data[key]] : [...ac[key], data[key]])); return ac; }, {}); let selectedMarketingListNumbers = chosenInputs.map((item) => item.value).join(','); $('input[name="marketing_list_number"]').val(selectedMarketingListNumbers); $('input[name="start_time"]').val(formattedData?.time?.join(',')); $('input[name="marketinglist_location"]').val(formattedData?.location?.join(',')); $('input[name="adobe_webinar"]').val(formattedData?.adobewebinar?.[0]); $('input[name="marketinglist_date"]').val(formattedData?.date?.join(',')); $('input[name="marketinglist_date_df"]').val(formattedData?.datedf?.join(',')); if ((formattedData?.broadcastid || []).every(value => (typeof +value === 'number' && Boolean(value)))) { $('input[name="broadcast_id_list"]').val(formattedData?.broadcastid?.join(',')); $('input[name="broadcast_title"]').val(formattedData?.broadcasttitle?.join(',')); $('input[name="webinar_url"]').val(formattedData?.webinarurl?.join(',')); $('input[name="webinargeek_broadcast_replay_urls"]').val(formattedData?.replayurl?.join(',')); } else { $('input[name="download_link"]').val(''); $('input[name="broadcast_id_list"]').val('x'); $('input[name="broadcast_title"]').val("Introduction to Cadac smartGlobe"); $('input[name="webinar_url"]').val('x'); $('input[name="webinargeek_broadcast_replay_urls"]').val('x'); } }, onFormReady: function($form, ctx) { $('input[name="bu"]').val('CDC'); $('input[name="page_url"]').val('https://www.cadac.com/de-en/events/introduction-to-cadac-smartglobe/'); $('input[name="pagename"]').val("Introduction to Cadac smartGlobe"); $('input[name="campaign_description"]').val("Introduction to Cadac smartGlobe"); $('input[name="campaign_code"]').val('CMP-02942-R4Q5G'); $('input[name="ddlcountry"]').val('us'); $('input[name="weblead_type"]').val('Webinar registration'); let marketinglistElm = document.querySelector('.hs_marketinglist_number_webinar .inputs-list'); marketinglistElm.replaceChildren(); marketinglistElm.appendChild(createListItem(0, "ML158050","21 July 2026 10:00", "10:00", "online", "6452386", "Cadac smartGlobe — Episode 1: Foundations of Modern Aeronautical Charting", "https://cadac.webinargeek.com/watch/replay/6452386/06910569c684e4f425973a99794deb75/", "False", "https://cadac.webinargeek.com/cadac-smartglobe-episode-1-foundations-of-modern-aeronautical-charting-1/join/n27uxnfb", "21 July 2026", "07/21/2026", 1, 0)); marketinglistElm.appendChild(createListItem(1, "ML158051","22 September 2026 10:00", "10:00", "online", "6452404", "Cadac smartGlobe — Episode 2: Understanding Charts Through System Views", "https://cadac.webinargeek.com/watch/replay/6452404/03757ca36b5de94ddf4fb484ad4df579/", "False", "https://cadac.webinargeek.com/cadac-smartglobe-episode-1-foundations-of-modern-aeronautical-charting-1/join/n27uxnfb", "22 September 2026", "09/22/2026", 1, 0)); marketinglistElm.appendChild(createListItem(2, "ML158052","20 October 2026 10:00", "10:00", "online", "6452418", "Cadac smartGlobe — Episode 3: Configuration & Chart Behaviour Explained", "https://cadac.webinargeek.com/watch/replay/6452418/59443db26482640b292a4ac0c21f5789/", "False", "https://cadac.webinargeek.com/cadac-smartglobe-episode-1-foundations-of-modern-aeronautical-charting-1/join/n27uxnfb", "20 October 2026", "10/20/2026", 1, 0)); } });