draw_earth
- ssapy.plotUtils.draw_earth(time, ngrid=100, R=6378137.0, rfactor=1)[source][source]
- Parameters:
time (array_like or astropy.time.Time (n,)) – If float (array), then should correspond to GPS seconds; i.e., seconds since 1980-01-06 00:00:00 UTC
ngrid (int) – Number of grid points in Earth model.
R (float) – Earth radius in meters. Default is WGS84 value.
rfactor (float) – Factor by which to enlarge Earth (for visualization purposes)