本文接续计算古坐标点——基于GPlates Web Service的坐标点重建
古地理图(板块的海岸线图)是生物地理学和古植物学中非常重要的底图。
本文的实现方法依旧是使用了 GPlates Web Service 提供的API接口。原文参见:
https://gwsdoc.gplates.org/reconstruction/reconstruct-coastlines
执行HTTP GET请求,返回重建后的的海岸线多边形。
https://gws.gplates.org/reconstruct/coastlines/
包含重建海岸线特征的GeoJSON/PNG数据。
https://gws.gplates.org/reconstruct/coastlines/?&time=140&model=SETON2012
https://gws.gplates.org/reconstruct/coastlines/?&time=140&model=SETON2012&fmt=png&facecolor=lime&edgecolor=black&alpha=0.5
https://gws.gplates.org/reconstruct/coastlines/?&time=140&model=SETON2012&fmt=png&facecolor=lime&edgecolor=black&alpha=0.5&extent=-50,50,-50,50
海岸线重建的参数中,如果 fmt 不是 png,那么就没有必要添加 facecolor,edgecolor,alpha 以及 central_meridian。