# !pip install -U geemap # import os # os.environ['USE_EEREPR'] = 'False' import ee import geemap geemap.ee_initialize() image = ee.Image('USGS/SRTMGL1_003') image collection = ee.ImageCollection("LANDSAT/LC09/C02/T1_L2").limit(10) collection feature = ee.FeatureCollection("TIGER/2018/States").first() feature fc = ee.FeatureCollection("TIGER/2018/States").limit(10) fc