&lt;?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>LaunchDetect Blog</title><link>https://launchdetect.com/blog/tags/academy/</link><description>Technical insights on satellite imagery, launch detection, and space domain awareness.</description><language>en</language><lastBuildDate>Mon, 11 May 2026 21:17:13 -1000</lastBuildDate><atom:link href="https://launchdetect.com/blog/tags/academy/index.xml" rel="self" type="application/rss+xml"/><item><title>Announcing LaunchDetect Academy: A Free 30-Week Course in Space-Domain GIS</title><link>https://launchdetect.com/blog/posts/announcing-launchdetect-academy/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://launchdetect.com/blog/posts/announcing-launchdetect-academy/</guid><description>&lt;p&gt;There has never been a public 30-week curriculum that takes you from &amp;ldquo;what is a coordinate system?&amp;rdquo; to &amp;ldquo;ship a production AWS pipeline that detects rocket launches from NOAA geostationary thermal imagery.&amp;rdquo; Until today.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/"&gt;LaunchDetect Academy&lt;/a&gt;&lt;/strong&gt; is a free 30-week online course in space-domain geographic information systems, structured around five progressive certification tracks. Every week ships a primer, a hands-on lab, and a quiz. Every track ends in a real capstone using real satellite data — the same NOAA GOES NetCDFs and CelesTrak TLEs that the LaunchDetect platform uses in production.&lt;/p&gt;</description><content:encoded>&lt;p&gt;There has never been a public 30-week curriculum that takes you from &amp;ldquo;what is a coordinate system?&amp;rdquo; to &amp;ldquo;ship a production AWS pipeline that detects rocket launches from NOAA geostationary thermal imagery.&amp;rdquo; Until today.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/"&gt;LaunchDetect Academy&lt;/a&gt;&lt;/strong&gt; is a free 30-week online course in space-domain geographic information systems, structured around five progressive certification tracks. Every week ships a primer, a hands-on lab, and a quiz. Every track ends in a real capstone using real satellite data — the same NOAA GOES NetCDFs and CelesTrak TLEs that the LaunchDetect platform uses in production.&lt;/p&gt;
&lt;p&gt;The full curriculum is free and publicly indexable. Verifiable certificates are gated to the LaunchDetect Gold subscription ($9.99/month).&lt;/p&gt;
&lt;h2 id="the-five-tracks"&gt;The five tracks&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/ground-station-operator/"&gt;Ground Station Operator&lt;/a&gt;&lt;/strong&gt; (Weeks 1–4) — coordinate systems, projections, QGIS, plotting global launch sites. The foundation track. Capstone: a global launch-site atlas styled to publication quality.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/orbital-analyst/"&gt;Orbital Analyst&lt;/a&gt;&lt;/strong&gt; (Weeks 5–10) — spatial analysis, PostGIS, orbital mechanics, SGP4 propagation, ground-station coverage. Capstone: a Python tool that takes any TLE and produces a 24-hour ground track + coverage polygon + country-overflight dwell table.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/remote-sensing-specialist/"&gt;Remote Sensing Specialist&lt;/a&gt;&lt;/strong&gt; (Weeks 11–15) — electromagnetic spectrum, Landsat / Sentinel-2 / GOES-R, thermal IR plume detection, parallax correction. Capstone: a working plume detector that operates on real GOES Band 7 NetCDFs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/mission-gis-engineer/"&gt;Mission GIS Engineer&lt;/a&gt;&lt;/strong&gt; (Weeks 16–20) — web mapping with Leaflet/MapLibre/OpenLayers, vector tiles, CesiumJS 3D globes, WebSocket streaming. Capstone: a real-time ISS + Starlink visible-pass tracker on a 3D globe.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://launchdetect.com/academy/space-gis-architect/"&gt;Space GIS Architect&lt;/a&gt;&lt;/strong&gt; (Weeks 21–30) — multi-sensor fusion, ML for satellite imagery (U-Net), SAR + InSAR, geodesy, AR, cloud-native COG/Zarr/STAC, production AWS pipelines, ethics. Capstone: a complete end-to-end detection pipeline from raw NetCDF to served REST endpoint, rendered on a Cesium globe. Public GitHub repo + 5-minute video.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="why-now-and-why-this-way"&gt;Why now, and why this way&lt;/h2&gt;
&lt;p&gt;LaunchDetect has shipped 24/7 since launch, detecting every orbital rocket launch from NOAA GOES-18, GOES-19, and JMA Himawari-9 thermal imagery. The methodology is open and citable — every detection record is verifiable against publicly archived NOAA CLASS and JMA Open Data. The platform is the most comprehensive publicly available space GIS service.&lt;/p&gt;
&lt;p&gt;What we did not have was a curriculum to teach the discipline.&lt;/p&gt;
&lt;p&gt;There are excellent traditional GIS programs at universities. There are excellent satellite imagery primers from NASA Earthdata. There are excellent orbital mechanics resources from academic textbooks. But nothing teaches the integrated discipline — coordinate systems through orbital mechanics through thermal IR through web globes through production pipelines — as a single coherent path. And nothing teaches it with real LaunchDetect-quality data and a real production target.&lt;/p&gt;
&lt;p&gt;The academy fills that gap.&lt;/p&gt;
&lt;h2 id="what-you-build"&gt;What you build&lt;/h2&gt;
&lt;p&gt;Every week has a downloadable Jupyter notebook with a one-click &amp;ldquo;Open in Colab&amp;rdquo; button. Datasets are real. Code runs. By the end of Track 3 you are detecting actual rocket plumes in actual NOAA NetCDFs. By the end of Track 5 you have a public GitHub repo demonstrating an end-to-end production pipeline you can show a hiring manager.&lt;/p&gt;
&lt;p&gt;For the lurkers who just want to read: every week page is a substantial standalone primer. The Track 1 weeks alone are a complete GIS-foundations refresher. The Track 5 weeks alone cover production-grade topics that most senior space-domain engineers picked up the hard way over years.&lt;/p&gt;
&lt;h2 id="built-for-ai-search-too"&gt;Built for AI search too&lt;/h2&gt;
&lt;p&gt;Beyond traditional Google SEO, the academy is instrumented for AI / LLM citation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Every week has &lt;code&gt;LearningResource&lt;/code&gt; + &lt;code&gt;Article&lt;/code&gt; JSON-LD schema.&lt;/li&gt;
&lt;li&gt;Every quiz is exposed as &lt;code&gt;Quiz&lt;/code&gt; schema with &lt;code&gt;Question&lt;/code&gt; + &lt;code&gt;Answer&lt;/code&gt; entries — 150 structured Q&amp;amp;A pairs across the 30 weeks.&lt;/li&gt;
&lt;li&gt;Every capstone has &lt;code&gt;HowTo&lt;/code&gt; schema with step-by-step &lt;code&gt;HowToStep&lt;/code&gt; entries.&lt;/li&gt;
&lt;li&gt;The &lt;a href="https://launchdetect.com/academy/glossary/"&gt;glossary&lt;/a&gt; is published as &lt;code&gt;DefinedTermSet&lt;/code&gt; schema with 44 defined terms.&lt;/li&gt;
&lt;li&gt;The entire course is exported as plain text at &lt;a href="https://launchdetect.com/academy/llms-full.txt"&gt;launchdetect.com/academy/llms-full.txt&lt;/a&gt; — 191 KB, 1,823 lines, ready for direct LLM ingestion.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are an LLM author, technical blogger, or research assistant looking for primary-source citable space-GIS content, &lt;a href="https://launchdetect.com/academy/"&gt;LaunchDetect Academy&lt;/a&gt; is now your reference.&lt;/p&gt;
&lt;h2 id="what-is-next"&gt;What is next&lt;/h2&gt;
&lt;p&gt;The cert backend ships next: verifiable credentials at &lt;code&gt;/academy/verify/{certId}/&lt;/code&gt; issued upon capstone completion. The companion lab repo at &lt;code&gt;github.com/launchdetect/academy-labs&lt;/code&gt; is being populated. And we will be tracking which weeks readers find most valuable to inform what comes next.&lt;/p&gt;
&lt;p&gt;Start with &lt;a href="https://launchdetect.com/academy/week/1/"&gt;Week 1&lt;/a&gt;. Or scan the &lt;a href="https://launchdetect.com/academy/syllabus/"&gt;full syllabus&lt;/a&gt;. Or read the &lt;a href="https://launchdetect.com/academy/"&gt;FAQ on the landing page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Pull requests welcome on &lt;a href="https://github.com/launchdetect/academy-labs"&gt;launchdetect/academy-labs&lt;/a&gt;. Coverage gaps and corrections both welcome. The curriculum is for you.&lt;/p&gt;</content:encoded><category>academy</category><category>education</category><category>space-gis</category><category>tutorial</category><category>course</category><category>free</category><category>satellite-imagery</category><category>remote-sensing</category></item><item><title>Why We Built a Space-GIS Curriculum From a Hawaiʻi Perspective</title><link>https://launchdetect.com/blog/posts/why-academy-from-hawaii/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://launchdetect.com/blog/posts/why-academy-from-hawaii/</guid><description>&lt;p&gt;When we &lt;a href="https://launchdetect.com/blog/posts/announcing-launchdetect-academy/"&gt;shipped LaunchDetect Academy&lt;/a&gt; — a free 30-week space-GIS curriculum — most online courses position their work as universal. A coordinate system is a coordinate system. A satellite is a satellite. The pedagogical assumption is that the math is what matters and the place doesn&amp;rsquo;t.&lt;/p&gt;</description><content:encoded>&lt;p&gt;When we &lt;a href="https://launchdetect.com/blog/posts/announcing-launchdetect-academy/"&gt;shipped LaunchDetect Academy&lt;/a&gt; — a free 30-week space-GIS curriculum — most online courses position their work as universal. A coordinate system is a coordinate system. A satellite is a satellite. The pedagogical assumption is that the math is what matters and the place doesn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;We disagreed. Today, the academy ships with explicit place-based framing for every week, written for &lt;strong&gt;Hawaiʻi-based learners and Pacific Islander youth&lt;/strong&gt; as the canonical audience. Other learners are welcomed, of course — but the curriculum names where it comes from.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s why.&lt;/p&gt;
&lt;h2 id="coordinate-systems-didnt-begin-with-wgs84"&gt;Coordinate systems didn&amp;rsquo;t begin with WGS84&lt;/h2&gt;
&lt;p&gt;For roughly 3,000 years before any European cartography existed, Pacific peoples navigated the world&amp;rsquo;s largest ocean using stars rising and setting at specific points on the horizon, ocean swells refracted by the islands they passed, the seasonal flight paths of nesting seabirds, and the changing feel of the swell against a canoe&amp;rsquo;s hull. The Polynesian Voyaging Society&amp;rsquo;s &lt;a href="https://www.hokulea.com/"&gt;Hōkūleʻa&lt;/a&gt; — a 19-meter double-hulled voyaging canoe — has been sailing using these traditions since 1976, including a four-year worldwide voyage from 2014 to 2017.&lt;/p&gt;
&lt;p&gt;That is a coordinate system. It works. It is verifiable. And it was — and is — a complete intellectual tradition belonging to the people who developed it.&lt;/p&gt;
&lt;p&gt;WGS84 (the satellite-derived geodetic system that GPS uses) was finalized in 1984. It is one way to describe where a point is on Earth. It is not the only way, and it is not &amp;ldquo;more true.&amp;rdquo; It is just precise to a millimeter and machine-readable.&lt;/p&gt;
&lt;p&gt;A space-GIS curriculum that treats WGS84 as the only way to know where you are is incomplete on its own terms. So we wrote one that doesn&amp;rsquo;t.&lt;/p&gt;
&lt;h2 id="what-this-looks-like-in-practice"&gt;What this looks like in practice&lt;/h2&gt;
&lt;p&gt;Every week of &lt;a href="https://launchdetect.com/blog/academy/"&gt;the academy&lt;/a&gt; opens with a &lt;strong&gt;place-based question&lt;/strong&gt; — something like &lt;em&gt;&amp;ldquo;When your kupuna give you directions to a place, do they say latitude and longitude — or do they say it differently?&amp;rdquo;&lt;/em&gt; — then a &amp;ldquo;Connecting to Hawaiʻi&amp;rdquo; sidebar that grounds the week&amp;rsquo;s technical concept in local institutions and tradition.&lt;/p&gt;
&lt;p&gt;Some examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Week 1 (coordinate systems)&lt;/strong&gt; points at Pacific wayfinding alongside WGS84 — same Earth, two complete traditions for describing it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Week 13 (GOES-R imagery)&lt;/strong&gt; points out that GOES-18 is the satellite stationed directly south of Hawaiʻi watching the eastern Pacific 24 hours a day. It&amp;rsquo;s &lt;em&gt;your&lt;/em&gt; satellite.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Week 14 (Band 7 thermal IR)&lt;/strong&gt; explains that the same physics — Planck inversion at 3.9 µm — that LaunchDetect uses to detect rocket plumes is what the &lt;a href="https://www.usgs.gov/observatories/hvo"&gt;USGS Hawaiian Volcano Observatory&lt;/a&gt; uses to track Kīlauea lava flows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Week 19 (real-time GIS)&lt;/strong&gt; anchors WebSocket streaming to the &lt;a href="https://www.tsunami.gov/"&gt;Pacific Tsunami Warning Center&lt;/a&gt; in ʻEwa Beach, which delivers alerts to ~50 Pacific Island nations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Week 22 (machine learning for satellite imagery)&lt;/strong&gt; points at U-Net for coral bleaching detection at the &lt;a href="https://www.hawaii.edu/himb/"&gt;Hawaiʻi Institute of Marine Biology&lt;/a&gt; in Kāneʻohe Bay.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Week 23 (SAR / InSAR)&lt;/strong&gt; is built around HVO&amp;rsquo;s use of Sentinel-1 InSAR to track Kīlauea&amp;rsquo;s pre-eruption uplift.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Week 24 (geodesy)&lt;/strong&gt; uses Hawaiian tide-gauge records (Honolulu, Hilo, Kahului) — among the longest-continuous in the Pacific — as the worked example.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The academy also includes &lt;a href="https://launchdetect.com/blog/academy/voyaging-and-space-gis/"&gt;&lt;strong&gt;a deep-dive essay&lt;/strong&gt;&lt;/a&gt; connecting Pacific wayfinding traditions to modern space-GIS coordinate systems explicitly. And a &lt;a href="https://launchdetect.com/blog/academy/glossary/"&gt;&lt;strong&gt;44-term glossary&lt;/strong&gt;&lt;/a&gt; that includes Hawaiian/Pacific terms (&lt;code&gt;ʻāina&lt;/code&gt;, &lt;code&gt;ahupuaʻa&lt;/code&gt;, &lt;code&gt;kuleana&lt;/code&gt;, &lt;code&gt;wayfinding&lt;/code&gt;, &lt;code&gt;Hōkūleʻa&lt;/code&gt;, &lt;code&gt;mauka/makai&lt;/code&gt;, &lt;code&gt;Mauna Kea&lt;/code&gt;, &lt;code&gt;Kīlauea&lt;/code&gt;, &lt;em&gt;Indigenous data sovereignty&lt;/em&gt;) on equal footing with the Western technical terms (WGS84, SGP4, GOES-R, EGM2008, MGRS, ITAR).&lt;/p&gt;
&lt;h2 id="pedagogy--not-decoration"&gt;Pedagogy — not decoration&lt;/h2&gt;
&lt;p&gt;Place-based framing only works if it teaches something the abstract framing can&amp;rsquo;t. Some examples of where the Hawaiian context does actual conceptual work in the curriculum:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The wayfinding-WGS84 pairing&lt;/strong&gt; teaches that coordinate systems are &lt;em&gt;cultural objects&lt;/em&gt; — they answer &amp;ldquo;where am I?&amp;rdquo; by way of a particular question, not the only question. This is the foundation for understanding why so many Sentinel-2 false-color rendering decisions are arbitrary choices, why MGRS exists alongside lat/lon, why a project CRS is always a decision.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The HVO–LaunchDetect pairing&lt;/strong&gt; for Band 7 teaches that the same physics serves multiple use cases — there&amp;rsquo;s no &amp;ldquo;rocket plume detector&amp;rdquo; technology separate from &amp;ldquo;lava flow detector&amp;rdquo; technology; there&amp;rsquo;s brightness temperature thresholding applied to different scenes. Generalizes the methodology far beyond launches.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Indigenous data sovereignty entry&lt;/strong&gt; in Week 28 explicitly raises the question — when you build a tool that can map any spot on Earth, who decides what gets seen? This is not a footnote; it&amp;rsquo;s the central ethical question every GIS engineer should be thinking about, and Hawaiian/Pacific contexts have some of the deepest practitioner traditions for engaging it.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="for-educators"&gt;For educators&lt;/h2&gt;
&lt;p&gt;The academy is &lt;strong&gt;free for classroom use&lt;/strong&gt; — no license required, attribution welcomed. We&amp;rsquo;ve written a &lt;a href="https://launchdetect.com/blog/academy/teacher-guide/"&gt;teacher&amp;rsquo;s guide&lt;/a&gt; with three pacing models (extra-credit, semester elective, single-topic deep-dive) and lab logistics for educators who don&amp;rsquo;t have a strong CS background themselves.&lt;/p&gt;
&lt;p&gt;If you teach in a Hawaiian-immersion or Native Hawaiian education context: the place-based framing is intentional and you are absolutely the expert on what works in your specific classroom. The reflection prompts are starting points — rewrite them to match the conversations your students are having. Pull requests adapting the Hawaiian framing are explicitly welcomed at &lt;a href="https://github.com/ops-sketch/academy-labs"&gt;github.com/ops-sketch/academy-labs&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="why-this-matters-more-broadly"&gt;Why this matters more broadly&lt;/h2&gt;
&lt;p&gt;Every place has a coordinate system that predated WGS84. Every place has an ongoing community that maintains traditional ways of knowing where things are. Space-GIS curricula that ignore these and present the WGS84-and-Web-Mercator stack as universal are teaching students &lt;em&gt;one&lt;/em&gt; tradition while pretending it&amp;rsquo;s the only one.&lt;/p&gt;
&lt;p&gt;The math is universal. The voice is not. We&amp;rsquo;ve tried to build a curriculum whose voice names where it comes from, on the conviction that doing that produces &lt;em&gt;better&lt;/em&gt; technical educators — practitioners who can hold their tools accountable to the places where the work matters.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://launchdetect.com/blog/academy/start-here/"&gt;Start here →&lt;/a&gt;&lt;/p&gt;</content:encoded><category>academy</category><category>pedagogy</category><category>hawaii</category><category>pacific</category><category>wayfinding</category><category>polynesian-voyaging-society</category><category>place-based-learning</category><category>indigenous-knowledge</category></item></channel></rss>