## 軟體資源有幾個層次

- 原始資料(從現實世界取得的資訊)

- 服務(API、加值過後的資料)

- 產品(最終使用到的軟體)

---

## Google Map 是「產品」

- ~~原始資料~~(你接觸不到)
- 服務
  - Map SDK
  - POI/Navigation API
- 產品 
  - Google 地圖: www.google.com/maps/ 
  - 我的地圖
  - Android/iOS: 地圖
  - Google Earth

---

## OSM 是「資料庫」

- [ 原始資料 ](https://planet.openstreetmap.org/pbf/planet-230417.osm.pbf.torrent)
  - 使用開放資料庫授權
- 服務
  - [圖磚 API](http://b.tile.openstreetmap.org/15/27430/14142.png)
  - [資料庫 API](https://www.openstreetmap.org/api/0.6/node/3874898356)
- ~~產品~~

---

## 第三方服務

- 原始資料
  - [ 鏡像站 ](https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors)
  - [ Extract ](http://download.geofabrik.de/asia/taiwan.html)
- 服務
  - 取得過濾資料: [Overpass](https://overpass-turbo.eu/), [BuntingLabs](https://osm.buntinglabs.com/v1/osm/extract)
  - [ 更多圖磚服務 ](https://a.tile.thunderforest.com/cycle/14/13729/7032.png?apikey=a5dd6a2f1c934394bce6b0fb077203eb)
- ~~產品~~

---

## 魯地圖的應用

- 原始資料
  - MOI 高程資料
  - OSM Taiwan Extract
- 服務
  - [ 圖磚 ](https://tile.happyman.idv.tw/map/moi_osm/15/27430/14142.png)
  - Mapsforge/Garmin-IMG 檔案
  - 風格檔
- 產品
  - Android: 綠野遊蹤/OruxMaps/蛙弟
  - iOS: 山林日誌

---

## 其它的應用成果

- 原始資料(氣象/客戶/新聞)
- 服務
  - Map SDK
  - POI/Navigation API
  - 各式圖磚
- 產品 
  - Facebook 地圖
  - 寶可夢
  - ...

---

## OSM 只包含三種資料

<br>

|   種類    |id |tag|地理資訊   |
|-----------|---|---|-----------|
|node       |有 |有 | 座標      |
|way        |有 |有 | nodes     |
|relation   |有 |有 | ways/nodes|

---