Data Engineering Podcast

Scale Your Spatial Analysis By Building It In SQL With Syntax Extensions

Feb 7, 2022
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Centralize Spatial Data For Scale

  • Spatial data often arrives in hundreds of file formats and sizes, requiring strong data management skills.
  • Moving data into a spatial SQL store centralizes formats and scales analysis without constant file juggling.
ADVICE

Use ST_* Functions And Read Docs

  • Use ST_ prefixed functions (ST_Intersects, ST_Distance, etc.) as a common spatial SQL surface across engines.
  • Read each database's docs because implementations and tolerances differ despite shared names.
INSIGHT

Function Names Hide Implementation Gaps

  • Identical function names can behave differently because of data tolerances and implementation details.
  • Small geometry variances (border offsets) can flip spatial predicates like intersects or overlaps across systems.
Get the Snipd Podcast app to discover more snips from this episode
Get the app