進階空間運算

在 Python 中處理地理空間資料

Joris Van den Bossche

Open source software developer and teacher, GeoPandas maintainer

空間運算總覽

空間「關係」:

  • intersects
  • within
  • contains
  • ...

依空間關係「連接」屬性:

  • geopandas.sjoin

「幾何」運算:

  • intersection
  • union
  • difference
  • ...

依幾何運算「合併」資料集:

  • geopandas.overlay
在 Python 中處理地理空間資料

Unary union

將一系列幾何轉為單一 union 幾何

在 Python 中處理地理空間資料

Unary union

將一系列幾何轉為單一 union 幾何:

在 Python 中處理地理空間資料

緩衝區(Buffer)運算

在 Python 中處理地理空間資料

緩衝區(Buffer)運算

在 Python 中處理地理空間資料

緩衝區(Buffer)運算

在 Python 中處理地理空間資料

一起來練習吧!

在 Python 中處理地理空間資料

Preparing Video For Download...