Hi everybody,
I know that Iβm not the first one looking for a way to plot Earth in a 3D plot in order to plot satellite orbits around Earth, but I did not succeded to find a viable solution for that.
-
For the moment I only succeded to perform my orbits with go.Scatter3d objects and to perform the Earth with a blue Sphere with transparency :
-
Now Iβd like to plot with any solution the surface of Earth (Continents & Oceans).
The solution using a Maps projection is realy beatiful but not appropriated because it donβt allows to perform 3D plots, only ground projections (so it could be nice for groundtracks but not really what Iβm looking for :
Finally, Iβm trying to provide a texture to my Sphere form planet textures maps but this solution needs to provide a set of colors bewteen 0 and 1 (surfacecolor and colorscale). It implies that itβs not really possible to use this king of texture:
- Finally,
Iβm trying to use a black and white texture map but I have some difficulties with the way to initialize the surfacecolor:
Is someone have already found a viable solution to have a nice earth in a 3D plot please ?
Or maybe can try to help my to configure the surfacecolor for the black and white representation ?
Thank you in advance !!!