transbigdata.get_isochrone_amap

transbigdata.get_isochrone_amap(lon, lat, reachtime, ak, jscode='', mode=2, timeout=20)

Obtain the isochrone from Amap reachcricle

Parameters:
  • lon (float) – Longitude of the start point(WGS84)

  • lat (float) – Latitude of the start point(WGS84)

  • reachtime (number) – Reachtime of the isochrone

  • ak (str) – Amap access token

  • jscode (jscode) – Amap safty code

  • mode (int or str) – Travel mode, should be 0(bus), 1(subway), 2(bus+subway)

  • timeout (number) – Timeout of data fetching

Returns:

isochrone – The isochrone GeoDataFrame(WGS84)

Return type:

GeoDataFrame