Here is my code: import os import leafmap from samgeo import SamGeo, show_image, download_file, overlay_images, tms_to_geotiff
m = leafmap.Map(center=[37.8713, -122.2580], zoom=17, height="800px") m.add_basemap("SATELLITE") m
I had set up the correct conda environment
I tried to reproduce Wu Qiusheng'shere code, but I'm failed