Week 28 · Space GIS Architect

Privacy + ethics: MGRS, sub-meter, ITAR

Geospatial intelligence isn't neutral. Sub-meter imagery, plume signatures, ground tracks — all carry real-world implications for privacy, security, and law. This week is the ethical frontier.

Learning objectives

Primer

Space GIS is not ethically neutral. Sub-meter satellite imagery, real-time launch detection, ground-track prediction — all carry legitimate dual-use concerns: every capability that helps an emergency responder also helps an adversary. This week is the responsible-practitioner primer, written for engineers who will at some point have to make a judgment call.

MGRS and military coordinate systems

The Military Grid Reference System (MGRS) is a global coordinate system used by NATO militaries. It's a friendlier-to-humans version of UTM: instead of "326.4521 N, 47.821 E in UTM zone 33", an MGRS coordinate looks like "33TWN8345621324" — a compact alphanumeric string with built-in zone, 100-km square identifier, and easting/northing.

MGRS precision is variable: trailing digits = meters of precision. 33T alone is a 6° UTM zone. 33TWN is a 100 km × 100 km square. 33TWN8362 is 1 km. 33TWN83456213 is 10 m. 33TWN8345621324 is 1 m.

Why this matters for civilian work: you may receive coordinates in MGRS from operational partners or open-source intelligence (OSINT) sources. Know how to convert. mgrs on PyPI handles it cleanly.

ITAR and export control

The International Traffic in Arms Regulations (ITAR) is a US law restricting the export of defense-related articles and services. Some satellite imagery is on the US Munitions List, and some isn't. The lines:

For a civilian space-GIS product (LaunchDetect-style), the practical guidance is:

  1. Process only publicly available raw imagery (NOAA GOES, ESA Sentinel-2, etc.) — these are pre-cleared.
  2. Don't derive products specifically designed for military targeting (predicting individual rocket-stage debris landing locations, for example).
  3. Consult export-control counsel before any government / defense partnership.

Privacy and sub-meter

Sub-meter commercial satellite imagery (WorldView-3 at 0.3 m, BlackSky at 1 m, Planet SkySat at 0.5 m) raises privacy concerns that ~10 m imagery (Sentinel-2) does not:

Practitioner responsibilities:

Dual-use awareness

Every capability in this course is dual-use. SGP4 propagation (Week 8) helps amateur astronomers spot the ISS and helps an adversary plan a satellite-blinding attack. Plume detection (Week 14) helps journalists confirm launches and helps competitors timing intelligence on rivals. Real-time SAR change detection helps disaster response and helps military targeting.

The practical position: build openly, but think clearly. When a capability has clear malicious applications and limited civilian value, reconsider building it. When it has broad civilian value and constrained malicious uplift, build it openly. When in doubt, talk to legal — they don't bite, and they will tell you what you can ship.

The lab

You'll produce a written ITAR compliance assessment for a hypothetical orbital-tracking SaaS product. Cite the controlling statutes. Identify the in-scope and exempt features. Document the controls (data minimization, access restrictions, geographic restrictions) you'd implement. This is the kind of memo a real product team produces before launch — and the kind of thinking the responsible space-GIS engineer practices proactively.

Hands-on lab: ITAR compliance self-audit

Given a hypothetical product (e.g. an orbital-tracking SaaS), produce a written ITAR compliance assessment: what's covered, what's exempt, where the lines are.

Quiz

Test yourself. Answer key on the certificate-track page (Gold-tier feature: progress tracking and auto-grading).

Q1. MGRS is:
  1. A military coordinate system using a global grid with kilometer to meter precision
  2. A civilian-only system
  3. A datum
  4. An ellipsoid
Q2. ITAR covers:
  1. US-export-controlled defense-related articles and services, including some satellite imagery
  2. All satellite imagery
  3. Nothing relevant to GIS
  4. Only nuclear material
Q3. Sub-meter imagery raises privacy concerns because:
  1. Individuals, vehicles, and activities become identifiable
  2. It's expensive
  3. It's slow
  4. Resolution is irrelevant
Q4. Dual-use technology means:
  1. Can be used for civilian and military purposes
  2. Used by two people
  3. Two regions only
  4. Marketing term
Q5. A good GIS engineer should:
  1. Surface ethical/legal concerns to product/legal teams proactively
  2. Ignore them
  3. Hide them
  4. Defer entirely