## plot data Sample_data = County_data.loc[:, ['COUNTYNAME', 'geometry']] Sample_data.plot()
EPSG 3826 是台灣的一種地理空間參考系統,使用平面直角座標系統,以公尺為單位。
County_data=County_data.to_crs(epsg=3826) Sample_data = County_data.loc[:, ['COUNTYNAME', 'geometry']] Sample_data.plot()
腦力激盪
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up