arctern
arctern copied to clipboard
几个建议
1、GIS圈子里面更关心Polygon,所以希望在plot_geometry方法里面加入GPU加速功能。 2、choroplethmap方法目前不支持MultiPolygon,在GIS圈子里面就没法正式投入使用。 3、choroplethmap的渲染方法,不支持唯一值设置颜色渲染和分段渲染。
1、GIS圈子里面更关心Polygon,所以希望在plot_geometry方法里面加入GPU加速功能。 2、choroplethmap方法目前不支持MultiPolygon,在GIS圈子里面就没法正式投入使用。 3、choroplethmap的渲染方法,不支持唯一值设置颜色渲染和分段渲染。
Thank you for your attention and give us suggestions. The choromap interface already supports MultiPloygon, and you can use the unique_value_choroplethmap interface for unique value rendering. Refer to this link for how to use it