Open Source Data: Urbanization-led Land Cover Change Impacts Terrestrial Carbon Storage Capacity in Pakistan (1990–2020)

image

Overview

I am pleased to announce that our study, “Urbanization-led land cover change impacts terrestrial carbon storage capacity: A high-resolution remote sensing-based nationwide assessment in Pakistan (1990–2020)”, has been published in Environmental Impact Assessment Review.

Dataset Availability

We have open-sourced our comprehensive Pakistan 30m Land Use Land Cover (LULC) and Carbon Storage Dataset (1990–2020), covering four time periods: 1990, 2000, 2010, and 2020. This dataset provides valuable insights into land cover transformations and carbon storage dynamics over the past three decades in Pakistan.

Citation

If you find this work useful, please consider citing our paper:

@article{waleed2024_paklulc,
  title={Urbanization-led land cover change impacts terrestrial carbon storage capacity: A high-resolution remote sensing-based nationwide assessment in Pakistan (1990–2020)},
  author={Waleed, Mirza and Sajjad, Muhammad and Shazil, Muhammad Shareef},
  journal={Environmental Impact Assessment Review},
  volume={105},
  pages={107396},
  year={2024},
  publisher={Elsevier}
}

Dataset Description

Our dataset offers high-resolution, nationwide Land Use/Land Cover (LULC) and terrestrial carbon stock maps of Pakistan for the years 1990, 2000, 2010, and 2020. Utilizing multi-sensor satellite imagery and advanced classification techniques within Google Earth Engine (GEE), this dataset enables detailed analysis of land cover changes due to urbanization and their impacts on carbon storage over 30 years.

Key Features

  • Spatial Resolution: 30 meters
  • Temporal Coverage: 1990, 2000, 2010, 2020
  • LULC Classes: Nine distinct land cover types
  • Carbon Pools: Above-ground biomass, below-ground biomass, soil organic carbon, and dead organic matter
  • Methodology: Hybrid random forest-based machine learning approach with approximately 40,000 stratified random samples for training and validation
  • Applications: Urban planning, climate change mitigation, environmental management, policy-making

Key Findings

  • Urban Expansion: Urban areas in Pakistan expanded by over 1040% between 1990 and 2020.
  • Carbon Storage Loss: There was an approximate 5% decrease in terrestrial carbon storage capacity over the study period.
  • Regional Variations:
    • Major cities like Karachi and Lahore experienced moderate urban sprawl.
    • Emerging cities such as Rawalpindi and Peshawar underwent rapid expansion.
  • Land Conversion: Significant shifts from rangelands (~47%) and agricultural lands (~35%) to built-up areas.
  • Afforestation Efforts: Positive impacts in northern regions, but significant north-south disparities in carbon loss.

Earth Engine Access

The datasets are also available as Earth Engine assets for direct use within the GEE platform.

Earth Engine Snippets

// LULC Images
var lulc1990 = ee.Image('projects/pak-var/assets/lulc_pk/img1990');
var lulc2000 = ee.Image('projects/pak-var/assets/lulc_pk/img2000');
var lulc2010 = ee.Image('projects/pak-var/assets/lulc_pk/img2010');
var lulc2020 = ee.Image('projects/pak-var/assets/lulc_pk/img2020');

// Carbon Stock Images (values multiplied by 10 for scaling)
var carbon1990 = ee.Image('projects/pak-var/assets/carbon_pk/img1990').multiply(10);
var carbon2000 = ee.Image('projects/pak-var/assets/carbon_pk/img2000').multiply(10);
var carbon2010 = ee.Image('projects/pak-var/assets/carbon_pk/img2010').multiply(10);
var carbon2020 = ee.Image('projects/pak-var/assets/carbon_pk/img2020').multiply(10);

Note

This dataset is included in the Awesome GEE Community Catalogue.


Web Applications

Interactive Google Earth Engine (GEE) applications are available to explore the datasets:

Land Use Land Cover (LULC) Viewer

Carbon Storage Viewer


Contact

For any queries or collaboration opportunities, please contact:


Additional Resources


License

This project is licensed under the Creative Commons Attribution 4.0 International License.

License: CC BY 4.0


Note: To bulk download these datasets, please visit our Zenodo Archive.

Mirza Waleed
Mirza Waleed
PhD Researcher | Google Developer Expert

I am a Ph.D. Fellow at Hong Kong Baptist University, specializing in geospatial data analytics techniques, cloud computing, and artificial intelligence for disaster risk management, especially for flood hazards. I am also a Google Developer Expert in Earth Engine category. My goal is to use geospatial technologies to create sustainable and resilient communities. Let’s connect and collaborate to make a positive impact.