Carbon Sequestration

Using a pre-coded app on Google Earth Engine to analyse Bali

What will this map tell us? What is CSPI (carbon sequestration index)

This map will tell us about the ACD (aboveground carbon density) and GPP (gross primary production) of the island of Bali. Inside the Google Earth Engine editor , however, one can calculate the mean GPP, ACD, FC, and mean CSPI of the island.

  • GPP (Global Primary Production): Amount of carbon captured through photosynthesis of all producers in a defined region - measured in tonnes of Carbon/hectare/year. This is useful for mapping carbon as photosynthesis is part of the carbon cycle. This step shows how much carbon is being taken from the atmosphere and being used up by producers.
  • ACD (Aboveground Carbon Density): Amount of carbon that is stored in living vegetation on Earth’s surface - measured in tonnes/hectare. This is an approximation measured by recording the area of a plant that is above ground (e.g. from trunk base to highest branch). The ratio between ACD and GPP gives us total carbon sequestration by producers.
  • FC (Forest Cover): A measure of how much land is available for carbon sequestration in a defined area based on land usage - measured in This is relevant for land use planning (how spaces can be used and/or changed based on carbon sequestration needs).
  • CSPI (Carbon Sequestration Potential Index): An indicator that determines carbon sequestration potential. All three other variables are taken into account to determine this final indicator. This is also useful for land use planning and management.
  • How did I make this map?

    This Google Earth Engine app was made by a former UCU student, Bonifacius Tirto Dwilaksono. With his instructions, I was able to replace his own data on the region of interest (ROI) and the ESA biomass dataset with data I found online of the island of Bali. I used this web tool to download my ROI as a shapefile (.shp). A shapefile is a file format that stores geometric location and information based on geographic features. Then, I used this website to download the ABG ("above-ground") ESA Environmental Space Agency Climate Change Initiative dataset (in the form of a GeoTiff file) according to the latitude and longitude coordinates of the island. Afterwards, these were loaded onto the assets in the Google Engine Editor and replaced "Heuvelrug" (Bonifacius' ROI) with our own as well as changing the directory for the dataset the code was calling on to calculate the ACD, GPP, FC, and CSPI.

    Obstacles encountered and skills I learnt as a result:

    • Coding in Google Earth Engine: I had a lot of trouble with figuring out how to download my data in a Shapefile. I originally tried using a Google Earth Engine editor from the assignment manual but when that did not work I used another website to download my data as a shapefile.
    • Using Google Earth Engine: not knowing why my data was not calculating in the commands tab of the engine was really frustrating at first. Then, I realised that whenever the app was calling on a certain class, I had not changed it with my own file yet as it was still calling on Bonifacius'. After I realised that, the app worked and after having looked through the engine myself (and his lecture), I have gained a stronger understanding on how to use GEE to code.