Use our code examples to kickstart your development of data insights.

<aside>

https://github.com/cecilearth/examples/tree/main/plot-aoi-mean-agb

This example contains a Jupyter notebook that shows how to use Python to connect to Cecil's database, use SQL to fetch mean aboveground biomass (AGB) data from three providers for an AOI and year, and plot the data along with the AOI coordinates.

</aside>

<aside>

https://github.com/cecilearth/examples/tree/main/plot-aoi-time-series-mean-agb

This example contains a Jupyter notebook that shows how to use Python to connect to Cecil's database, use SQL to fetch mean aboveground biomass (AGB) data from 3 providers for an AOI and different years, and plot a time series chart for each provider mean AGB and total mean AGB.

</aside>