Summary for myself Updated from time to time Describe the command you used and investigated ** I just need to know myself, so the term may be wrong in some places **
!! View
#command
#Argument option description
import pyproj as pyp
#Geodetic system instance creation
geo = pyproj.Geod()
ellps= #Ellipsoid to be adopted
Recommended Posts