import geopandas as gpd import pandas as pd ... 3857 (web), 4269 (plate) ax = geo_df.to_crs(epsg=4269).plot() ax.set_axis_off() for idx, ...
確定! 回上一頁