I've been trying several ways to plot a GeodataFrame over a satellite image and none seemed to work.
First I tried with contextily. I managed to make it work, but not with satellite data. It seems there is no google imagery, and Esri.WorldImagery returns a background of "Map data not available".
Then I tried to add a S2 image that i donwloaded directly to the plot, either using plt.imread or rioxaray.plot(), but none of them displayed a background image.
Can someone share a working example that plots a GDF over a satellite image?