Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way. ...
import matplotlib.pyplot as plt ds = GOES().latest() ax = plt.subplot(projection=ds.rgb.crs) ax.imshow(ds.rgb.TrueColor(), **ds.rgb.imshow_kwargs) ax.coastlines() Field of View The FOV xarray accessor creates shapely.Polygon objects for the ABI and GLM field of view. See notebooks...
importloggingimportosfromosgeoimportgdalimportmatplotlib.pyplotaspltfromsentinelloaderimportSentinel2Loaderfromshapely.geometryimportPolygonsl=Sentinel2Loader('/notebooks/data/output/sentinelcache','mycopernicususername','mycopernicuspassword',apiUrl='https://apihub.copernicus.eu/apihub/',showProgressbars=True...