Uncomment the following line to install the leafmap
package.
# %pip install -U leafmap
import leafmap
m = leafmap.Map(center=[40, -100], zoom=4)
m.add_basemap("SATELLITE")
m.add_nlcd(years=[1985, 2023])
m
m = leafmap.Map(center=[40, -100], zoom=4)
m.add_basemap("SATELLITE")
m.clear_controls()
m.add_nlcd_ts(left_year=2000)
m
# leafmap.download_nlcd(years=[1985, 2023])