Twinkle HubTwinkle Hub

座標查統計區

tw_lookup_statistics_by_coord

検証ツール · 20 件🇹🇼 台湾読み取り専用

座標 → 統計區 (census / 房價統計區 join key).

Args: lng / lat: WGS84. unit: 統計區單元名 (default '村里').

パラメータ

名前説明
lng *number
lat *number
unitstring
生の JSON schema
{
  "properties": {
    "lng": {
      "title": "Lng",
      "type": "number"
    },
    "lat": {
      "title": "Lat",
      "type": "number"
    },
    "unit": {
      "default": "村里",
      "title": "Unit",
      "type": "string"
    }
  },
  "required": [
    "lng",
    "lat"
  ],
  "title": "lookup_statistics_by_coordArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_lookup_statistics_by_coord({ lng: 10 })