1

我正在使用带有 LCC 投影的 matplotlib-basemap。

使用 .proj4string 后,我在地图数据中发现 x_0, y_0 具有默认值

我想将 x_0, y_0 设置为 0。

但我找不到关于假东和假北的变量

如何将 x_0,y_0 值设置为 0?

https://matplotlib.org/basemap/api/basemap_api.html - 没有关于 x_0、y_0 的参数数据

>>> map_lcc=Basemap(width=8000000,height=8000000, rsphere=(6378206.4,6356583.8),
...             resolution='l',area_thresh=1000.0,projection='lcc',
...             lat_1=33,lat_2=45,lat_0=23,lon_0=-96)
>>> map_lcc.proj4string
'+a=6378206.4 +b=6356583.8 +y_0=4000000.0 +lon_0=-96.0 +proj=lcc +x_0=4000000.0 +units=m +lat_2=45.0 +lat_1=33.0 +lat_0=23.0 '
4

0 回答 0