Marine Conservation in the Coral Triangle

Progress, Patterns, and Priorities

An analysis of marine protected area expansion across Indonesia, Philippines, Malaysia, Papua New Guinea, Timor-Leste, and Solomon Islands, examining whether current protection strategies will achieve 2030 global conservation targets.

Aims

This project evaluates marine conservation progress in the Coral Triangle, a Southeast Asian region hosting the world’s most biodiverse marine ecosystems.

The analysis addresses three questions:

  1. Are countries on track to meet international protection targets (10% by 2020, 30% by 2030)?
  2. What distinct MPA strategies exist?
  3. How do governance structures vary, and what opportunities exist for collaborative management?

Data

Primary Dataset

World Database on Protected Areas (WDPA) - Protected Planet

Supplementary Datasets

Marine Exclusive Economic Zones (EEZ) - Marine Regions

Global Protection Coverage - Protected Planet

Automation & Replication

This project uses manual downloads (not APIs) because WDPA releases occur annually. File downloads ensure version consistency across users. Direct shapefiles provide complete spatial data without API pagination limits.

Future users download updated releases, modify two file paths in the configuration section of the analysis codebook, then run the automated Python pipeline. All processing (filtering for Coral Triangle countries, marine areas, and operational status; deduplication by site ID; spatial joins; temporal aggregations; regression; clustering) executes without manual intervention. Transformations are fully documented.

Tools

Technical Stack: Python 3.x with GeoPandas (spatial data processing), Pandas (tabular analysis), Scikit-learn (clustering), SciPy (regression), and Vega-Lite (interactive visualization).

Data Processing

The pipeline loads three WDPA shapefile parts, applying consistent filters to extract relevant records. Filters target Coral Triangle countries, marine areas, non-zero areas, and valid establishment years (1977-2025). When the same MPA appears across multiple files, deduplication retains the largest-area record. This yields 135 operational MPAs from the original dataset.

Spatial Processing

The project originally aimed to map individual MPA boundaries using detailed polygon geometries. However, the complete geometry dataset exceeded GitHub's 100MB limit. The analysis, therefore, pivoted to country-level aggregation, merging MPA statistics with simplified EEZ boundaries (0.05° tolerance reduces file size to 85%).

Statistical Analysis

Temporal projections: Linear regression projects growth to 2030 with 95% confidence intervals. Countries with fewer than 5 observations were excluded due to insufficient data for reliable projection. This analysis assumes linear growth trajectories, which may not capture sudden policy shifts like large-scale MPA designations. Limited historical data for Timor-Leste (2 points) and Papua New Guinea (3 points) further constrain projection reliability.

MPA grouping: K-means clustering (k=4) groups MPAs based on five standardized features: size (log-transformed for normality), age since establishment, protection intensity (no-take area ratio), IUCN category strictness, and management plan presence. The elbow method determined the optimal cluster count. This reveals descriptive patterns (how MPAs are typically structured) but cannot evaluate effectiveness without biodiversity outcome data.

Analytical Scope

The project initially considered linking governance types with biodiversity outcomes to assess effectiveness. This proved infeasible because available biodiversity data shows strong selection bias: well-studied areas tend to be already protected, preventing separation of pre-existing conditions from MPA impact. The analysis, therefore, describes protection patterns rather than evaluating conservation outcomes.

Visualizations

Geographic Distribution of Marine Protection

Early protection did not translate into sustained expansion.

Chart 1: Interactive year slider shows protection evolution.

Temporal Growth Patterns

The region fell further behind as global protection accelerated.

Chart 2: Interactive year slider displays protection evolution. Hover functionality highlights individual rates.

Progress Toward 30% Protection Targets

Current trends fall far short of stated 2030 commitments.

Charts 3a-d: Shaded areas show 95% confidence intervals. Red lines mark 2020 and 2030 targets.

Protection Strategy Clusters

Countries pursue starkly different protection strategies.

Chart 4: Filter by country, click legend/data points, or zoom in/out to explore clusters.

Governance Structures

Centralized control may limit community involvement in conservation.

Chart 5: Stacked bars weighted by MPA area.

Conclusions

Critical Findings

All Coral Triangle countries perform catastrophically below global averages, representing profound policy failure. The Philippines leads regionally (1.67%) but remains far below the global average (8.5%). At current rates, no country approaches 2030 targets: Malaysia needs 53-fold acceleration, Solomon Islands 1,537-fold. Meeting 2030 commitments requires transformational change.

Clustering reveals binary protection: strict no-take reserves versus fishing-allowed zones. This suggests potential for intermediate strategies preserving marine life while allowing sustainable fishing for local communities.

National government management dominates (Philippines: 100%, Indonesia: 87%), though Solomon Islands demonstrates alternative models with 73% indigenous management. Collaborative governance represents an underexplored expansion pathway.

Research Limitations

This analysis quantifies protection gaps but cannot evaluate quality. Questions remain for future research:

Future Research Directions:

Answering these questions requires integrating enforcement data (such as Global Fishing Watch vessel tracking to detect illegal fishing), linking protection with biodiversity trends (controlling for selection bias), and examining political economy factors driving decisions.

Data Sources & Code

World Database on Protected Areas (WDPA)
UNEP-WCMC and IUCN (2026), Protected Planet: The World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM) [Online], January 2026, Cambridge, UK: UNEP-WCMC and IUCN. Available at: protectedplanet.net

Marine Regions Database
Flanders Marine Institute (2026): MarineRegions.org. Available at: marineregions.org

Protected Planet Report 2024
UNEP-WCMC and IUCN (2024). Protected Planet Report 2024. UNEP-WCMC and IUCN: Cambridge, United Kingdom; Gland, Switzerland. Available at: livereport.protectedplanet.net

Analysis Code
Complete data processing and visualization code available at: github.com/tiffanylam18/Coral Triangle MPAs - Data Analysis Codebook


AI Disclosure: I used Claude AI as a coding assistant with data processing and visualization code development.