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.
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.