&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/space-gis/</link><description>Technical insights on satellite imagery, launch detection, and space domain awareness.</description><language>en</language><lastBuildDate>Mon, 11 May 2026 21:17:14 -1000</lastBuildDate><atom:link href="https://launchdetect.com/blog/tags/space-gis/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></channel></rss>